Skip to content

Commit 93b5765

Browse files
authored
Added Nano to the list of syntax highlighters (#718)
Also added a reference to `[template variables]` under Gross File Structure, because it's now a top level section.
1 parent 867c886 commit 93b5765

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
@@ -104,7 +104,13 @@ Sublime Text 3
104104
TextMate
105105
Install the `Cylc.tmbundle`_.
106106
WebStorm
107-
Install the `Cylc.tmbundle`_.
107+
Install the `Cylc.tmbundle`_.
108+
Nano
109+
The syntax file can be obtained from the Cylc library by
110+
running the following command
111+
``cylc get-resources syntax/cylc.nanorc ~/.config/nano``
112+
installation instructions are at the top of the file.
113+
108114

109115
Gross File Structure
110116
^^^^^^^^^^^^^^^^^^^^
@@ -116,6 +122,9 @@ several top level section headings:
116122
Information about the workflow e.g. title and description.
117123
:cylc:conf:`[scheduler]`
118124
Non task-specific workflow configuration.
125+
:cylc:conf:`[task parameters]`
126+
Parameters for use when defining graphs and tasks.
127+
See :ref:`user guide param`.
119128
:cylc:conf:`[scheduling]`
120129
Determines when tasks are ready to run.
121130

0 commit comments

Comments
 (0)