diff --git a/README.md b/README.md index b5c2283..fa4d77f 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,8 @@ You can register the Candran package searcher in your main Lua file (`require("c Most editors should be able to use their existing Lua support for Candran code. If you want full support for the additional syntax in your editor: * **Sublime Text 3**: * [sublime-candran](https://github.com/Reuh/sublime-candran) support the full Candran syntax - * [SublimeLinter-candran-contrib](https://github.com/Reuh/SublimeLinter-contrib-candran) SublimeLinter plugin for Candran + * [SublimeLinter-cancheck-contrib](https://github.com/Reuh/SublimeLinter-contrib-cancheck) SublimeLinter plugin for Candran using ```cancheck``` + * [SublimeLinter-candran-contrib](https://github.com/Reuh/SublimeLinter-contrib-candran) SublimeLinter plugin for Candran using ```canc -parse``` (only checks for syntaxic errors, no linting) * **Atom**: [language-candran](https://atom.io/packages/language-candran) support the full Candran syntax For linting, if your editor support [luacheck](https://github.com/luarocks/luacheck), you should be able to replace it with ```cancheck``` (in this repository ```bin/cancheck```, or installed automatically if Candran was installed using LuaRocks), which is a wrapper around luacheck that monkey-patch it to support Candran.