Skip to content

Commit 3bdc0c5

Browse files
authored
Merge pull request #722 from cylc/8.2.x-sync
🤖 Merge 8.2.x-sync into master
2 parents a5bf3d0 + 93b5765 commit 3bdc0c5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

src/dictionaries/proper_nouns

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ loadleveler
2525
lsf
2626
moab
2727
Moab
28+
Nano
2829
npm
2930
pbs
3031
Posix

src/user-guide/writing-workflows/configuration.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,13 @@ Sublime Text 3
148148
TextMate
149149
Install the `Cylc.tmbundle`_.
150150
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+
152158

153159
Gross File Structure
154160
--------------------
@@ -160,6 +166,9 @@ several top level section headings:
160166
Information about the workflow e.g. title and description.
161167
:cylc:conf:`[scheduler]`
162168
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`.
163172
:cylc:conf:`[scheduling]`
164173
Determines when tasks are ready to run.
165174

0 commit comments

Comments
 (0)