Skip to content

Commit c7ebce8

Browse files
committed
[EN] Update the list of editors
1 parent 588d455 commit c7ebce8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

rakuguide.adoc

+5-5
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,7 @@ Consider running the following command and you shall be all set:
149149
Since most of the time we will be writing and storing our Raku programs in files, we should have
150150
a decent text editor that recognizes Raku syntax.
151151

152-
https://commaide.com/[Comma] is the Integrated Development Environment designed specifically for Raku.
153-
154-
The community also uses frequently the following editors:
155-
156-
* https://atom.io/[Atom]: better syntax highlighting enabled using https://atom.io/packages/language-perl6[Perl 6 FE]
152+
The community uses frequently the following editors:
157153

158154
* https://code.visualstudio.com/[Visual Studio Code]: syntax highlighting and error checking enabled using https://marketplace.visualstudio.com/items?itemName=bscan.raku-navigator[raku-navigator]
159155

@@ -163,6 +159,10 @@ The community also uses frequently the following editors:
163159

164160
* https://www.nano-editor.org/[Nano]: syntax highlighting enabled using https://github.com/hankache/raku.nanorc[raku.nanorc]
165161

162+
* https://notepad-plus-plus.org/[Notepad++]: syntax highlighting available out of the box
163+
164+
* https://kate-editor.org//[Kate]: syntax highlighting available out of the box
165+
166166
=== Hello World!
167167
We shall begin with The `hello world` ritual.
168168

0 commit comments

Comments
 (0)