@@ -116,9 +116,10 @@ Cylc provides syntax plugins for the following editors:
116
116
.. _Cylc.tmbundle : https://github.com/cylc/Cylc.tmbundle
117
117
.. _vscode-cylc : https://marketplace.visualstudio.com/items?itemName=cylc.vscode-cylc
118
118
.. _cylc.vim : https://github.com/cylc/cylc.vim
119
+ .. _zed-cylc : https://github.com/elliotfontaine/zed-cylc
119
120
120
- Atom
121
- install the `language-cylc `_ extension.
121
+ Atom & Pulsar
122
+ Install the `language-cylc `_ extension.
122
123
Emacs
123
124
The syntax file can be obtained from the Cylc library by
124
125
running the following command
@@ -129,11 +130,18 @@ Gedit
129
130
running the following command
130
131
``cylc get-resources syntax/cylc.lang . ``
131
132
installation instructions are at the top of the file.
133
+ Helix
134
+ Built-in support.
132
135
Kate
133
136
The syntax file can be obtained from the Cylc library by
134
137
running the following command
135
138
``cylc get-resources syntax/cylc.xml . ``
136
139
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.
137
145
NeoVim
138
146
Install the `cylc.vim `_ plugin.
139
147
PyCharm
@@ -148,11 +156,8 @@ TextMate
148
156
Install the `Cylc.tmbundle `_.
149
157
WebStorm
150
158
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.
156
161
157
162
158
163
Gross File Structure
@@ -233,7 +238,7 @@ Within the ``[tool.cylc.lint]`` section you may define the following:
233
238
A list of rulesets to use.
234
239
235
240
Allowed values: ``'728' ``, ``'style' ``, ``'all' ``.
236
-
241
+
237
242
(You can override this on the command line.)
238
243
239
244
``ignore ``
0 commit comments