Created
April 6, 2014 14:11
-
-
Save windows98SE/10006670 to your computer and use it in GitHub Desktop.
Perl.sublime-build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cmd": ["perl", "-w", "$file"], | |
"file_regex": ".* at (.*) line ([0-9]*)", | |
"selector": "source.perl", | |
"path": "/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/opt/X11/bin" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can use -c in "cmd" for check syntex only