Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "codeintel_config": {
- "Python": {
- "env": {
- /*
- "PATH": "/usr/local/bin:/usr/local/sbin:$PATH",
- "PYTHONPATH": "/usr/local/lib/python2.7/site-packages:/usr/local/lib/python:$PYTHONPATH"
- */
- }
- },
- "JavaScript": {
- "javascriptExtraPaths": [
- "./Packages/SublimeCodeIntel/libs/codeintel2/lib_srcs/node.js"
- ],
- "codeintel_scan_files_in_project": false,
- "codeintel_max_recursive_dir_depth": 2
- },
- "PHP": {
- "phpExtraPaths": [],
- "codeintel_scan_files_in_project": false,
- "codeintel_max_recursive_dir_depth": 5
- }
- },
- "codeintel_syntax_map":
- {
- "JavaScript": "Node.js"
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment