From 22e49bc0fc467e6fc847c6d8fc6c75984513c398 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sun, 16 Dec 2018 18:00:18 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c20c6166..a20559bc 100644 --- a/README.md +++ b/README.md @@ -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