quocvuongdn

#sublimetext: sublimelinter for php configuration

Nov 23rd, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.38 KB | None | 0 0
  1. {
  2.     "default": {
  3.         "debug": true,
  4.         "delay": 0.25,
  5.         "error_color": "D02000",
  6.         "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
  7.         "gutter_theme_excludes": [],
  8.         "lint_mode": "background",
  9.         "mark_style": "outline",
  10.         "no_column_highlights_line": true,
  11.         "passive_warnings": true,
  12.         "paths": {
  13.             "linux": [],
  14.             "osx": [],
  15.             "windows": ["E:\\Software\\php-5.6.30-Win32-VC11-x64\\"]
  16.         },
  17.         "python_paths": {
  18.             "linux": [],
  19.             "osx": [],
  20.             "windows": ["C:\\Python27"]
  21.         },
  22.         "rc_search_limit": 3,
  23.         "shell_timeout": 10,
  24.         "show_errors_on_save": false,
  25.         "show_marks_in_minimap": true,
  26.         "syntax_map": {
  27.             "python django": "python",
  28.             "pythonimproved": "python",
  29.             "magicpython": "python",
  30.             "html 5": "html",
  31.             "html (django)": "html",
  32.             "html (rails)": "html",
  33.             "javascript (babel)": "javascript",
  34.             "php": "html"
  35.         },
  36.         "tooltip_fontsize": "1rem",
  37.         "tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme",
  38.         "tooltip_theme_excludes": [],
  39.         "tooltips": true,
  40.         "warning_color": "DDB700",
  41.         "wrap_find": true
  42.     }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment