1
0
Fork 0
mirror of https://github.com/Reuh/SublimeLinter-contrib-cancheck.git synced 2025-10-27 12:19:30 +00:00
SublimeLinter plugin for cancheck
Find a file
2020-04-07 00:13:03 +02:00
messages Initial commit 2020-04-07 00:02:43 +02:00
.gitignore Initial commit 2020-04-07 00:02:43 +02:00
.travis.yml Initial commit 2020-04-07 00:02:43 +02:00
HOWTO.md Initial commit 2020-04-07 00:02:43 +02:00
LICENSE Initial commit 2020-04-07 00:02:43 +02:00
linter.py Rename to cancheck 2020-04-07 00:13:03 +02:00
messages.json Initial commit 2020-04-07 00:02:43 +02:00
README.md Initial commit 2020-04-07 00:02:43 +02:00

SublimeLinter-contrib-candran

Build Status

This linter plugin for SublimeLinter provides an interface to cancheck. It will be used with files that have the “Candran” syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before installing this plugin, you must ensure that cancheck (which is included with Candran, and requires luacheck to be installed) is installed on your system.

In order for cancheck to be executed by SublimeLinter, you must ensure that its path is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings