Skip to content

Instantly share code, notes, and snippets.

@windows98SE
Created April 6, 2014 14:11
Show Gist options
  • Save windows98SE/10006670 to your computer and use it in GitHub Desktop.
Save windows98SE/10006670 to your computer and use it in GitHub Desktop.
Perl.sublime-build
{
"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"
}
@windows98SE
Copy link
Author

you can use -c in "cmd" for check syntex only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment