Update README.md

This commit is contained in:
Calvin Rose 2018-12-16 18:00:18 -05:00
parent 696866ae51
commit 22e49bc0fc
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,8 @@ The few features that are not standard C (dynamic library loading, compiler spec
are fairly straight forward. Janet can be easily ported to new platforms.
For syntax highlighting, there is some preliminary vim syntax highlighting in [janet.vim](https://github.com/bakpakin/janet.vim).
Generic lisp syntax highlighting should, however, provide good results.
Generic lisp syntax highlighting should, however, provide good results. There is also a janet.tmLanguage file
that should provide good syntax highlighting for many editors.
## Use Cases