You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rakuguide.adoc
+5-5
Original file line number
Diff line number
Diff line change
@@ -149,11 +149,7 @@ Consider running the following command and you shall be all set:
149
149
Since most of the time we will be writing and storing our Raku programs in files, we should have
150
150
a decent text editor that recognizes Raku syntax.
151
151
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:
157
153
158
154
* 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]
159
155
@@ -163,6 +159,10 @@ The community also uses frequently the following editors:
163
159
164
160
* https://www.nano-editor.org/[Nano]: syntax highlighting enabled using https://github.com/hankache/raku.nanorc[raku.nanorc]
165
161
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
0 commit comments