File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
user-guide/writing-workflows Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ loadleveler
25
25
lsf
26
26
moab
27
27
Moab
28
+ Nano
28
29
npm
29
30
pbs
30
31
Posix
Original file line number Diff line number Diff line change @@ -148,7 +148,13 @@ Sublime Text 3
148
148
TextMate
149
149
Install the `Cylc.tmbundle `_.
150
150
WebStorm
151
- Install the `Cylc.tmbundle `_.
151
+ Install the `Cylc.tmbundle `_.
152
+ Nano
153
+ The syntax file can be obtained from the Cylc library by
154
+ running the following command
155
+ ``cylc get-resources syntax/cylc.nanorc ~/.config/nano ``
156
+ installation instructions are at the top of the file.
157
+
152
158
153
159
Gross File Structure
154
160
--------------------
@@ -160,6 +166,9 @@ several top level section headings:
160
166
Information about the workflow e.g. title and description.
161
167
:cylc:conf: `[scheduler] `
162
168
Non task-specific workflow configuration.
169
+ :cylc:conf: `[task parameters] `
170
+ Parameters for use when defining graphs and tasks.
171
+ See :ref: `user guide param `.
163
172
:cylc:conf: `[scheduling] `
164
173
Determines when tasks are ready to run.
165
174
You can’t perform that action at this time.
0 commit comments