Skip to content

Sinaloit/linter-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

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

No packages published

Languages

  • CoffeeScript 100.0%