From f0afb3c31140116e1b07af911bd72550815ab8b4 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Tue, 8 Jan 2019 20:02:01 -0500 Subject: [PATCH] Update README to indicate how to get latest grammar file. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ac81592b..4c8dbcee 100644 --- a/README.md +++ b/README.md @@ -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. 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 -that should provide good syntax highlighting for many editors. +Generic lisp syntax highlighting should, however, provide good results. One can also generate a janet.tmLanguage +file for other programs with `make grammar`. ## Use Cases