| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 | {	"build_systems":	[		{			"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",			"name": "Anaconda Python Builder",			"selector": "source.python",			"shell_cmd": "\"py\" -u \"$file\""		}	],	"folders":	[		{			"file_exclude_patterns":			[				"*.sublime-project",				"*.conf.js",				"*.png",				"*.ico",				"*.cgi"			],			"folder_exclude_patterns":			[				"node_modules",				"test",				"dist",				"src"			],			"name": "BT-670x_universal",			"path": "."		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6703",			"path": "src/wui-3"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6703-RT",			"path": "src/wui-3-rt"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6707",			"path": "src/wui-7"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6709",			"path": "src/wui-9"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6709_MTS",			"path": "src/wui-9-mts"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6710",			"path": "src/wui-10"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.html",				"*.js",				"*.css"			],			"name": "CGI-6711",			"path": "src/wui-11"		},		{			"file_exclude_patterns":			[				"*.png",				"*.ico",				"*.png",				"*.cgi"			],			"name": "SRC",			"path": "src"		},		{			"name": "DIST",			"path": "dist"		}	],	"settings":	{		"spell_check": true,		"tab_size": 2,		"translate_tabs_to_spaces": true	}}
 |