Atom language support for CloudSlang.
apm install language-cloudslang
Note: If you are behind a proxy server you may need to configure Atom as described in their package manager documentation.
Files saved with .sl extension will reflect CloudSlang syntax highlighting.
Start typing the snippet name and press tab or enter when it appears on the screen.
The following snippets are provided:
Keyword | Description |
---|---|
flow | template for a flow file |
operation | template for an operation file |
decision | template for a decision file |
properties | template for a system properties file |
java_action | template for a Java action |
python_action | template for a Python action |
input | template for simple input name and value |
input with properties | template for an input with all possible properties |
output | template for an output name and value |
output with properties | template for an output with all possible properties |
result | template for a result name and value |
publish | template for a published variable name and value |
import | template for an import alias name and namespace |
navigate | template for a result mapped to a navigation target |
step | template for a standard step |
on_failure | template for an on_failure step |
for | template for an iterative step |
parallel_loop | template for a step of type parallel loop |
property | template for a system property |
property with properties | template for a system property with all possible properties |
@input | template for input documentation |
@description | template for file description |
@prerequisites | template for prerequisite documentation |
@output | template for output documentation |
@result | template for result documentation |
For troubleshooting Atom issues, see the Atom documentation and discussion board.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.