-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.json
117 lines (117 loc) · 3.07 KB
/
config.json
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"languageList": {
"auto": "auto",
"apache": "text%2Fapache",
"bash": "application%2Fx-sh",
"plaintext": "text",
"c": "text%2Fx-csrc",
"c++": "text%2Fx-c%2B%2Bsrc",
"cpp": "text%2Fx-c%2B%2Bsrc",
"c#": "text%2Fx-csharp",
"clojure": "clojure",
"cobol": "cobol",
"coffeeScript": "coffeescript",
"crystal": "crystal",
"css": "css",
"d": "d",
"dart": "dart",
"diff": "text%2Fx-diff",
"django": "django",
"docker": "dockerfile",
"elixir": "elixir",
"elm": "elm",
"erlang": "erlang",
"fortran": "fortran",
"gherkin": "gherkin",
"graphQL": "graphql",
"go": "text%2Fx-go",
"groovy": "groovy",
"handlebars": "handlebars",
"haskell": "haskell",
"html": "htmlmixed",
"xml": "htmlmixed",
"java": "text%2Fx-java",
"javascript": "javascript",
"js": "javascript",
"json": "application%2Fjson",
"jsx": "jsx",
"julia": "julia",
"kotlin": "text%2Fx-kotlin",
"latex": "stex",
"lisp": "commonlisp",
"lua": "lua",
"markdown": "markdown",
"md": "markdown",
"mathematica": "mathematica",
"matlab": "text%2Fx-octave",
"octave": "text%2Fx-octave",
"mysql": "text%2Fx-mysql",
"n-triples": "application%2Fn-triples",
"nginx": "nginx",
"nim": "nim",
"objective-c": "text%2Fx-objectivec",
"ocaml/F#": "mllike",
"f#": "mllike",
"pascal": "pascal",
"perl": "perl",
"php": "text%2Fx-php",
"powershell": "powershell",
"python": "python",
"py": "python",
"r": "r",
"risc-v": "riscv",
"ruby": "ruby",
"rust": "rust",
"sass": "sass",
"scala": "text%2Fx-scala",
"smalltalk": "smalltalk",
"solidity": "solidity",
"sparql": "application%2Fsparql-query",
"sql": "sql",
"stylus": "stylus",
"swift": "swift",
"tcl": "tcl",
"toml": "toml",
"turtle": "text%2Fturtle",
"typescript": "application%2Ftypescript",
"tsx": "text%2Ftypescript-jsx",
"twig": "text%2Fx-twig",
"vb-net": "vb",
"Verilog": "verilog",
"VHDL": "vhdl",
"Vue": "vue",
"XQuery": "xquery",
"YAML": "yaml"
},
"themeList": [
"3024-night",
"a11y-dark",
"base16-dark",
"base16-light",
"blackboard",
"cobalt",
"dracula-pro",
"duotone-dark",
"hopscotch",
"lucario",
"material",
"monokai",
"night-owl",
"nord",
"oceanic-next",
"one-light",
"one-dark",
"panda-syntax",
"paraiso-dark",
"seti",
"shades-of-purple",
"solarized+dark",
"solarized+light",
"synthwave-84",
"twilight",
"verminal",
"vscode",
"yeti",
"zenburn"
]
}