LoginSignup
1
1

More than 5 years have passed since last update.

SublimeText2 Build Option

Last updated at Posted at 2012-07-25

~/Library/Application Support/Sublime Text 2/Packages/
設定めもも

  • cmd

    配列でコマンドと、オプション・引数を指定
     

  • file_regex

    省略可。コマンドのエラーキャプションを出力するための正規表現

Perl

Perl/Perl.sublime-build
{
    "cmd": ["perl", "-w", "$file"],
    "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
    "selector": "source.perl"
}
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1