diff options
author | Marvin Borner | 2022-06-30 20:36:37 +0200 |
---|---|---|
committer | Marvin Borner | 2022-06-30 20:36:37 +0200 |
commit | 269a7832ece9c1997d0431c41d04e91d46813a96 (patch) | |
tree | 690f0c7a5441d02df4a0bebb040ed2a091c729dd /editors/README.md | |
parent | 9d8efb7dfa56576c779244af633481ee7e986060 (diff) |
Very basic syntax highlighting
Diffstat (limited to 'editors/README.md')
-rw-r--r-- | editors/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/editors/README.md b/editors/README.md new file mode 100644 index 0000000..57375b7 --- /dev/null +++ b/editors/README.md @@ -0,0 +1,9 @@ +# Editors + +If you don't want to use the REPL for all your experiments, you may want +to install a syntax package for one of the supported editors to reach +maximum readability. + +These are the currently supported editors: + +1. [vim](vim/) |