From 27ba763c91346a44abdc7d7f77708dae099fae0f Mon Sep 17 00:00:00 2001 From: V41N Date: Sat, 9 Sep 2017 22:26:33 -0400 Subject: [PATCH] Add Editor Support to README Added links for syntax highlighting for Vim, Sublime/Textmate, and Atom. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 41520bb..f0f54e2 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,12 @@ print Parser!\compile_to_lua "hello", DebugCompiler `compile_to_lua` takes an optional second argument of the compiler class to use. +## Editor Support + +* [Vim](https://github.com/VaiN474/vim-etlua) +* [Sublime/Textmate](https://github.com/VaiN474/etlua-tmLanguage) +* [Atom](https://github.com/VaiN474/language-etlua) + ## License MIT, Copyright (C) 2014 by Leaf Corcoran