Skip to content

luau-lang/SublimeLinter-luau

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SublimeLinter-luau

This linter plugin for SublimeLinter provides an interface to luau-analyze. It will be used with files that have the "Lua" syntax.

Installation

SublimeLinter must be installed in order to use this plugin.

Please use Package Control to install the linter plugin.

Before using this plugin, ensure that luau-analyze is installed on your system. To install luau-analyze, download the executable from Luau repo.

Please make sure that the path to luau-analyze is available to SublimeLinter. The docs cover troubleshooting PATH configuration.

Settings

The preferred method of configuring luau-analyze is via .luaurc files