1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-19 17:57:40 +00:00

Update README to indicate how to get latest grammar file.

This commit is contained in:
Calvin Rose
2019-01-08 20:02:01 -05:00
parent 5b1a3b8208
commit f0afb3c311

View File

@@ -20,8 +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. 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/janet-lang/janet.vim). For syntax highlighting, there is some preliminary vim syntax highlighting in [janet.vim](https://github.com/janet-lang/janet.vim).
Generic lisp syntax highlighting should, however, provide good results. There is also a janet.tmLanguage file Generic lisp syntax highlighting should, however, provide good results. One can also generate a janet.tmLanguage
that should provide good syntax highlighting for many editors. file for other programs with `make grammar`.
## Use Cases ## Use Cases