File size: 2,168 Bytes
3a5cf48
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
	"supportedModes": {
		"Apache_Conf": ["^htaccess|^htgroups|^htpasswd|^conf|htaccess|htgroups|htpasswd"],
		"BatchFile": ["bat|cmd"],
		"C_Cpp": ["cpp|c|cc|cxx|h|hh|hpp|ino"],
		"CSharp": ["cs"],
		"CSS": ["css"],
		"Dockerfile": ["^Dockerfile"],
		"golang": ["go"],
		"HTML": ["html|htm|xhtml|vue|we|wpy"],
		"Java": ["java"],
		"JavaScript": ["js|jsm|jsx"],
		"JSON": ["json"],
		"JSP": ["jsp"],
		"LESS": ["less"],
		"Lua": ["lua"],
		"Makefile": ["^Makefile|^GNUmakefile|^makefile|^OCamlMakefile|make"],
		"Markdown": ["md|markdown"],
		"MySQL": ["mysql"],
		"Nginx": ["nginx|conf"],
		"INI": ["ini|conf|cfg|prefs"],
		"ObjectiveC": ["m|mm"],
		"Perl": ["pl|pm"],
		"Perl6": ["p6|pl6|pm6"],
		"pgSQL": ["pgsql"],
		"PHP_Laravel_blade": ["blade.php"],
		"PHP": ["php|inc|phtml|shtml|php3|php4|php5|phps|phpt|aw|ctp|module"],
		"Powershell": ["ps1"],
		"Python": ["py"],
		"R": ["r"],
		"Ruby": ["rb|ru|gemspec|rake|^Guardfile|^Rakefile|^Gemfile"],
		"Rust": ["rs"],
		"SASS": ["sass"],
		"SCSS": ["scss"],
		"SH": ["sh|bash|^.bashrc"],
		"SQL": ["sql"],
		"SQLServer": ["sqlserver"],
		"Swift": ["swift"],
		"Text": ["txt"],
		"Typescript": ["ts|typescript|str"],
		"VBScript": ["vbs|vb"],
		"Verilog": ["v|vh|sv|svh"],
		"XML": ["xml|rdf|rss|wsdl|xslt|atom|mathml|mml|xul|xbl|xaml"],
		"YAML": ["yaml|yml"],
		"Compress": ["tar|zip|7z|rar|gz|arj|z"],
		"images": ["icon|jpg|jpeg|png|bmp|gif|tif|emf"]
	},
	"nameOverrides": {
		"ObjectiveC": "Objective-C",
		"CSharp": "C#",
		"golang": "Go",
		"C_Cpp": "C and C++",
		"PHP_Laravel_blade": "PHP (Blade Template)",
		"Perl6": "Perl 6"
	},
	"encodingList": ["ASCII", "UTF-8", "GBK", "GB2312", "BIG5"],
	"themeList": ["chrome", "monokai", "tomorrow_night_bright"],
	"aceEditor": {
		"editorTheme": "monokai",
		"fontSize": 14,
		"softLabel": false,
		"useSoftTabs": true,
		"tabSize": 4,
		"wrap": true,
		"enableSnippets": true,
		"enableLiveAutocompletion": true,
		"highlightActiveLine": true,
		"highlightSelectedWord": true,
		"animatedScroll": false,
		"showInvisibles": true,
		"showFoldWidgets": true,
		"showLineNumbers": true,
		"showGutter": true,
		"displayIndentGuides": false
	},
	"showUpdate": true
}