mirror of
https://github.com/sstent/sublime-text-3.git
synced 2026-02-05 20:11:58 +00:00
backing up sublime settings
This commit is contained in:
6
Packages/User/linters/coffee.py
Normal file
6
Packages/User/linters/coffee.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from lint import Linter
|
||||
|
||||
class Coffee(Linter):
|
||||
language = 'coffeescript'
|
||||
cmd = ('coffee', '--compile', '--stdio')
|
||||
regex = r'^[A-Za-z]+: (?P<error>.+) on line (?P<line>\d+)'
|
||||
Reference in New Issue
Block a user