GitHub - Sinaloit/linter-lua: not yet ready · GitHub
Skip to content

Sinaloit/linter-lua

 
 

Folders and files

Repository files navigation

linter-lua

luac — The luac program parses lua files. It can be used for detecting errors in lua code. See http://www.lua.org/manual/4.0/luac.html for more informations about luac.

This package will lint your .lua opened files in Atom through luac. It will lint on edit and/or save, so you'll see instantly if your code has errors.

Due to the way that luac works it will only notify you of the first error found in the file.

Linter Installation

Before using this package, you must ensure that luac is installed on your system.

Installation

  • $ apm install linter (if you don't have AtomLinter/Linter installed).
  • $ apm install linter-lua

Other available linters

About

not yet ready

Resources

Stars

Watchers

Forks

Packages

Contributors

Languages

  • CoffeeScript 100.0%