8000 GitHub - dz0ny/sublimelint: Inline lint highlighting for the Sublime Text editor
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dz0ny/sublimelint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sublime Lint

A code-validating plugin with inline highlighting for the Sublime Text 2 editor.

Supports the following languages:

  • Python - native, moderately-complete lint
  • PHP - syntax checking via "php -l"
  • Perl - syntax+deprecation checking via "perl -c"
  • Ruby - syntax checking via "ruby -wc"

Installing

Without Git: Download the latest source and copy sublimelint_plugin.py and the sublimelint/ folder to your Sublime Text "User" packages directory.

With Git: Clone the repository in your Sublime Text Packages directory (located one folder above the "User" directory)

git clone git://github.com/lunixbochs/sublimelint.git


The "User" packages directory is located at:

  • Windows: %APPDATA%/Sublime Text 2/Packages/User/
  • OS X: ~/Library/Application Support/Sublime Text 2/Packages/User/
  • Linux: ~/.Sublime Text 2/Packages/User/

About

Inline lint highlighting for the Sublime Text editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0