Skip to content

Commit 0fcfed6

Browse files
Merge pull request #823 from elliotfontaine/master
Add supported text editors to the list
2 parents 20e1c6a + e8d712e commit 0fcfed6

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

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

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,10 @@ Cylc provides syntax plugins for the following editors:
116116
.. _Cylc.tmbundle: https://github.com/cylc/Cylc.tmbundle
117117
.. _vscode-cylc: https://marketplace.visualstudio.com/items?itemName=cylc.vscode-cylc
118118
.. _cylc.vim: https://github.com/cylc/cylc.vim
119+
.. _zed-cylc: https://github.com/elliotfontaine/zed-cylc
119120

120-
Atom
121-
install the `language-cylc`_ extension.
121+
Atom & Pulsar
122+
Install the `language-cylc`_ extension.
122123
Emacs
123124
The syntax file can be obtained from the Cylc library by
124125
running the following command
@@ -129,11 +130,18 @@ Gedit
129130
running the following command
130131
``cylc get-resources syntax/cylc.lang .``
131132
installation instructions are at the top of the file.
133+
Helix
134+
Built-in support.
132135
Kate
133136
The syntax file can be obtained from the Cylc library by
134137
running the following command
135138
``cylc get-resources syntax/cylc.xml .``
136139
installation instructions are at the top of the file.
140+
Nano
141+
The syntax file can be obtained from the Cylc library by
142+
running the following command
143+
``cylc get-resources syntax/cylc.nanorc ~/.config/nano``
144+
installation instructions are at the top of the file.
137145
NeoVim
138146
Install the `cylc.vim`_ plugin.
139147
PyCharm
@@ -148,11 +156,8 @@ TextMate
148156
Install the `Cylc.tmbundle`_.
149157
WebStorm
150158
Install the `Cylc.tmbundle`_.
151-
Nano
152-
The syntax file can be obtained from the Cylc library by
153-
running the following command
154-
``cylc get-resources syntax/cylc.nanorc ~/.config/nano``
155-
installation instructions are at the top of the file.
159+
Zed
160+
Install the `zed-cylc`_ extension.
156161

157162

158163
Gross File Structure
@@ -233,7 +238,7 @@ Within the ``[tool.cylc.lint]`` section you may define the following:
233238
A list of rulesets to use.
234239

235240
Allowed values: ``'728'``, ``'style'``, ``'all'``.
236-
241+
237242
(You can override this on the command line.)
238243

239244
``ignore``

0 commit comments

Comments
 (0)