Skip to content

Commit 49d82af

Browse files
authored
Merge pull request #3356 from olehermanse/editors
Editors: Added Zed and Pulsar, made VSCode, Zed, and Atom / Pulsar images links
2 parents b40ad09 + 0928dff commit 49d82af

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

examples/tutorials/writing-and-serving-policy/editors.markdown

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Vi/Vim users can edit CFEngine policies with Neil Watson's CFEngine 3 scripts, a
2929

3030
Microsoft VS Code users have syntax highlighting thanks to AZaugg. Install the syntax highlighting and snippets directly from within Visual Studio Code by running ext install vscode-cfengine.
3131

32-
![Visual Studio Code](guide-writing-and-serving-policy-editors-visual-studio-code.png)
32+
[![Visual Studio Code](guide-writing-and-serving-policy-editors-visual-studio-code.png)](https://marketplace.visualstudio.com/items?itemName=azaugg.vscode-cfengine)
3333

3434
## Sublime Text
3535

@@ -38,11 +38,19 @@ Sublime Text 2 and 3 users have syntax highlighting and snippets thanks to Valer
3838

3939
![Sublime Text](guide-writing-and-serving-policy-editors-sublime-text.jpg)
4040

41-
## Atom
41+
## Zed
4242

43-
Using Githubs hackable editor? You can get syntax highlighting with the language-cfengine3 package.
43+
Syntax highlighting is available in the [Zed](https://zed.dev/) editor, via [the **CFEngine** extension](https://zed.dev/extensions?q=CFEngine).
4444

45-
![Atom](guide-writing-and-serving-policy-editors-atom.png)
45+
[![Zed](guide-writing-and-serving-policy-editors-zed.png)](https://zed.dev/extensions?q=CFEngine)
46+
47+
## Atom / Pulsar
48+
49+
Using Githubs hackable editor?
50+
You can get syntax highlighting with the [language-cfengine3](https://github.com/olehermanse/language-cfengine3) package.
51+
This extension is available in both [Atom (discontinued)](https://github.blog/news-insights/product-news/sunsetting-atom/) and [Pulsar](https://pulsar-edit.dev/), a fork of Atom.
52+
53+
[![Atom](guide-writing-and-serving-policy-editors-atom.png)](https://web.pulsar-edit.dev/packages/language-cfengine3)
4654

4755
## Eclipse
4856

0 commit comments

Comments
 (0)