1#![allow(clippy::all)]
2use crate::define_languages;
3use phf::phf_map;
4define_languages! {
5 _1CEnterprise => { name : "1C Enterprise", r#type : "programming", color : "#814CCC",
6 extensions : [".bsl", ".os"], aliases : [], tm_scope : "source.bsl", ace_mode :
7 "text", language_id : 0u64, filenames : [], interpreters : [], }, _2DimensionalArray
8 => { name : "2-Dimensional Array", r#type : "data", color : "#38761D", extensions :
9 [".2da"], aliases : [], tm_scope : "source.2da", ace_mode : "text", language_id :
10 387204628u64, filenames : [], interpreters : [], }, _4D => { name : "4D", r#type :
11 "programming", color : "#004289", extensions : [".4dm"], aliases : [], tm_scope :
12 "source.4dm", ace_mode : "text", language_id : 577529595u64, filenames : [],
13 interpreters : [], }, ABAP => { name : "ABAP", r#type : "programming", color :
14 "#E8274B", extensions : [".abap"], aliases : [], tm_scope : "source.abap", ace_mode :
15 "abap", language_id : 1u64, filenames : [], interpreters : [], }, ABAPCDS => { name :
16 "ABAP CDS", r#type : "programming", color : "#555e25", extensions : [".asddls"],
17 aliases : [], tm_scope : "source.abapcds", ace_mode : "text", language_id :
18 452681853u64, filenames : [], interpreters : [], }, ABNF => { name : "ABNF", r#type :
19 "data", color : "#000000", extensions : [".abnf"], aliases : [], tm_scope :
20 "source.abnf", ace_mode : "text", language_id : 429u64, filenames : [], interpreters
21 : [], }, AGSScript => { name : "AGS Script", r#type : "programming", color :
22 "#B9D9FF", extensions : [".asc", ".ash"], aliases : ["ags"], tm_scope : "source.c++",
23 ace_mode : "c_cpp", language_id : 2u64, codemirror_mode : "clike",
24 codemirror_mime_type : "text/x-c++src", filenames : [], interpreters : [], }, AIDL =>
25 { name : "AIDL", r#type : "programming", color : "#34EB6B", extensions : [".aidl"],
26 aliases : [], tm_scope : "source.aidl", ace_mode : "text", language_id :
27 451700185u64, filenames : [], interpreters : ["aidl"], }, AL => { name : "AL", r#type
28 : "programming", color : "#3AA2B5", extensions : [".al"], aliases : [], tm_scope :
29 "source.al", ace_mode : "text", language_id : 658971832u64, filenames : [],
30 interpreters : [], }, ALGOL => { name : "ALGOL", r#type : "programming", color :
31 "#D1E0DB", extensions : [".alg"], aliases : [], tm_scope : "source.algol60", ace_mode
32 : "pascal", language_id : 79217948u64, codemirror_mode : "pascal",
33 codemirror_mime_type : "text/x-pascal", filenames : [], interpreters : [], }, AMPL =>
34 { name : "AMPL", r#type : "programming", color : "#E6EFBB", extensions : [".ampl",
35 ".mod"], aliases : [], tm_scope : "source.ampl", ace_mode : "text", language_id :
36 3u64, filenames : [], interpreters : [], }, ANTLR => { name : "ANTLR", r#type :
37 "programming", color : "#9DC3FF", extensions : [".g4"], aliases : [], tm_scope :
38 "source.antlr", ace_mode : "text", language_id : 4u64, filenames : [], interpreters :
39 [], }, APIBlueprint => { name : "API Blueprint", r#type : "markup", color :
40 "#2ACCA8", extensions : [".apib"], aliases : [], tm_scope :
41 "text.html.markdown.source.gfm.apib", ace_mode : "markdown", language_id : 5u64,
42 filenames : [], interpreters : [], }, APL => { name : "APL", r#type : "programming",
43 color : "#5A8164", extensions : [".apl", ".dyalog"], aliases : [], tm_scope :
44 "source.apl", ace_mode : "text", language_id : 6u64, codemirror_mode : "apl",
45 codemirror_mime_type : "text/apl", filenames : [], interpreters : ["apl", "aplx",
46 "dyalog"], }, ASL => { name : "ASL", r#type : "programming", color : "#000000",
47 extensions : [".asl", ".dsl"], aliases : [], tm_scope : "source.asl", ace_mode :
48 "asl", language_id : 124996147u64, filenames : [], interpreters : [], }, ASN1 => {
49 name : "ASN.1", r#type : "data", color : "#000000", extensions : [".asn", ".asn1"],
50 aliases : [], tm_scope : "source.asn", ace_mode : "text", language_id : 7u64,
51 codemirror_mode : "asn.1", codemirror_mime_type : "text/x-ttcn-asn", filenames : [],
52 interpreters : [], }, ASPNET => { name : "ASP.NET", r#type : "programming", color :
53 "#9400ff", extensions : [".asax", ".ascx", ".ashx", ".asmx", ".aspx", ".axd"],
54 aliases : ["aspx", "aspx-vb"], tm_scope : "text.html.asp", ace_mode : "text",
55 language_id : 564186416u64, codemirror_mode : "htmlembedded", codemirror_mime_type :
56 "application/x-aspx", filenames : [], interpreters : [], }, ATS => { name : "ATS",
57 r#type : "programming", color : "#1ac620", extensions : [".dats", ".hats", ".sats"],
58 aliases : ["ats2"], tm_scope : "source.ats", ace_mode : "ocaml", language_id : 9u64,
59 filenames : [], interpreters : [], }, ActionScript => { name : "ActionScript", r#type
60 : "programming", color : "#882B0F", extensions : [".as"], aliases :
61 ["actionscript 3", "actionscript3", "as3"], tm_scope : "source.actionscript.3",
62 ace_mode : "actionscript", language_id : 10u64, filenames : [], interpreters : [], },
63 Ada => { name : "Ada", r#type : "programming", color : "#02f88c", extensions :
64 [".adb", ".ada", ".ads"], aliases : ["ada95", "ada2005"], tm_scope : "source.ada",
65 ace_mode : "ada", language_id : 11u64, filenames : [], interpreters : [], },
66 AdblockFilterList => { name : "Adblock Filter List", r#type : "data", color :
67 "#800000", extensions : [".txt"], aliases : ["ad block filters", "ad block", "adb",
68 "adblock"], tm_scope : "text.adblock", ace_mode : "text", language_id : 884614762u64,
69 filenames : [], interpreters : [], }, AdobeFontMetrics => { name :
70 "Adobe Font Metrics", r#type : "data", color : "#fa0f00", extensions : [".afm"],
71 aliases : ["acfm", "adobe composite font metrics", "adobe multiple font metrics",
72 "amfm"], tm_scope : "source.afm", ace_mode : "text", language_id : 147198098u64,
73 filenames : [], interpreters : [], }, Agda => { name : "Agda", r#type :
74 "programming", color : "#315665", extensions : [".agda"], aliases : [], tm_scope :
75 "source.agda", ace_mode : "text", language_id : 12u64, filenames : [], interpreters :
76 [], }, Aiken => { name : "Aiken", r#type : "programming", color : "#640ff8",
77 extensions : [".ak"], aliases : [], tm_scope : "source.aiken", ace_mode : "text",
78 language_id : 899409497u64, filenames : [], interpreters : [], }, Alloy => { name :
79 "Alloy", r#type : "programming", color : "#64C800", extensions : [".als"], aliases :
80 [], tm_scope : "source.alloy", ace_mode : "text", language_id : 13u64, filenames :
81 [], interpreters : [], }, AlpineAbuild => { name : "Alpine Abuild", r#type :
82 "programming", color : "#0D597F", extensions : [], aliases : ["abuild", "apkbuild"],
83 tm_scope : "source.shell", ace_mode : "sh", language_id : 14u64, codemirror_mode :
84 "shell", codemirror_mime_type : "text/x-sh", filenames : ["APKBUILD"], group :
85 "Shell", interpreters : [], }, AltiumDesigner => { name : "Altium Designer", r#type :
86 "data", color : "#A89663", extensions : [".OutJob", ".PcbDoc", ".PrjPCB", ".SchDoc"],
87 aliases : ["altium"], tm_scope : "source.ini", ace_mode : "ini", language_id :
88 187772328u64, filenames : [], interpreters : [], }, AngelScript => { name :
89 "AngelScript", r#type : "programming", color : "#C7D7DC", extensions : [".as",
90 ".angelscript"], aliases : [], tm_scope : "source.angelscript", ace_mode : "text",
91 language_id : 389477596u64, codemirror_mode : "clike", codemirror_mime_type :
92 "text/x-c++src", filenames : [], interpreters : [], }, AnswerSetProgramming => { name
93 : "Answer Set Programming", r#type : "programming", color : "#A9CC29", extensions :
94 [".lp"], aliases : [], tm_scope : "source.answersetprogramming", ace_mode : "prolog",
95 language_id : 433009171u64, filenames : [], interpreters : ["clingo"], },
96 AntBuildSystem => { name : "Ant Build System", r#type : "data", color : "#A9157E",
97 extensions : [], aliases : [], tm_scope : "text.xml.ant", ace_mode : "xml",
98 language_id : 15u64, codemirror_mode : "xml", codemirror_mime_type :
99 "application/xml", filenames : ["ant.xml", "build.xml"], interpreters : [], },
100 Antlers => { name : "Antlers", r#type : "markup", color : "#ff269e", extensions :
101 [".antlers.html", ".antlers.php", ".antlers.xml"], aliases : [], tm_scope :
102 "text.html.statamic", ace_mode : "text", language_id : 1067292663u64, filenames : [],
103 interpreters : [], }, ApacheConf => { name : "ApacheConf", r#type : "data", color :
104 "#d12127", extensions : [".apacheconf", ".vhost"], aliases : ["aconf", "apache"],
105 tm_scope : "source.apacheconf", ace_mode : "apache_conf", language_id : 16u64,
106 filenames : [".htaccess", "apache2.conf", "httpd.conf"], interpreters : [], }, Apex
107 => { name : "Apex", r#type : "programming", color : "#1797c0", extensions : [".cls",
108 ".apex", ".trigger"], aliases : [], tm_scope : "source.apex", ace_mode : "apex",
109 language_id : 17u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-java",
110 filenames : [], interpreters : [], }, ApolloGuidanceComputer => { name :
111 "Apollo Guidance Computer", r#type : "programming", color : "#0B3D91", extensions :
112 [".agc"], aliases : [], tm_scope : "source.agc", ace_mode : "assembly_x86",
113 language_id : 18u64, filenames : [], group : "Assembly", interpreters : [], },
114 AppleScript => { name : "AppleScript", r#type : "programming", color : "#101F1F",
115 extensions : [".applescript", ".scpt"], aliases : ["osascript"], tm_scope :
116 "source.applescript", ace_mode : "applescript", language_id : 19u64, filenames : [],
117 interpreters : ["osascript"], }, Arc => { name : "Arc", r#type : "programming", color
118 : "#aa2afe", extensions : [".arc"], aliases : [], tm_scope : "none", ace_mode :
119 "text", language_id : 20u64, filenames : [], interpreters : [], }, AsciiDoc => { name
120 : "AsciiDoc", r#type : "prose", color : "#73a0c5", extensions : [".asciidoc",
121 ".adoc", ".asc"], aliases : [], tm_scope : "text.html.asciidoc", ace_mode :
122 "asciidoc", language_id : 22u64, wrap : true, filenames : [], interpreters : [], },
123 AspectJ => { name : "AspectJ", r#type : "programming", color : "#a957b0", extensions
124 : [".aj"], aliases : [], tm_scope : "source.aspectj", ace_mode : "text", language_id
125 : 23u64, filenames : [], interpreters : [], }, Assembly => { name : "Assembly",
126 r#type : "programming", color : "#6E4C13", extensions : [".asm", ".a51", ".i",
127 ".inc", ".nas", ".nasm", ".s"], aliases : ["asm", "nasm"], tm_scope :
128 "source.assembly", ace_mode : "assembly_x86", language_id : 24u64, filenames : [],
129 interpreters : [], }, Astro => { name : "Astro", r#type : "markup", color :
130 "#ff5a03", extensions : [".astro"], aliases : [], tm_scope : "source.astro", ace_mode
131 : "astro", language_id : 578209015u64, codemirror_mode : "jsx", codemirror_mime_type
132 : "text/jsx", filenames : [], interpreters : [], }, Asymptote => { name :
133 "Asymptote", r#type : "programming", color : "#ff0000", extensions : [".asy"],
134 aliases : [], tm_scope : "source.c++", ace_mode : "c_cpp", language_id :
135 591605007u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-kotlin",
136 filenames : [], interpreters : ["asy"], }, Augeas => { name : "Augeas", r#type :
137 "programming", color : "#9CC134", extensions : [".aug"], aliases : [], tm_scope :
138 "none", ace_mode : "text", language_id : 25u64, filenames : [], interpreters : [], },
139 AutoHotkey => { name : "AutoHotkey", r#type : "programming", color : "#6594b9",
140 extensions : [".ahk", ".ahkl"], aliases : ["ahk"], tm_scope : "source.ahk", ace_mode
141 : "autohotkey", language_id : 26u64, filenames : [], interpreters : [], }, AutoIt =>
142 { name : "AutoIt", r#type : "programming", color : "#1C3552", extensions : [".au3"],
143 aliases : ["au3", "AutoIt3", "AutoItScript"], tm_scope : "source.autoit", ace_mode :
144 "autohotkey", language_id : 27u64, filenames : [], interpreters : [], }, AvroIDL => {
145 name : "Avro IDL", r#type : "data", color : "#0040FF", extensions : [".avdl"],
146 aliases : [], tm_scope : "source.avro", ace_mode : "text", language_id :
147 785497837u64, filenames : [], interpreters : [], }, Awk => { name : "Awk", r#type :
148 "programming", color : "#c30e9b", extensions : [".awk", ".auk", ".gawk", ".mawk",
149 ".nawk"], aliases : [], tm_scope : "source.awk", ace_mode : "text", language_id :
150 28u64, filenames : [], interpreters : ["awk", "gawk", "mawk", "nawk"], },
151 BFormalMethod => { name : "B (Formal Method)", r#type : "programming", color :
152 "#8aa8c5", extensions : [".mch"], aliases : [], tm_scope : "source.b", ace_mode :
153 "text", language_id : 700792152u64, filenames : [], interpreters : [], }, B4X => {
154 name : "B4X", r#type : "programming", color : "#00e4ff", extensions : [".bas"],
155 aliases : ["basic for android"], tm_scope : "source.vba", ace_mode : "text",
156 language_id : 96642275u64, codemirror_mode : "vb", codemirror_mime_type :
157 "text/x-vb", filenames : [], interpreters : [], }, BASIC => { name : "BASIC", r#type
158 : "programming", color : "#ff0000", extensions : [".bas"], aliases : [], tm_scope :
159 "source.basic", ace_mode : "basic", language_id : 28923963u64, filenames : [],
160 interpreters : [], }, BQN => { name : "BQN", r#type : "programming", color :
161 "#2b7067", extensions : [".bqn"], aliases : [], tm_scope : "source.bqn", ace_mode :
162 "text", language_id : 330386870u64, filenames : [], interpreters : [], }, Ballerina
163 => { name : "Ballerina", r#type : "programming", color : "#FF5000", extensions :
164 [".bal"], aliases : [], tm_scope : "source.ballerina", ace_mode : "text", language_id
165 : 720859680u64, filenames : [], interpreters : [], }, Batchfile => { name :
166 "Batchfile", r#type : "programming", color : "#C1F12E", extensions : [".bat",
167 ".cmd"], aliases : ["bat", "batch", "dosbatch", "winbatch"], tm_scope :
168 "source.batchfile", ace_mode : "batchfile", language_id : 29u64, filenames :
169 ["gradlew.bat", "mvnw.cmd"], interpreters : [], }, Beef => { name : "Beef", r#type :
170 "programming", color : "#a52f4e", extensions : [".bf"], aliases : [], tm_scope :
171 "source.cs", ace_mode : "csharp", language_id : 545626333u64, codemirror_mode :
172 "clike", codemirror_mime_type : "text/x-csharp", filenames : [], interpreters : [],
173 }, Befunge => { name : "Befunge", r#type : "programming", color : "#000000",
174 extensions : [".befunge", ".bf"], aliases : [], tm_scope : "source.befunge", ace_mode
175 : "text", language_id : 30u64, filenames : [], interpreters : [], }, Berry => { name
176 : "Berry", r#type : "programming", color : "#15A13C", extensions : [".be"], aliases :
177 ["be"], tm_scope : "source.berry", ace_mode : "text", language_id : 121855308u64,
178 filenames : [], interpreters : [], }, BibTeX => { name : "BibTeX", r#type : "markup",
179 color : "#778899", extensions : [".bib", ".bibtex"], aliases : [], tm_scope :
180 "text.bibtex", ace_mode : "bibtex", language_id : 982188347u64, codemirror_mode :
181 "stex", codemirror_mime_type : "text/x-stex", filenames : [], group : "TeX",
182 interpreters : [], }, BibTeXStyle => { name : "BibTeX Style", r#type : "programming",
183 color : "#000000", extensions : [".bst"], aliases : [], tm_scope : "source.bst",
184 ace_mode : "text", language_id : 909569041u64, filenames : [], interpreters : [], },
185 Bicep => { name : "Bicep", r#type : "programming", color : "#519aba", extensions :
186 [".bicep", ".bicepparam"], aliases : [], tm_scope : "source.bicep", ace_mode :
187 "text", language_id : 321200902u64, filenames : [], interpreters : [], }, Bikeshed =>
188 { name : "Bikeshed", r#type : "markup", color : "#5562ac", extensions : [".bs"],
189 aliases : [], tm_scope : "source.csswg", ace_mode : "html", language_id :
190 1055528081u64, codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html",
191 filenames : [], interpreters : [], }, Bison => { name : "Bison", r#type :
192 "programming", color : "#6A463F", extensions : [".bison"], aliases : [], tm_scope :
193 "source.yacc", ace_mode : "text", language_id : 31u64, filenames : [], group :
194 "Yacc", interpreters : [], }, BitBake => { name : "BitBake", r#type : "programming",
195 color : "#00bce4", extensions : [".bb", ".bbappend", ".bbclass", ".inc"], aliases :
196 [], tm_scope : "source.bb", ace_mode : "text", language_id : 32u64, filenames : [],
197 interpreters : [], }, Blade => { name : "Blade", r#type : "markup", color :
198 "#f7523f", extensions : [".blade", ".blade.php"], aliases : [], tm_scope :
199 "text.html.php.blade", ace_mode : "php_laravel_blade", language_id : 33u64, filenames
200 : [], interpreters : [], }, BlitzBasic => { name : "BlitzBasic", r#type :
201 "programming", color : "#00FFAE", extensions : [".bb", ".decls"], aliases : ["b3d",
202 "blitz3d", "blitzplus", "bplus"], tm_scope : "source.blitzmax", ace_mode : "text",
203 language_id : 34u64, filenames : [], interpreters : [], }, BlitzMax => { name :
204 "BlitzMax", r#type : "programming", color : "#cd6400", extensions : [".bmx"], aliases
205 : ["bmax"], tm_scope : "source.blitzmax", ace_mode : "text", language_id : 35u64,
206 filenames : [], interpreters : [], }, Bluespec => { name : "Bluespec", r#type :
207 "programming", color : "#12223c", extensions : [".bsv"], aliases : ["bluespec bsv",
208 "bsv"], tm_scope : "source.bsv", ace_mode : "verilog", language_id : 36u64,
209 codemirror_mode : "verilog", codemirror_mime_type : "text/x-systemverilog", filenames
210 : [], interpreters : [], }, BluespecBH => { name : "Bluespec BH", r#type :
211 "programming", color : "#12223c", extensions : [".bs"], aliases : ["bh",
212 "bluespec classic"], tm_scope : "source.bh", ace_mode : "haskell", language_id :
213 641580358u64, codemirror_mode : "haskell", codemirror_mime_type : "text/x-haskell",
214 filenames : [], group : "Bluespec", interpreters : [], }, Boo => { name : "Boo",
215 r#type : "programming", color : "#d4bec1", extensions : [".boo"], aliases : [],
216 tm_scope : "source.boo", ace_mode : "text", language_id : 37u64, filenames : [],
217 interpreters : [], }, Boogie => { name : "Boogie", r#type : "programming", color :
218 "#c80fa0", extensions : [".bpl"], aliases : [], tm_scope : "source.boogie", ace_mode
219 : "text", language_id : 955017407u64, filenames : [], interpreters : ["boogie"], },
220 Brainfuck => { name : "Brainfuck", r#type : "programming", color : "#2F2530",
221 extensions : [".b", ".bf"], aliases : [], tm_scope : "source.bf", ace_mode : "text",
222 language_id : 38u64, codemirror_mode : "brainfuck", codemirror_mime_type :
223 "text/x-brainfuck", filenames : [], interpreters : [], }, BrighterScript => { name :
224 "BrighterScript", r#type : "programming", color : "#66AABB", extensions : [".bs"],
225 aliases : [], tm_scope : "source.brs", ace_mode : "text", language_id : 943571030u64,
226 filenames : [], interpreters : [], }, Brightscript => { name : "Brightscript", r#type
227 : "programming", color : "#662D91", extensions : [".brs"], aliases : [], tm_scope :
228 "source.brs", ace_mode : "text", language_id : 39u64, filenames : [], interpreters :
229 [], }, Browserslist => { name : "Browserslist", r#type : "data", color : "#ffd539",
230 extensions : [], aliases : [], tm_scope : "text.browserslist", ace_mode : "text",
231 language_id : 153503348u64, filenames : [".browserslistrc", "browserslist"],
232 interpreters : [], }, Bru => { name : "Bru", r#type : "markup", color : "#F4AA41",
233 extensions : [".bru"], aliases : [], tm_scope : "source.bru", ace_mode : "text",
234 language_id : 906627898u64, filenames : [], interpreters : [], }, BuildStream => {
235 name : "BuildStream", r#type : "data", color : "#006bff", extensions : [".bst"],
236 aliases : [], tm_scope : "source.yaml", ace_mode : "yaml", language_id : 84359046u64,
237 filenames : [], interpreters : [], }, C => { name : "C", r#type : "programming",
238 color : "#555555", extensions : [".c", ".cats", ".h", ".h.in", ".idc"], aliases : [],
239 tm_scope : "source.c", ace_mode : "c_cpp", language_id : 41u64, codemirror_mode :
240 "clike", codemirror_mime_type : "text/x-csrc", filenames : [], interpreters :
241 ["tcc"], }, Csharp => { name : "C#", r#type : "programming", color : "#178600",
242 extensions : [".cs", ".cake", ".cs.pp", ".csx", ".linq"], aliases : ["csharp",
243 "cake", "cakescript"], tm_scope : "source.cs", ace_mode : "csharp", language_id :
244 42u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-csharp", filenames :
245 [], interpreters : [], }, Cpp => { name : "C++", r#type : "programming", color :
246 "#f34b7d", extensions : [".cpp", ".c++", ".cc", ".cp", ".cppm", ".cxx", ".h", ".h++",
247 ".hh", ".hpp", ".hxx", ".inc", ".inl", ".ino", ".ipp", ".ixx", ".re", ".tcc", ".tpp",
248 ".txx"], aliases : ["cpp"], tm_scope : "source.c++", ace_mode : "c_cpp", language_id
249 : 43u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src", filenames
250 : [], interpreters : [], }, CObjDump => { name : "C-ObjDump", r#type : "data", color
251 : "#000000", extensions : [".c-objdump"], aliases : [], tm_scope : "objdump.x86asm",
252 ace_mode : "assembly_x86", language_id : 44u64, filenames : [], interpreters : [], },
253 C2hsHaskell => { name : "C2hs Haskell", r#type : "programming", color : "#000000",
254 extensions : [".chs"], aliases : ["c2hs"], tm_scope : "source.haskell", ace_mode :
255 "haskell", language_id : 45u64, codemirror_mode : "haskell", codemirror_mime_type :
256 "text/x-haskell", filenames : [], group : "Haskell", interpreters : [], }, C3 => {
257 name : "C3", r#type : "programming", color : "#2563eb", extensions : [".c3"], aliases
258 : [], tm_scope : "source.c3", ace_mode : "c_cpp", language_id : 769248603u64,
259 codemirror_mode : "clike", codemirror_mime_type : "text/x-csrc", filenames : [],
260 interpreters : [], }, CAPCDS => { name : "CAP CDS", r#type : "programming", color :
261 "#0092d1", extensions : [".cds"], aliases : ["cds"], tm_scope : "source.cds",
262 ace_mode : "text", language_id : 390788699u64, filenames : [], interpreters : [], },
263 CIL => { name : "CIL", r#type : "data", color : "#000000", extensions : [".cil"],
264 aliases : [], tm_scope : "source.cil", ace_mode : "text", language_id : 29176339u64,
265 filenames : [], interpreters : [], }, CLIPS => { name : "CLIPS", r#type :
266 "programming", color : "#00A300", extensions : [".clp"], aliases : [], tm_scope :
267 "source.clips", ace_mode : "text", language_id : 46u64, filenames : [], interpreters
268 : [], }, CMake => { name : "CMake", r#type : "programming", color : "#DA3434",
269 extensions : [".cmake", ".cmake.in"], aliases : [], tm_scope : "source.cmake",
270 ace_mode : "text", language_id : 47u64, codemirror_mode : "cmake",
271 codemirror_mime_type : "text/x-cmake", filenames : ["CMakeLists.txt"], interpreters :
272 [], }, COBOL => { name : "COBOL", r#type : "programming", color : "#000000",
273 extensions : [".cob", ".cbl", ".ccp", ".cobol", ".cpy"], aliases : [], tm_scope :
274 "source.cobol", ace_mode : "cobol", language_id : 48u64, codemirror_mode : "cobol",
275 codemirror_mime_type : "text/x-cobol", filenames : [], interpreters : [], },
276 CODEOWNERS => { name : "CODEOWNERS", r#type : "data", color : "#000000", extensions :
277 [], aliases : [], tm_scope : "text.codeowners", ace_mode : "gitignore", language_id :
278 321684729u64, filenames : ["CODEOWNERS"], interpreters : [], }, COLLADA => { name :
279 "COLLADA", r#type : "data", color : "#F1A42B", extensions : [".dae"], aliases : [],
280 tm_scope : "text.xml", ace_mode : "xml", language_id : 49u64, codemirror_mode :
281 "xml", codemirror_mime_type : "text/xml", filenames : [], interpreters : [], }, CQL
282 => { name : "CQL", r#type : "programming", color : "#006091", extensions : [".cql"],
283 aliases : [], tm_scope : "source.cql", ace_mode : "text", language_id : 71155397u64,
284 filenames : [], interpreters : [], }, CSON => { name : "CSON", r#type : "data", color
285 : "#244776", extensions : [".cson"], aliases : [], tm_scope : "source.coffee",
286 ace_mode : "coffee", language_id : 424u64, codemirror_mode : "coffeescript",
287 codemirror_mime_type : "text/x-coffeescript", filenames : [], interpreters : [], },
288 CSS => { name : "CSS", r#type : "markup", color : "#663399", extensions : [".css"],
289 aliases : [], tm_scope : "source.css", ace_mode : "css", language_id : 50u64,
290 codemirror_mode : "css", codemirror_mime_type : "text/css", filenames : [],
291 interpreters : [], }, CSV => { name : "CSV", r#type : "data", color : "#237346",
292 extensions : [".csv"], aliases : [], tm_scope : "source.csv", ace_mode : "csv",
293 language_id : 51u64, filenames : [], interpreters : [], }, CUE => { name : "CUE",
294 r#type : "programming", color : "#5886E1", extensions : [".cue"], aliases : [],
295 tm_scope : "source.cue", ace_mode : "text", language_id : 356063509u64, filenames :
296 [], interpreters : [], }, CWeb => { name : "CWeb", r#type : "programming", color :
297 "#00007a", extensions : [".w"], aliases : [], tm_scope : "none", ace_mode : "text",
298 language_id : 657332628u64, filenames : [], interpreters : [], }, CabalConfig => {
299 name : "Cabal Config", r#type : "data", color : "#483465", extensions : [".cabal"],
300 aliases : ["Cabal"], tm_scope : "source.cabal", ace_mode : "haskell_cabal",
301 language_id : 677095381u64, codemirror_mode : "haskell", codemirror_mime_type :
302 "text/x-haskell", filenames : ["cabal.config", "cabal.project"], interpreters : [],
303 }, Caddyfile => { name : "Caddyfile", r#type : "data", color : "#22b638", extensions
304 : [".caddyfile"], aliases : ["Caddy"], tm_scope : "source.Caddyfile", ace_mode :
305 "text", language_id : 615465151u64, filenames : ["Caddyfile"], interpreters : [], },
306 Cadence => { name : "Cadence", r#type : "programming", color : "#00ef8b", extensions
307 : [".cdc"], aliases : [], tm_scope : "source.cadence", ace_mode : "text", language_id
308 : 270184138u64, filenames : [], interpreters : [], }, Cairo => { name : "Cairo",
309 r#type : "programming", color : "#ff4a48", extensions : [".cairo"], aliases : [],
310 tm_scope : "source.cairo", ace_mode : "text", language_id : 620599567u64, filenames :
311 [], group : "Cairo", interpreters : [], }, CairoZero => { name : "Cairo Zero", r#type
312 : "programming", color : "#ff4a48", extensions : [".cairo"], aliases : [], tm_scope :
313 "source.cairo0", ace_mode : "text", language_id : 891399890u64, filenames : [], group
314 : "Cairo", interpreters : [], }, CameLIGO => { name : "CameLIGO", r#type :
315 "programming", color : "#3be133", extensions : [".mligo"], aliases : [], tm_scope :
316 "source.mligo", ace_mode : "ocaml", language_id : 829207807u64, codemirror_mode :
317 "mllike", codemirror_mime_type : "text/x-ocaml", filenames : [], group : "LigoLANG",
318 interpreters : [], }, Cangjie => { name : "Cangjie", r#type : "programming", color :
319 "#00868B", extensions : [".cj"], aliases : [], tm_scope : "source.cj", ace_mode :
320 "swift", language_id : 581895317u64, codemirror_mode : "swift", codemirror_mime_type
321 : "text/x-swift", filenames : [], interpreters : [], }, CapnProto => { name :
322 "Cap'n Proto", r#type : "programming", color : "#c42727", extensions : [".capnp"],
323 aliases : [], tm_scope : "source.capnp", ace_mode : "text", language_id : 52u64,
324 filenames : [], interpreters : [], }, Carbon => { name : "Carbon", r#type :
325 "programming", color : "#222222", extensions : [".carbon"], aliases : [], tm_scope :
326 "source.v", ace_mode : "golang", language_id : 55627273u64, codemirror_mode : "go",
327 codemirror_mime_type : "text/x-go", filenames : [], interpreters : [], }, CartoCSS =>
328 { name : "CartoCSS", r#type : "programming", color : "#000000", extensions :
329 [".mss"], aliases : ["Carto"], tm_scope : "source.css.mss", ace_mode : "text",
330 language_id : 53u64, filenames : [], interpreters : [], }, Ceylon => { name :
331 "Ceylon", r#type : "programming", color : "#dfa535", extensions : [".ceylon"],
332 aliases : [], tm_scope : "source.ceylon", ace_mode : "text", language_id : 54u64,
333 filenames : [], interpreters : [], }, Chapel => { name : "Chapel", r#type :
334 "programming", color : "#8dc63f", extensions : [".chpl"], aliases : ["chpl"],
335 tm_scope : "source.chapel", ace_mode : "text", language_id : 55u64, filenames : [],
336 interpreters : [], }, Charity => { name : "Charity", r#type : "programming", color :
337 "#000000", extensions : [".ch"], aliases : [], tm_scope : "none", ace_mode : "text",
338 language_id : 56u64, filenames : [], interpreters : [], }, Checksums => { name :
339 "Checksums", r#type : "data", color : "#000000", extensions : [".crc32", ".md2",
340 ".md4", ".md5", ".sha1", ".sha2", ".sha224", ".sha256", ".sha256sum", ".sha3",
341 ".sha384", ".sha512"], aliases : ["checksum", "hash", "hashes", "sum", "sums"],
342 tm_scope : "text.checksums", ace_mode : "text", language_id : 372063053u64, filenames
343 : ["MD5SUMS", "SHA1SUMS", "SHA256SUMS", "SHA256SUMS.txt", "SHA512SUMS",
344 "checksums.txt", "cksums", "md5sum.txt"], interpreters : [], }, ChucK => { name :
345 "ChucK", r#type : "programming", color : "#3f8000", extensions : [".ck"], aliases :
346 [], tm_scope : "source.java", ace_mode : "java", language_id : 57u64, codemirror_mode
347 : "clike", codemirror_mime_type : "text/x-java", filenames : [], interpreters : [],
348 }, Circom => { name : "Circom", r#type : "programming", color : "#707575", extensions
349 : [".circom"], aliases : [], tm_scope : "source.circom", ace_mode : "text",
350 language_id : 1042332086u64, filenames : [], interpreters : [], }, Cirru => { name :
351 "Cirru", r#type : "programming", color : "#ccccff", extensions : [".cirru"], aliases
352 : [], tm_scope : "source.cirru", ace_mode : "cirru", language_id : 58u64, filenames :
353 [], interpreters : [], }, Clarion => { name : "Clarion", r#type : "programming",
354 color : "#db901e", extensions : [".clw"], aliases : [], tm_scope : "source.clarion",
355 ace_mode : "text", language_id : 59u64, filenames : [], interpreters : [], }, Clarity
356 => { name : "Clarity", r#type : "programming", color : "#5546ff", extensions :
357 [".clar"], aliases : [], tm_scope : "source.clar", ace_mode : "lisp", language_id :
358 91493841u64, filenames : [], interpreters : [], }, ClassicASP => { name :
359 "Classic ASP", r#type : "programming", color : "#6a40fd", extensions : [".asp"],
360 aliases : ["asp"], tm_scope : "text.html.asp", ace_mode : "text", language_id : 8u64,
361 filenames : [], interpreters : [], }, Clean => { name : "Clean", r#type :
362 "programming", color : "#3F85AF", extensions : [".icl", ".dcl"], aliases : [],
363 tm_scope : "source.clean", ace_mode : "text", language_id : 60u64, filenames : [],
364 interpreters : [], }, Click => { name : "Click", r#type : "programming", color :
365 "#E4E6F3", extensions : [".click"], aliases : [], tm_scope : "source.click", ace_mode
366 : "text", language_id : 61u64, filenames : [], interpreters : [], }, Clojure => {
367 name : "Clojure", r#type : "programming", color : "#db5855", extensions : [".clj",
368 ".bb", ".boot", ".cl2", ".cljc", ".cljs", ".cljs.hl", ".cljscm", ".cljx", ".hic"],
369 aliases : [], tm_scope : "source.clojure", ace_mode : "clojure", language_id : 62u64,
370 codemirror_mode : "clojure", codemirror_mime_type : "text/x-clojure", filenames :
371 ["riemann.config"], interpreters : ["bb"], }, ClosureTemplates => { name :
372 "Closure Templates", r#type : "markup", color : "#0d948f", extensions : [".soy"],
373 aliases : ["soy"], tm_scope : "text.html.soy", ace_mode : "soy_template", language_id
374 : 357046146u64, codemirror_mode : "soy", codemirror_mime_type : "text/x-soy",
375 filenames : [], interpreters : [], }, CloudFirestoreSecurityRules => { name :
376 "Cloud Firestore Security Rules", r#type : "data", color : "#FFA000", extensions :
377 [], aliases : [], tm_scope : "source.firestore", ace_mode : "less", language_id :
378 407996372u64, codemirror_mode : "css", codemirror_mime_type : "text/css", filenames :
379 ["firestore.rules"], interpreters : [], }, Clue => { name : "Clue", r#type :
380 "programming", color : "#0009b5", extensions : [".clue"], aliases : [], tm_scope :
381 "source.clue", ace_mode : "text", language_id : 163763508u64, filenames : [],
382 interpreters : [], }, CoNLLU => { name : "CoNLL-U", r#type : "data", color :
383 "#000000", extensions : [".conllu", ".conll"], aliases : ["CoNLL", "CoNLL-X"],
384 tm_scope : "text.conllu", ace_mode : "text", language_id : 421026389u64, filenames :
385 [], interpreters : [], }, CodeQL => { name : "CodeQL", r#type : "programming", color
386 : "#140f46", extensions : [".ql", ".qll"], aliases : ["ql"], tm_scope : "source.ql",
387 ace_mode : "text", language_id : 424259634u64, filenames : [], interpreters : [], },
388 CoffeeScript => { name : "CoffeeScript", r#type : "programming", color : "#244776",
389 extensions : [".coffee", "._coffee", ".cake", ".cjsx", ".iced"], aliases : ["coffee",
390 "coffee-script"], tm_scope : "source.coffee", ace_mode : "coffee", language_id :
391 63u64, codemirror_mode : "coffeescript", codemirror_mime_type :
392 "text/x-coffeescript", filenames : ["Cakefile"], interpreters : ["coffee"], },
393 ColdFusion => { name : "ColdFusion", r#type : "programming", color : "#ed2cd6",
394 extensions : [".cfm", ".cfml"], aliases : ["cfm", "cfml", "coldfusion html"],
395 tm_scope : "text.html.cfm", ace_mode : "coldfusion", language_id : 64u64, filenames :
396 [], interpreters : [], }, ColdFusionCFC => { name : "ColdFusion CFC", r#type :
397 "programming", color : "#ed2cd6", extensions : [".cfc"], aliases : ["cfc"], tm_scope
398 : "source.cfscript", ace_mode : "coldfusion", language_id : 65u64, filenames : [],
399 group : "ColdFusion", interpreters : [], }, CommonLisp => { name : "Common Lisp",
400 r#type : "programming", color : "#3fb68b", extensions : [".lisp", ".asd", ".cl",
401 ".l", ".lsp", ".ny", ".podsl", ".sexp"], aliases : ["lisp"], tm_scope :
402 "source.commonlisp", ace_mode : "lisp", language_id : 66u64, codemirror_mode :
403 "commonlisp", codemirror_mime_type : "text/x-common-lisp", filenames : [],
404 interpreters : ["lisp", "sbcl", "ccl", "clisp", "ecl"], }, CommonWorkflowLanguage =>
405 { name : "Common Workflow Language", r#type : "programming", color : "#B5314C",
406 extensions : [".cwl"], aliases : ["cwl"], tm_scope : "source.cwl", ace_mode : "yaml",
407 language_id : 988547172u64, codemirror_mode : "yaml", codemirror_mime_type :
408 "text/x-yaml", filenames : [], interpreters : ["cwl-runner"], }, ComponentPascal => {
409 name : "Component Pascal", r#type : "programming", color : "#B0CE4E", extensions :
410 [".cp", ".cps"], aliases : [], tm_scope : "source.pascal", ace_mode : "pascal",
411 language_id : 67u64, codemirror_mode : "pascal", codemirror_mime_type :
412 "text/x-pascal", filenames : [], interpreters : [], }, Cooklang => { name :
413 "Cooklang", r#type : "markup", color : "#E15A29", extensions : [".cook"], aliases :
414 [], tm_scope : "source.cooklang", ace_mode : "text", language_id : 788037493u64, wrap
415 : true, filenames : [], interpreters : [], }, Cool => { name : "Cool", r#type :
416 "programming", color : "#000000", extensions : [".cl"], aliases : [], tm_scope :
417 "source.cool", ace_mode : "text", language_id : 68u64, filenames : [], interpreters :
418 [], }, CppObjDump => { name : "Cpp-ObjDump", r#type : "data", color : "#000000",
419 extensions : [".cppobjdump", ".c++-objdump", ".c++objdump", ".cpp-objdump",
420 ".cxx-objdump"], aliases : ["c++-objdump"], tm_scope : "objdump.x86asm", ace_mode :
421 "assembly_x86", language_id : 70u64, filenames : [], interpreters : [], }, Creole =>
422 { name : "Creole", r#type : "prose", color : "#000000", extensions : [".creole"],
423 aliases : [], tm_scope : "text.html.creole", ace_mode : "text", language_id : 71u64,
424 wrap : true, filenames : [], interpreters : [], }, Crystal => { name : "Crystal",
425 r#type : "programming", color : "#000100", extensions : [".cr"], aliases : [],
426 tm_scope : "source.crystal", ace_mode : "crystal", language_id : 72u64,
427 codemirror_mode : "crystal", codemirror_mime_type : "text/x-crystal", filenames : [],
428 interpreters : ["crystal"], }, Csound => { name : "Csound", r#type : "programming",
429 color : "#1a1a1a", extensions : [".orc", ".udo"], aliases : ["csound-orc"], tm_scope
430 : "source.csound", ace_mode : "csound_orchestra", language_id : 73u64, filenames :
431 [], interpreters : [], }, CsoundDocument => { name : "Csound Document", r#type :
432 "programming", color : "#1a1a1a", extensions : [".csd"], aliases : ["csound-csd"],
433 tm_scope : "source.csound-document", ace_mode : "csound_document", language_id :
434 74u64, filenames : [], interpreters : [], }, CsoundScore => { name : "Csound Score",
435 r#type : "programming", color : "#1a1a1a", extensions : [".sco"], aliases :
436 ["csound-sco"], tm_scope : "source.csound-score", ace_mode : "csound_score",
437 language_id : 75u64, filenames : [], interpreters : [], }, Cuda => { name : "Cuda",
438 r#type : "programming", color : "#3A4E3A", extensions : [".cu", ".cuh"], aliases :
439 [], tm_scope : "source.cuda-c++", ace_mode : "c_cpp", language_id : 77u64,
440 codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src", filenames : [],
441 interpreters : [], }, CueSheet => { name : "Cue Sheet", r#type : "data", color :
442 "#000000", extensions : [".cue"], aliases : [], tm_scope : "source.cuesheet",
443 ace_mode : "text", language_id : 942714150u64, filenames : [], interpreters : [], },
444 Curry => { name : "Curry", r#type : "programming", color : "#531242", extensions :
445 [".curry"], aliases : [], tm_scope : "source.curry", ace_mode : "haskell",
446 language_id : 439829048u64, filenames : [], interpreters : [], }, Cycript => { name :
447 "Cycript", r#type : "programming", color : "#000000", extensions : [".cy"], aliases :
448 [], tm_scope : "source.js", ace_mode : "javascript", language_id : 78u64,
449 codemirror_mode : "javascript", codemirror_mime_type : "text/javascript", filenames :
450 [], interpreters : [], }, Cylc => { name : "Cylc", r#type : "data", color :
451 "#00b3fd", extensions : [".cylc"], aliases : [], tm_scope : "source.cylc", ace_mode :
452 "ini", language_id : 476447814u64, filenames : ["suite.rc"], group : "INI",
453 interpreters : [], }, Cypher => { name : "Cypher", r#type : "programming", color :
454 "#34c0eb", extensions : [".cyp", ".cypher"], aliases : [], tm_scope :
455 "source.cypher", ace_mode : "text", language_id : 850806976u64, codemirror_mode :
456 "cypher", codemirror_mime_type : "application/x-cypher-query", filenames : [],
457 interpreters : [], }, Cython => { name : "Cython", r#type : "programming", color :
458 "#fedf5b", extensions : [".pyx", ".pxd", ".pxi"], aliases : ["pyrex"], tm_scope :
459 "source.cython", ace_mode : "text", language_id : 79u64, codemirror_mode : "python",
460 codemirror_mime_type : "text/x-cython", filenames : [], interpreters : [], }, D => {
461 name : "D", r#type : "programming", color : "#ba595e", extensions : [".d", ".di"],
462 aliases : ["Dlang"], tm_scope : "source.d", ace_mode : "d", language_id : 80u64,
463 codemirror_mode : "d", codemirror_mime_type : "text/x-d", filenames : [],
464 interpreters : [], }, DObjDump => { name : "D-ObjDump", r#type : "data", color :
465 "#000000", extensions : [".d-objdump"], aliases : [], tm_scope : "objdump.x86asm",
466 ace_mode : "assembly_x86", language_id : 81u64, filenames : [], interpreters : [], },
467 D2 => { name : "D2", r#type : "markup", color : "#526ee8", extensions : [".d2"],
468 aliases : ["d2lang"], tm_scope : "source.d2", ace_mode : "text", language_id :
469 37531557u64, filenames : [], interpreters : [], }, DIGITALCommandLanguage => { name :
470 "DIGITAL Command Language", r#type : "programming", color : "#000000", extensions :
471 [".com"], aliases : ["dcl"], tm_scope : "none", ace_mode : "text", language_id :
472 82u64, filenames : [], interpreters : [], }, DM => { name : "DM", r#type :
473 "programming", color : "#447265", extensions : [".dm"], aliases : ["byond"], tm_scope
474 : "source.dm", ace_mode : "c_cpp", language_id : 83u64, filenames : [], interpreters
475 : [], }, DNSZone => { name : "DNS Zone", r#type : "data", color : "#000000",
476 extensions : [".zone", ".arpa"], aliases : [], tm_scope : "text.zone_file", ace_mode
477 : "text", language_id : 84u64, filenames : [], interpreters : [], }, DTrace => { name
478 : "DTrace", r#type : "programming", color : "#000000", extensions : [".d"], aliases :
479 ["dtrace-script"], tm_scope : "source.c", ace_mode : "c_cpp", language_id : 85u64,
480 codemirror_mode : "clike", codemirror_mime_type : "text/x-csrc", filenames : [],
481 interpreters : ["dtrace"], }, Dafny => { name : "Dafny", r#type : "programming",
482 color : "#FFEC25", extensions : [".dfy"], aliases : [], tm_scope : "text.dfy.dafny",
483 ace_mode : "text", language_id : 969323346u64, filenames : [], interpreters :
484 ["dafny"], }, DarcsPatch => { name : "Darcs Patch", r#type : "data", color :
485 "#8eff23", extensions : [".darcspatch", ".dpatch"], aliases : ["dpatch"], tm_scope :
486 "none", ace_mode : "text", language_id : 86u64, filenames : [], interpreters : [], },
487 Dart => { name : "Dart", r#type : "programming", color : "#00B4AB", extensions :
488 [".dart"], aliases : [], tm_scope : "source.dart", ace_mode : "dart", language_id :
489 87u64, codemirror_mode : "dart", codemirror_mime_type : "application/dart", filenames
490 : [], interpreters : ["dart"], }, Daslang => { name : "Daslang", r#type :
491 "programming", color : "#d3d3d3", extensions : [".das"], aliases : [], tm_scope :
492 "source.daslang", ace_mode : "text", language_id : 648759486u64, filenames : [],
493 interpreters : [], }, DataWeave => { name : "DataWeave", r#type : "programming",
494 color : "#003a52", extensions : [".dwl"], aliases : [], tm_scope :
495 "source.data-weave", ace_mode : "text", language_id : 974514097u64, filenames : [],
496 interpreters : [], }, DebianPackageControlFile => { name :
497 "Debian Package Control File", r#type : "data", color : "#D70751", extensions :
498 [".dsc"], aliases : [], tm_scope : "source.deb-control", ace_mode : "text",
499 language_id : 527438264u64, filenames : [], interpreters : [], }, DenizenScript => {
500 name : "DenizenScript", r#type : "programming", color : "#FBEE96", extensions :
501 [".dsc"], aliases : [], tm_scope : "source.denizenscript", ace_mode : "yaml",
502 language_id : 435000929u64, codemirror_mode : "yaml", codemirror_mime_type :
503 "text/x-yaml", filenames : [], interpreters : [], }, Dhall => { name : "Dhall",
504 r#type : "programming", color : "#dfafff", extensions : [".dhall"], aliases : [],
505 tm_scope : "source.haskell", ace_mode : "haskell", language_id : 793969321u64,
506 codemirror_mode : "haskell", codemirror_mime_type : "text/x-haskell", filenames : [],
507 interpreters : [], }, Diff => { name : "Diff", r#type : "data", color : "#000000",
508 extensions : [".diff", ".patch"], aliases : ["udiff"], tm_scope : "source.diff",
509 ace_mode : "diff", language_id : 88u64, codemirror_mode : "diff",
510 codemirror_mime_type : "text/x-diff", filenames : [], interpreters : [], },
511 DirectX3DFile => { name : "DirectX 3D File", r#type : "data", color : "#aace60",
512 extensions : [".x"], aliases : [], tm_scope : "none", ace_mode : "text", language_id
513 : 201049282u64, filenames : [], interpreters : [], }, Dockerfile => { name :
514 "Dockerfile", r#type : "programming", color : "#384d54", extensions : [".dockerfile",
515 ".containerfile"], aliases : ["Containerfile"], tm_scope : "source.dockerfile",
516 ace_mode : "dockerfile", language_id : 89u64, codemirror_mode : "dockerfile",
517 codemirror_mime_type : "text/x-dockerfile", filenames : ["Containerfile",
518 "Dockerfile"], interpreters : [], }, Dogescript => { name : "Dogescript", r#type :
519 "programming", color : "#cca760", extensions : [".djs"], aliases : [], tm_scope :
520 "none", ace_mode : "text", language_id : 90u64, filenames : [], interpreters : [], },
521 Dotenv => { name : "Dotenv", r#type : "data", color : "#e5d559", extensions :
522 [".env"], aliases : [], tm_scope : "source.dotenv", ace_mode : "text", language_id :
523 111148035u64, filenames : [".env", ".env.ci", ".env.dev", ".env.development",
524 ".env.development.local", ".env.example", ".env.local", ".env.prod",
525 ".env.production", ".env.sample", ".env.staging", ".env.template", ".env.test",
526 ".env.testing"], interpreters : [], }, Dune => { name : "Dune", r#type :
527 "programming", color : "#89421e", extensions : [], aliases : [], tm_scope :
528 "source.dune", ace_mode : "lisp", language_id : 754574151u64, filenames :
529 ["dune-project"], interpreters : [], }, Dylan => { name : "Dylan", r#type :
530 "programming", color : "#6c616e", extensions : [".dylan", ".dyl", ".intr", ".lid"],
531 aliases : [], tm_scope : "source.dylan", ace_mode : "text", language_id : 91u64,
532 codemirror_mode : "dylan", codemirror_mime_type : "text/x-dylan", filenames : [],
533 interpreters : [], }, E => { name : "E", r#type : "programming", color : "#ccce35",
534 extensions : [".e"], aliases : [], tm_scope : "none", ace_mode : "text", language_id
535 : 92u64, filenames : [], interpreters : ["rune"], }, EMail => { name : "E-mail",
536 r#type : "data", color : "#000000", extensions : [".eml", ".mbox"], aliases :
537 ["email", "eml", "mail", "mbox"], tm_scope : "text.eml.basic", ace_mode : "text",
538 language_id : 529653389u64, codemirror_mode : "mbox", codemirror_mime_type :
539 "application/mbox", filenames : [], interpreters : [], }, EBNF => { name : "EBNF",
540 r#type : "data", color : "#000000", extensions : [".ebnf"], aliases : [], tm_scope :
541 "source.ebnf", ace_mode : "text", language_id : 430u64, codemirror_mode : "ebnf",
542 codemirror_mime_type : "text/x-ebnf", filenames : [], interpreters : [], }, ECL => {
543 name : "ECL", r#type : "programming", color : "#8a1267", extensions : [".ecl",
544 ".eclxml"], aliases : [], tm_scope : "source.ecl", ace_mode : "text", language_id :
545 93u64, codemirror_mode : "ecl", codemirror_mime_type : "text/x-ecl", filenames : [],
546 interpreters : [], }, ECLiPSe => { name : "ECLiPSe", r#type : "programming", color :
547 "#001d9d", extensions : [".ecl"], aliases : [], tm_scope : "source.prolog.eclipse",
548 ace_mode : "prolog", language_id : 94u64, filenames : [], group : "Prolog",
549 interpreters : [], }, EJS => { name : "EJS", r#type : "markup", color : "#a91e50",
550 extensions : [".ejs", ".ect", ".ejs.t", ".jst"], aliases : [], tm_scope :
551 "text.html.js", ace_mode : "ejs", language_id : 95u64, codemirror_mode :
552 "htmlembedded", codemirror_mime_type : "application/x-ejs", filenames : [],
553 interpreters : [], }, EQ => { name : "EQ", r#type : "programming", color : "#a78649",
554 extensions : [".eq"], aliases : [], tm_scope : "source.cs", ace_mode : "csharp",
555 language_id : 96u64, codemirror_mode : "clike", codemirror_mime_type :
556 "text/x-csharp", filenames : [], interpreters : [], }, Eagle => { name : "Eagle",
557 r#type : "data", color : "#000000", extensions : [".sch", ".brd"], aliases : [],
558 tm_scope : "text.xml", ace_mode : "xml", language_id : 97u64, codemirror_mode :
559 "xml", codemirror_mime_type : "text/xml", filenames : [], interpreters : [], },
560 Earthly => { name : "Earthly", r#type : "programming", color : "#2af0ff", extensions
561 : [], aliases : ["Earthfile"], tm_scope : "source.earthfile", ace_mode : "text",
562 language_id : 963512632u64, filenames : ["Earthfile"], interpreters : [], },
563 Easybuild => { name : "Easybuild", r#type : "data", color : "#069406", extensions :
564 [".eb"], aliases : [], tm_scope : "source.python", ace_mode : "python", language_id :
565 342840477u64, codemirror_mode : "python", codemirror_mime_type : "text/x-python",
566 filenames : [], group : "Python", interpreters : [], }, EcereProjects => { name :
567 "Ecere Projects", r#type : "data", color : "#913960", extensions : [".epj"], aliases
568 : [], tm_scope : "source.json", ace_mode : "json", language_id : 98u64,
569 codemirror_mode : "javascript", codemirror_mime_type : "application/json", filenames
570 : [], group : "JavaScript", interpreters : [], }, Ecmarkup => { name : "Ecmarkup",
571 r#type : "markup", color : "#eb8131", extensions : [".html"], aliases :
572 ["ecmarkdown"], tm_scope : "text.html.ecmarkup", ace_mode : "html", language_id :
573 844766630u64, codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html",
574 filenames : [], group : "HTML", interpreters : [], }, Edge => { name : "Edge", r#type
575 : "markup", color : "#0dffe0", extensions : [".edge"], aliases : [], tm_scope :
576 "text.html.edge", ace_mode : "html", language_id : 460509620u64, filenames : [],
577 interpreters : [], }, EdgeQL => { name : "EdgeQL", r#type : "programming", color :
578 "#31A7FF", extensions : [".edgeql", ".esdl"], aliases : ["esdl"], tm_scope :
579 "source.edgeql", ace_mode : "text", language_id : 925235833u64, filenames : [],
580 interpreters : [], }, EditorConfig => { name : "EditorConfig", r#type : "data", color
581 : "#fff1f2", extensions : [".editorconfig"], aliases : ["editor-config"], tm_scope :
582 "source.editorconfig", ace_mode : "ini", language_id : 96139566u64, codemirror_mode :
583 "properties", codemirror_mime_type : "text/x-properties", filenames :
584 [".editorconfig"], group : "INI", interpreters : [], }, EdjeDataCollection => { name
585 : "Edje Data Collection", r#type : "data", color : "#000000", extensions : [".edc"],
586 aliases : [], tm_scope : "source.c++", ace_mode : "c_cpp", language_id :
587 342840478u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src",
588 filenames : [], interpreters : [], }, Eiffel => { name : "Eiffel", r#type :
589 "programming", color : "#4d6977", extensions : [".e"], aliases : [], tm_scope :
590 "source.eiffel", ace_mode : "eiffel", language_id : 99u64, codemirror_mode :
591 "eiffel", codemirror_mime_type : "text/x-eiffel", filenames : [], interpreters : [],
592 }, Elixir => { name : "Elixir", r#type : "programming", color : "#6e4a7e", extensions
593 : [".ex", ".exs"], aliases : [], tm_scope : "source.elixir", ace_mode : "elixir",
594 language_id : 100u64, filenames : ["mix.lock"], interpreters : ["elixir"], }, Elm =>
595 { name : "Elm", r#type : "programming", color : "#60B5CC", extensions : [".elm"],
596 aliases : [], tm_scope : "source.elm", ace_mode : "elm", language_id : 101u64,
597 codemirror_mode : "elm", codemirror_mime_type : "text/x-elm", filenames : [],
598 interpreters : [], }, Elvish => { name : "Elvish", r#type : "programming", color :
599 "#55BB55", extensions : [".elv"], aliases : [], tm_scope : "source.elvish", ace_mode
600 : "text", language_id : 570996448u64, filenames : [], interpreters : ["elvish"], },
601 ElvishTranscript => { name : "Elvish Transcript", r#type : "programming", color :
602 "#55BB55", extensions : [], aliases : [], tm_scope : "source.elvish-transcript",
603 ace_mode : "text", language_id : 452025714u64, filenames : [], group : "Elvish",
604 interpreters : [], }, EmacsLisp => { name : "Emacs Lisp", r#type : "programming",
605 color : "#c065db", extensions : [".el", ".emacs", ".emacs.desktop"], aliases :
606 ["elisp", "emacs"], tm_scope : "source.emacs.lisp", ace_mode : "lisp", language_id :
607 102u64, codemirror_mode : "commonlisp", codemirror_mime_type : "text/x-common-lisp",
608 filenames : [".abbrev_defs", ".emacs", ".emacs.desktop", ".gnus", ".spacemacs",
609 ".viper", "Cask", "Project.ede", "_emacs", "abbrev_defs"], interpreters : [], },
610 EmberScript => { name : "EmberScript", r#type : "programming", color : "#FFF4F3",
611 extensions : [".em", ".emberscript"], aliases : [], tm_scope : "source.coffee",
612 ace_mode : "coffee", language_id : 103u64, codemirror_mode : "coffeescript",
613 codemirror_mime_type : "text/x-coffeescript", filenames : [], interpreters : [], },
614 Erlang => { name : "Erlang", r#type : "programming", color : "#B83998", extensions :
615 [".erl", ".app", ".app.src", ".es", ".escript", ".hrl", ".xrl", ".yrl"], aliases :
616 [], tm_scope : "source.erlang", ace_mode : "erlang", language_id : 104u64,
617 codemirror_mode : "erlang", codemirror_mime_type : "text/x-erlang", filenames :
618 ["Emakefile", "rebar.config", "rebar.config.lock", "rebar.lock"], interpreters :
619 ["escript"], }, Euphoria => { name : "Euphoria", r#type : "programming", color :
620 "#FF790B", extensions : [".e", ".ex"], aliases : [], tm_scope : "source.euphoria",
621 ace_mode : "text", language_id : 880693982u64, filenames : [], interpreters : ["eui",
622 "euiw"], }, Fsharp => { name : "F#", r#type : "programming", color : "#b845fc",
623 extensions : [".fs", ".fsi", ".fsx"], aliases : ["fsharp"], tm_scope :
624 "source.fsharp", ace_mode : "fsharp", language_id : 105u64, codemirror_mode :
625 "mllike", codemirror_mime_type : "text/x-fsharp", filenames : [], interpreters : [],
626 }, Fstar => { name : "F*", r#type : "programming", color : "#572e30", extensions :
627 [".fst", ".fsti"], aliases : ["fstar"], tm_scope : "source.fstar", ace_mode : "text",
628 language_id : 336943375u64, filenames : [], interpreters : [], fs_name : "Fstar", },
629 FIGletFont => { name : "FIGlet Font", r#type : "data", color : "#FFDDBB", extensions
630 : [".flf"], aliases : ["FIGfont"], tm_scope : "source.figfont", ace_mode : "text",
631 language_id : 686129783u64, filenames : [], interpreters : [], }, FIRRTL => { name :
632 "FIRRTL", r#type : "programming", color : "#2f632f", extensions : [".fir"], aliases :
633 [], tm_scope : "source.firrtl", ace_mode : "text", language_id : 906694254u64,
634 filenames : [], interpreters : [], }, FLUX => { name : "FLUX", r#type :
635 "programming", color : "#88ccff", extensions : [".fx", ".flux"], aliases : [],
636 tm_scope : "none", ace_mode : "text", language_id : 106u64, filenames : [],
637 interpreters : [], }, Factor => { name : "Factor", r#type : "programming", color :
638 "#636746", extensions : [".factor"], aliases : [], tm_scope : "source.factor",
639 ace_mode : "text", language_id : 108u64, codemirror_mode : "factor",
640 codemirror_mime_type : "text/x-factor", filenames : [".factor-boot-rc",
641 ".factor-rc"], interpreters : [], }, Fancy => { name : "Fancy", r#type :
642 "programming", color : "#7b9db4", extensions : [".fy", ".fancypack"], aliases : [],
643 tm_scope : "source.fancy", ace_mode : "text", language_id : 109u64, filenames :
644 ["Fakefile"], interpreters : [], }, Fantom => { name : "Fantom", r#type :
645 "programming", color : "#14253c", extensions : [".fan"], aliases : [], tm_scope :
646 "source.fan", ace_mode : "text", language_id : 110u64, filenames : [], interpreters :
647 [], }, Faust => { name : "Faust", r#type : "programming", color : "#c37240",
648 extensions : [".dsp"], aliases : [], tm_scope : "source.faust", ace_mode : "text",
649 language_id : 622529198u64, filenames : [], interpreters : [], }, Fennel => { name :
650 "Fennel", r#type : "programming", color : "#fff3d7", extensions : [".fnl"], aliases :
651 [], tm_scope : "source.fnl", ace_mode : "text", language_id : 239946126u64, filenames
652 : [], interpreters : ["fennel"], }, FilebenchWML => { name : "Filebench WML", r#type
653 : "programming", color : "#F6B900", extensions : [".f"], aliases : [], tm_scope :
654 "none", ace_mode : "text", language_id : 111u64, filenames : [], interpreters : [],
655 }, Filterscript => { name : "Filterscript", r#type : "programming", color :
656 "#000000", extensions : [".fs"], aliases : [], tm_scope : "none", ace_mode : "text",
657 language_id : 112u64, filenames : [], group : "RenderScript", interpreters : [], },
658 Flix => { name : "Flix", r#type : "programming", color : "#d44a45", extensions :
659 [".flix"], aliases : [], tm_scope : "source.flix", ace_mode : "flix", language_id :
660 800935960u64, filenames : [], interpreters : [], }, Fluent => { name : "Fluent",
661 r#type : "programming", color : "#ffcc33", extensions : [".ftl"], aliases : [],
662 tm_scope : "source.ftl", ace_mode : "text", language_id : 206353404u64, filenames :
663 [], interpreters : [], }, Formatted => { name : "Formatted", r#type : "data", color :
664 "#000000", extensions : [".for", ".eam.fs"], aliases : [], tm_scope : "none",
665 ace_mode : "text", language_id : 113u64, filenames : [], interpreters : [], }, Forth
666 => { name : "Forth", r#type : "programming", color : "#341708", extensions : [".fth",
667 ".4th", ".f", ".for", ".forth", ".fr", ".frt", ".fs"], aliases : [], tm_scope :
668 "source.forth", ace_mode : "forth", language_id : 114u64, codemirror_mode : "forth",
669 codemirror_mime_type : "text/x-forth", filenames : [], interpreters : [], }, Fortran
670 => { name : "Fortran", r#type : "programming", color : "#4d41b1", extensions : [".f",
671 ".f77", ".for", ".fpp"], aliases : [], tm_scope : "source.fortran", ace_mode :
672 "fortran", language_id : 107u64, codemirror_mode : "fortran", codemirror_mime_type :
673 "text/x-fortran", filenames : [], group : "Fortran", interpreters : [], },
674 FortranFreeForm => { name : "Fortran Free Form", r#type : "programming", color :
675 "#4d41b1", extensions : [".f90", ".f03", ".f08", ".f95"], aliases : [], tm_scope :
676 "source.fortran.modern", ace_mode : "fortran", language_id : 761352333u64,
677 codemirror_mode : "fortran", codemirror_mime_type : "text/x-fortran", filenames : [],
678 group : "Fortran", interpreters : [], }, FreeBASIC => { name : "FreeBASIC", r#type :
679 "programming", color : "#141AC9", extensions : [".bi", ".bas"], aliases : ["fb"],
680 tm_scope : "source.vbnet", ace_mode : "text", language_id : 472896659u64,
681 codemirror_mode : "vb", codemirror_mime_type : "text/x-vb", filenames : [],
682 interpreters : [], }, FreeMarker => { name : "FreeMarker", r#type : "programming",
683 color : "#0050b2", extensions : [".ftl", ".ftlh"], aliases : ["ftl"], tm_scope :
684 "text.html.ftl", ace_mode : "ftl", language_id : 115u64, filenames : [], interpreters
685 : [], }, Frege => { name : "Frege", r#type : "programming", color : "#00cafe",
686 extensions : [".fr"], aliases : [], tm_scope : "source.haskell", ace_mode :
687 "haskell", language_id : 116u64, filenames : [], interpreters : [], }, Futhark => {
688 name : "Futhark", r#type : "programming", color : "#5f021f", extensions : [".fut"],
689 aliases : [], tm_scope : "source.futhark", ace_mode : "text", language_id :
690 97358117u64, filenames : [], interpreters : [], }, GCode => { name : "G-code", r#type
691 : "programming", color : "#D08CF2", extensions : [".g", ".cnc", ".gco", ".gcode"],
692 aliases : [], tm_scope : "source.gcode", ace_mode : "gcode", language_id : 117u64,
693 filenames : [], interpreters : [], }, GAML => { name : "GAML", r#type :
694 "programming", color : "#FFC766", extensions : [".gaml"], aliases : [], tm_scope :
695 "none", ace_mode : "text", language_id : 290345951u64, filenames : [], interpreters :
696 [], }, GAMS => { name : "GAMS", r#type : "programming", color : "#f49a22", extensions
697 : [".gms"], aliases : [], tm_scope : "none", ace_mode : "text", language_id : 118u64,
698 filenames : [], interpreters : [], }, GAP => { name : "GAP", r#type : "programming",
699 color : "#0000cc", extensions : [".g", ".gap", ".gd", ".gi", ".tst"], aliases : [],
700 tm_scope : "source.gap", ace_mode : "text", language_id : 119u64, filenames : [],
701 interpreters : [], }, GCCMachineDescription => { name : "GCC Machine Description",
702 r#type : "programming", color : "#FFCFAB", extensions : [".md"], aliases : [],
703 tm_scope : "source.lisp", ace_mode : "lisp", language_id : 121u64, codemirror_mode :
704 "commonlisp", codemirror_mime_type : "text/x-common-lisp", filenames : [],
705 interpreters : [], }, GDB => { name : "GDB", r#type : "programming", color :
706 "#000000", extensions : [".gdb", ".gdbinit"], aliases : [], tm_scope : "source.gdb",
707 ace_mode : "text", language_id : 122u64, filenames : [], interpreters : [], },
708 GDScript => { name : "GDScript", r#type : "programming", color : "#355570",
709 extensions : [".gd"], aliases : [], tm_scope : "source.gdscript", ace_mode : "text",
710 language_id : 123u64, filenames : [], interpreters : [], }, GDShader => { name :
711 "GDShader", r#type : "programming", color : "#478CBF", extensions : [".gdshader",
712 ".gdshaderinc"], aliases : [], tm_scope : "source.gdshader", ace_mode : "glsl",
713 language_id : 694638086u64, filenames : [], interpreters : [], }, GEDCOM => { name :
714 "GEDCOM", r#type : "data", color : "#003058", extensions : [".ged"], aliases : [],
715 tm_scope : "source.gedcom", ace_mode : "text", language_id : 459577965u64, filenames
716 : [], interpreters : [], }, GLSL => { name : "GLSL", r#type : "programming", color :
717 "#5686a5", extensions : [".glsl", ".fp", ".frag", ".frg", ".fs", ".fsh", ".fshader",
718 ".geo", ".geom", ".glslf", ".glslv", ".gs", ".gshader", ".rchit", ".rmiss",
719 ".shader", ".tesc", ".tese", ".vert", ".vrx", ".vs", ".vsh", ".vshader"], aliases :
720 [], tm_scope : "source.glsl", ace_mode : "glsl", language_id : 124u64, filenames :
721 [], interpreters : [], }, GN => { name : "GN", r#type : "data", color : "#000000",
722 extensions : [".gn", ".gni"], aliases : [], tm_scope : "source.gn", ace_mode :
723 "python", language_id : 302957008u64, codemirror_mode : "python",
724 codemirror_mime_type : "text/x-python", filenames : [".gn"], interpreters : ["gn"],
725 }, GSC => { name : "GSC", r#type : "programming", color : "#FF6800", extensions :
726 [".gsc", ".csc", ".gsh"], aliases : [], tm_scope : "source.gsc", ace_mode : "c_cpp",
727 language_id : 257856279u64, codemirror_mode : "clike", codemirror_mime_type :
728 "text/x-csrc", filenames : [], interpreters : [], }, GameMakerLanguage => { name :
729 "Game Maker Language", r#type : "programming", color : "#71b417", extensions :
730 [".gml"], aliases : [], tm_scope : "source.c++", ace_mode : "c_cpp", language_id :
731 125u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src", filenames
732 : [], interpreters : [], }, Gemfilelock => { name : "Gemfile.lock", r#type : "data",
733 color : "#701516", extensions : [], aliases : [], tm_scope : "source.gemfile-lock",
734 ace_mode : "text", language_id : 907065713u64, filenames : ["Gemfile.lock"],
735 interpreters : [], searchable : false, }, Gemini => { name : "Gemini", r#type :
736 "prose", color : "#ff6900", extensions : [".gmi"], aliases : ["gemtext"], tm_scope :
737 "source.gemini", ace_mode : "text", language_id : 310828396u64, wrap : true,
738 filenames : [], interpreters : [], }, Genero4gl => { name : "Genero 4gl", r#type :
739 "programming", color : "#63408e", extensions : [".4gl"], aliases : [], tm_scope :
740 "source.genero-4gl", ace_mode : "text", language_id : 986054050u64, filenames : [],
741 interpreters : [], }, GeneroPer => { name : "Genero per", r#type : "markup", color :
742 "#d8df39", extensions : [".per"], aliases : [], tm_scope : "source.genero-per",
743 ace_mode : "text", language_id : 902995658u64, filenames : [], interpreters : [], },
744 Genie => { name : "Genie", r#type : "programming", color : "#fb855d", extensions :
745 [".gs"], aliases : [], tm_scope : "none", ace_mode : "text", language_id :
746 792408528u64, filenames : [], interpreters : [], }, Genshi => { name : "Genshi",
747 r#type : "programming", color : "#951531", extensions : [".kid"], aliases :
748 ["xml+genshi", "xml+kid"], tm_scope : "text.xml.genshi", ace_mode : "xml",
749 language_id : 126u64, codemirror_mode : "xml", codemirror_mime_type : "text/xml",
750 filenames : [], interpreters : [], }, GentooEbuild => { name : "Gentoo Ebuild",
751 r#type : "programming", color : "#9400ff", extensions : [".ebuild"], aliases : [],
752 tm_scope : "source.shell", ace_mode : "sh", language_id : 127u64, codemirror_mode :
753 "shell", codemirror_mime_type : "text/x-sh", filenames : [], group : "Shell",
754 interpreters : [], }, GentooEclass => { name : "Gentoo Eclass", r#type :
755 "programming", color : "#9400ff", extensions : [".eclass"], aliases : [], tm_scope :
756 "source.shell", ace_mode : "sh", language_id : 128u64, codemirror_mode : "shell",
757 codemirror_mime_type : "text/x-sh", filenames : [], group : "Shell", interpreters :
758 [], }, GerberImage => { name : "Gerber Image", r#type : "data", color : "#d20b00",
759 extensions : [".gbr", ".cmp", ".gbl", ".gbo", ".gbp", ".gbs", ".gko", ".gml", ".gpb",
760 ".gpt", ".gtl", ".gto", ".gtp", ".gts", ".ncl", ".sol"], aliases : ["rs-274x"],
761 tm_scope : "source.gerber", ace_mode : "text", language_id : 404627610u64, filenames
762 : [], interpreters : ["gerbv", "gerbview"], }, GettextCatalog => { name :
763 "Gettext Catalog", r#type : "prose", color : "#000000", extensions : [".po", ".pot"],
764 aliases : ["pot"], tm_scope : "source.po", ace_mode : "text", language_id : 129u64,
765 filenames : [], interpreters : [], }, Gherkin => { name : "Gherkin", r#type :
766 "programming", color : "#5B2063", extensions : [".feature", ".story"], aliases :
767 ["cucumber"], tm_scope : "text.gherkin.feature", ace_mode : "gherkin", language_id :
768 76u64, codemirror_mode : "gherkin", codemirror_mime_type : "text/x-feature",
769 filenames : [], interpreters : [], }, GitAttributes => { name : "Git Attributes",
770 r#type : "data", color : "#F44D27", extensions : [], aliases : ["gitattributes"],
771 tm_scope : "source.gitattributes", ace_mode : "gitignore", language_id :
772 956324166u64, codemirror_mode : "shell", codemirror_mime_type : "text/x-sh",
773 filenames : [".gitattributes"], interpreters : [], }, GitCommit => { name :
774 "Git Commit", r#type : "data", color : "#F44D27", extensions : [], aliases :
775 ["commit"], tm_scope : "text.git-commit", ace_mode : "text", language_id :
776 131750475u64, wrap : true, filenames : ["COMMIT_EDITMSG"], interpreters : [], },
777 GitConfig => { name : "Git Config", r#type : "data", color : "#F44D27", extensions :
778 [".gitconfig"], aliases : ["gitconfig", "gitmodules"], tm_scope : "source.gitconfig",
779 ace_mode : "ini", language_id : 807968997u64, codemirror_mode : "properties",
780 codemirror_mime_type : "text/x-properties", filenames : [".gitconfig",
781 ".gitmodules"], group : "INI", interpreters : [], }, GitRevisionList => { name :
782 "Git Revision List", r#type : "data", color : "#F44D27", extensions : [], aliases :
783 ["Git Blame Ignore Revs"], tm_scope : "source.git-revlist", ace_mode : "text",
784 language_id : 461881235u64, filenames : [".git-blame-ignore-revs"], interpreters :
785 [], }, Gleam => { name : "Gleam", r#type : "programming", color : "#ffaff3",
786 extensions : [".gleam"], aliases : [], tm_scope : "source.gleam", ace_mode : "text",
787 language_id : 1054258749u64, filenames : [], interpreters : [], }, GlimmerJS => {
788 name : "Glimmer JS", r#type : "programming", color : "#F5835F", extensions :
789 [".gjs"], aliases : ["gjs"], tm_scope : "source.gjs", ace_mode : "javascript",
790 language_id : 5523150u64, filenames : [], group : "JavaScript", interpreters : [], },
791 GlimmerTS => { name : "Glimmer TS", r#type : "programming", color : "#3178c6",
792 extensions : [".gts"], aliases : ["gts"], tm_scope : "source.gts", ace_mode :
793 "typescript", language_id : 95110458u64, filenames : [], group : "TypeScript",
794 interpreters : [], }, Glyph => { name : "Glyph", r#type : "programming", color :
795 "#c1ac7f", extensions : [".glf"], aliases : [], tm_scope : "source.tcl", ace_mode :
796 "tcl", language_id : 130u64, codemirror_mode : "tcl", codemirror_mime_type :
797 "text/x-tcl", filenames : [], interpreters : [], }, GlyphBitmapDistributionFormat =>
798 { name : "Glyph Bitmap Distribution Format", r#type : "data", color : "#000000",
799 extensions : [".bdf"], aliases : [], tm_scope : "source.bdf", ace_mode : "text",
800 language_id : 997665271u64, filenames : [], interpreters : [], }, Gnuplot => { name :
801 "Gnuplot", r#type : "programming", color : "#f0a9f0", extensions : [".gp", ".gnu",
802 ".gnuplot", ".p", ".plot", ".plt"], aliases : [], tm_scope : "source.gnuplot",
803 ace_mode : "text", language_id : 131u64, filenames : [], interpreters : ["gnuplot"],
804 }, Go => { name : "Go", r#type : "programming", color : "#00ADD8", extensions :
805 [".go"], aliases : ["golang"], tm_scope : "source.go", ace_mode : "golang",
806 language_id : 132u64, codemirror_mode : "go", codemirror_mime_type : "text/x-go",
807 filenames : [], interpreters : [], }, GoChecksums => { name : "Go Checksums", r#type
808 : "data", color : "#00ADD8", extensions : [], aliases : ["go.sum", "go sum",
809 "go.work.sum", "go work sum"], tm_scope : "go.sum", ace_mode : "text", language_id :
810 1054391671u64, filenames : ["go.sum", "go.work.sum"], interpreters : [], }, GoModule
811 => { name : "Go Module", r#type : "data", color : "#00ADD8", extensions : [], aliases
812 : ["go.mod", "go mod"], tm_scope : "go.mod", ace_mode : "text", language_id :
813 947461016u64, filenames : ["go.mod"], interpreters : [], }, GoTemplate => { name :
814 "Go Template", r#type : "markup", color : "#00ADD8", extensions : [".gohtml",
815 ".gotmpl", ".html.tmpl", ".tmpl", ".tpl"], aliases : ["gotmpl"], tm_scope :
816 "source.go-template", ace_mode : "text", language_id : 247918769u64, filenames :
817 ["_helpers.tpl"], interpreters : [], }, GoWorkspace => { name : "Go Workspace",
818 r#type : "data", color : "#00ADD8", extensions : [], aliases : ["go.work",
819 "go work"], tm_scope : "go.mod", ace_mode : "text", language_id : 934546256u64,
820 filenames : ["go.work"], interpreters : [], }, GodotResource => { name :
821 "Godot Resource", r#type : "data", color : "#355570", extensions : [".gdnlib",
822 ".gdns", ".tres", ".tscn"], aliases : [], tm_scope : "source.gdresource", ace_mode :
823 "text", language_id : 738107771u64, filenames : ["project.godot"], interpreters : [],
824 }, Golo => { name : "Golo", r#type : "programming", color : "#88562A", extensions :
825 [".golo"], aliases : [], tm_scope : "source.golo", ace_mode : "text", language_id :
826 133u64, filenames : [], interpreters : [], }, Gosu => { name : "Gosu", r#type :
827 "programming", color : "#82937f", extensions : [".gs", ".gst", ".gsx", ".vark"],
828 aliases : [], tm_scope : "source.gosu.2", ace_mode : "text", language_id : 134u64,
829 filenames : [], interpreters : [], }, Grace => { name : "Grace", r#type :
830 "programming", color : "#615f8b", extensions : [".grace"], aliases : [], tm_scope :
831 "source.grace", ace_mode : "text", language_id : 135u64, filenames : [], interpreters
832 : [], }, Gradle => { name : "Gradle", r#type : "data", color : "#02303a", extensions
833 : [".gradle"], aliases : [], tm_scope : "source.groovy.gradle", ace_mode : "text",
834 language_id : 136u64, filenames : [], interpreters : [], }, GradleKotlinDSL => { name
835 : "Gradle Kotlin DSL", r#type : "data", color : "#02303a", extensions :
836 [".gradle.kts"], aliases : [], tm_scope : "source.kotlin", ace_mode : "text",
837 language_id : 432600901u64, filenames : [], group : "Gradle", interpreters : [], },
838 GrammaticalFramework => { name : "Grammatical Framework", r#type : "programming",
839 color : "#ff0000", extensions : [".gf"], aliases : ["gf"], tm_scope : "source.gf",
840 ace_mode : "haskell", language_id : 137u64, codemirror_mode : "haskell",
841 codemirror_mime_type : "text/x-haskell", filenames : [], interpreters : [], },
842 GraphModelingLanguage => { name : "Graph Modeling Language", r#type : "data", color :
843 "#000000", extensions : [".gml"], aliases : [], tm_scope : "none", ace_mode : "text",
844 language_id : 138u64, filenames : [], interpreters : [], }, GraphQL => { name :
845 "GraphQL", r#type : "data", color : "#e10098", extensions : [".graphql", ".gql",
846 ".graphqls"], aliases : [], tm_scope : "source.graphql", ace_mode : "graphqlschema",
847 language_id : 139u64, filenames : [], interpreters : [], }, GraphvizDOT => { name :
848 "Graphviz (DOT)", r#type : "data", color : "#2596be", extensions : [".dot", ".gv"],
849 aliases : [], tm_scope : "source.dot", ace_mode : "dot", language_id : 140u64,
850 filenames : [], interpreters : [], }, Groovy => { name : "Groovy", r#type :
851 "programming", color : "#4298b8", extensions : [".groovy", ".grt", ".gtpl", ".gvy"],
852 aliases : [], tm_scope : "source.groovy", ace_mode : "groovy", language_id : 142u64,
853 codemirror_mode : "groovy", codemirror_mime_type : "text/x-groovy", filenames :
854 ["Jenkinsfile"], interpreters : ["groovy"], }, GroovyServerPages => { name :
855 "Groovy Server Pages", r#type : "programming", color : "#4298b8", extensions :
856 [".gsp"], aliases : ["gsp", "java server page"], tm_scope : "text.html.jsp", ace_mode
857 : "jsp", language_id : 143u64, codemirror_mode : "htmlembedded", codemirror_mime_type
858 : "application/x-jsp", filenames : [], group : "Groovy", interpreters : [], },
859 HAProxy => { name : "HAProxy", r#type : "data", color : "#106da9", extensions :
860 [".cfg"], aliases : [], tm_scope : "source.haproxy-config", ace_mode : "text",
861 language_id : 366607477u64, filenames : ["haproxy.cfg"], interpreters : [], }, HCL =>
862 { name : "HCL", r#type : "programming", color : "#844FBA", extensions : [".hcl",
863 ".nomad", ".tf", ".tfvars", ".tofu", ".workflow"], aliases :
864 ["HashiCorp Configuration Language", "opentofu", "terraform"], tm_scope :
865 "source.hcl", ace_mode : "terraform", language_id : 144u64, codemirror_mode : "ruby",
866 codemirror_mime_type : "text/x-ruby", filenames : [], interpreters : [], }, HIP => {
867 name : "HIP", r#type : "programming", color : "#4F3A4F", extensions : [".hip"],
868 aliases : [], tm_scope : "source.c++", ace_mode : "c_cpp", language_id :
869 674379998u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src",
870 filenames : [], interpreters : [], }, HLSL => { name : "HLSL", r#type :
871 "programming", color : "#aace60", extensions : [".hlsl", ".cginc", ".fx", ".fxh",
872 ".hlsli"], aliases : [], tm_scope : "source.hlsl", ace_mode : "text", language_id :
873 145u64, filenames : [], interpreters : [], }, HOCON => { name : "HOCON", r#type :
874 "data", color : "#9ff8ee", extensions : [".hocon"], aliases : [], tm_scope :
875 "source.hocon", ace_mode : "text", language_id : 679725279u64, filenames :
876 [".scalafix.conf", ".scalafmt.conf"], interpreters : [], }, HTML => { name : "HTML",
877 r#type : "markup", color : "#e34c26", extensions : [".html", ".hta", ".htm",
878 ".html.hl", ".inc", ".xht", ".xhtml"], aliases : ["xhtml"], tm_scope :
879 "text.html.basic", ace_mode : "html", language_id : 146u64, codemirror_mode :
880 "htmlmixed", codemirror_mime_type : "text/html", filenames : [], interpreters : [],
881 }, HTMLpECR => { name : "HTML+ECR", r#type : "markup", color : "#2e1052", extensions
882 : [".ecr"], aliases : ["ecr"], tm_scope : "text.html.ecr", ace_mode : "html_ruby",
883 language_id : 148u64, codemirror_mode : "htmlmixed", codemirror_mime_type :
884 "text/html", filenames : [], group : "HTML", interpreters : [], }, HTMLpEEX => { name
885 : "HTML+EEX", r#type : "markup", color : "#6e4a7e", extensions : [".html.eex",
886 ".heex", ".leex"], aliases : ["eex", "heex", "leex"], tm_scope : "text.html.elixir",
887 ace_mode : "html_elixir", language_id : 149u64, codemirror_mode : "htmlmixed",
888 codemirror_mime_type : "text/html", filenames : [], group : "HTML", interpreters :
889 [], }, HTMLpERB => { name : "HTML+ERB", r#type : "markup", color : "#701516",
890 extensions : [".erb", ".erb.deface", ".rhtml"], aliases : ["erb", "rhtml",
891 "html+ruby"], tm_scope : "text.html.erb", ace_mode : "html_ruby", language_id :
892 150u64, codemirror_mode : "htmlembedded", codemirror_mime_type : "application/x-erb",
893 filenames : [], group : "HTML", interpreters : [], }, HTMLpPHP => { name :
894 "HTML+PHP", r#type : "markup", color : "#4f5d95", extensions : [".phtml"], aliases :
895 [], tm_scope : "text.html.php", ace_mode : "php", language_id : 151u64,
896 codemirror_mode : "php", codemirror_mime_type : "application/x-httpd-php", filenames
897 : [], group : "HTML", interpreters : [], }, HTMLpRazor => { name : "HTML+Razor",
898 r#type : "markup", color : "#512be4", extensions : [".cshtml", ".razor"], aliases :
899 ["razor"], tm_scope : "text.html.cshtml", ace_mode : "razor", language_id :
900 479039817u64, codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html",
901 filenames : [], group : "HTML", interpreters : [], }, HTTP => { name : "HTTP", r#type
902 : "data", color : "#005C9C", extensions : [".http"], aliases : [], tm_scope :
903 "source.httpspec", ace_mode : "text", language_id : 152u64, codemirror_mode : "http",
904 codemirror_mime_type : "message/http", filenames : [], interpreters : [], }, HXML =>
905 { name : "HXML", r#type : "data", color : "#f68712", extensions : [".hxml"], aliases
906 : [], tm_scope : "source.hxml", ace_mode : "text", language_id : 786683730u64,
907 codemirror_mode : "haxe", codemirror_mime_type : "text/x-hxml", filenames : [],
908 interpreters : [], }, Hack => { name : "Hack", r#type : "programming", color :
909 "#878787", extensions : [".hack", ".hh", ".hhi", ".php"], aliases : [], tm_scope :
910 "source.hack", ace_mode : "php", language_id : 153u64, codemirror_mode : "php",
911 codemirror_mime_type : "application/x-httpd-php", filenames : [], interpreters : [],
912 }, Haml => { name : "Haml", r#type : "markup", color : "#ece2a9", extensions :
913 [".haml", ".haml.deface"], aliases : [], tm_scope : "text.haml", ace_mode : "haml",
914 language_id : 154u64, codemirror_mode : "haml", codemirror_mime_type : "text/x-haml",
915 filenames : [], interpreters : [], }, Handlebars => { name : "Handlebars", r#type :
916 "markup", color : "#f7931e", extensions : [".handlebars", ".hbs"], aliases : ["hbs",
917 "htmlbars"], tm_scope : "text.html.handlebars", ace_mode : "handlebars", language_id
918 : 155u64, filenames : [], interpreters : [], }, Harbour => { name : "Harbour", r#type
919 : "programming", color : "#0e60e3", extensions : [".hb"], aliases : [], tm_scope :
920 "source.harbour", ace_mode : "text", language_id : 156u64, filenames : [],
921 interpreters : [], }, Hare => { name : "Hare", r#type : "programming", color :
922 "#9d7424", extensions : [".ha"], aliases : [], tm_scope : "none", ace_mode : "text",
923 language_id : 463518941u64, filenames : [], interpreters : [], }, Haskell => { name :
924 "Haskell", r#type : "programming", color : "#5e5086", extensions : [".hs",
925 ".hs-boot", ".hsc"], aliases : [], tm_scope : "source.haskell", ace_mode : "haskell",
926 language_id : 157u64, codemirror_mode : "haskell", codemirror_mime_type :
927 "text/x-haskell", filenames : [], interpreters : ["runghc", "runhaskell", "runhugs"],
928 }, Haxe => { name : "Haxe", r#type : "programming", color : "#df7900", extensions :
929 [".hx", ".hxsl"], aliases : [], tm_scope : "source.hx", ace_mode : "haxe",
930 language_id : 158u64, codemirror_mode : "haxe", codemirror_mime_type : "text/x-haxe",
931 filenames : [], interpreters : [], }, HiveQL => { name : "HiveQL", r#type :
932 "programming", color : "#dce200", extensions : [".q", ".hql"], aliases : [], tm_scope
933 : "source.hql", ace_mode : "sql", language_id : 931814087u64, filenames : [],
934 interpreters : [], }, HolyC => { name : "HolyC", r#type : "programming", color :
935 "#ffefaf", extensions : [".hc"], aliases : [], tm_scope : "source.hc", ace_mode :
936 "c_cpp", language_id : 928121743u64, codemirror_mode : "clike", codemirror_mime_type
937 : "text/x-csrc", filenames : [], interpreters : [], }, HostsFile => { name :
938 "Hosts File", r#type : "data", color : "#308888", extensions : [], aliases :
939 ["hosts"], tm_scope : "source.hosts", ace_mode : "text", language_id : 231021894u64,
940 filenames : ["HOSTS", "hosts", "hosts.txt"], interpreters : [], }, Hurl => { name :
941 "Hurl", r#type : "programming", color : "#FF0288", extensions : [".hurl"], aliases :
942 [], tm_scope : "source.hurl", ace_mode : "text", language_id : 959040217u64,
943 filenames : [], interpreters : [], }, Hy => { name : "Hy", r#type : "programming",
944 color : "#7790B2", extensions : [".hy"], aliases : ["hylang"], tm_scope :
945 "source.hy", ace_mode : "text", language_id : 159u64, filenames : [], interpreters :
946 ["hy"], }, HyPhy => { name : "HyPhy", r#type : "programming", color : "#000000",
947 extensions : [".bf"], aliases : [], tm_scope : "none", ace_mode : "text", language_id
948 : 160u64, filenames : [], interpreters : [], }, IDL => { name : "IDL", r#type :
949 "programming", color : "#a3522f", extensions : [".pro", ".dlm"], aliases : [],
950 tm_scope : "source.idl", ace_mode : "text", language_id : 161u64, codemirror_mode :
951 "idl", codemirror_mime_type : "text/x-idl", filenames : [], interpreters : [], },
952 IGORPro => { name : "IGOR Pro", r#type : "programming", color : "#0000cc", extensions
953 : [".ipf"], aliases : ["igor", "igorpro"], tm_scope : "source.igor", ace_mode :
954 "text", language_id : 162u64, filenames : [], interpreters : [], }, INI => { name :
955 "INI", r#type : "data", color : "#d1dbe0", extensions : [".ini", ".cfg", ".cnf",
956 ".dof", ".frm", ".lektorproject", ".prefs", ".pro", ".properties", ".url"], aliases :
957 ["dosini"], tm_scope : "source.ini", ace_mode : "ini", language_id : 163u64,
958 codemirror_mode : "properties", codemirror_mime_type : "text/x-properties", filenames
959 : [".buckconfig", ".coveragerc", ".flake8", ".pylintrc", "HOSTS", "buildozer.spec",
960 "hosts", "pylintrc", "vlcrc"], interpreters : [], }, IRCLog => { name : "IRC log",
961 r#type : "data", color : "#000000", extensions : [".irclog", ".weechatlog"], aliases
962 : ["irc", "irc logs"], tm_scope : "none", ace_mode : "text", language_id : 164u64,
963 codemirror_mode : "mirc", codemirror_mime_type : "text/mirc", filenames : [],
964 interpreters : [], }, ISPC => { name : "ISPC", r#type : "programming", color :
965 "#2D68B1", extensions : [".ispc"], aliases : [], tm_scope : "source.ispc", ace_mode :
966 "c_cpp", language_id : 327071u64, codemirror_mode : "clike", codemirror_mime_type :
967 "text/x-csrc", filenames : [], interpreters : [], }, Idris => { name : "Idris",
968 r#type : "programming", color : "#b30000", extensions : [".idr", ".lidr"], aliases :
969 [], tm_scope : "source.idris", ace_mode : "text", language_id : 165u64, filenames :
970 [], interpreters : [], }, IgnoreList => { name : "Ignore List", r#type : "data",
971 color : "#000000", extensions : [".gitignore"], aliases : ["ignore", "gitignore",
972 "git-ignore"], tm_scope : "source.gitignore", ace_mode : "gitignore", language_id :
973 74444240u64, codemirror_mode : "shell", codemirror_mime_type : "text/x-sh", filenames
974 : [".atomignore", ".babelignore", ".bzrignore", ".coffeelintignore", ".cvsignore",
975 ".dockerignore", ".easignore", ".eleventyignore", ".eslintignore", ".gitignore",
976 ".ignore", ".markdownlintignore", ".nodemonignore", ".npmignore", ".prettierignore",
977 ".stylelintignore", ".vercelignore", ".vscodeignore", "gitignore-global",
978 "gitignore_global"], interpreters : [], }, ImageJMacro => { name : "ImageJ Macro",
979 r#type : "programming", color : "#99AAFF", extensions : [".ijm"], aliases : ["ijm"],
980 tm_scope : "none", ace_mode : "text", language_id : 575143428u64, filenames : [],
981 interpreters : [], }, Imba => { name : "Imba", r#type : "programming", color :
982 "#16cec6", extensions : [".imba"], aliases : [], tm_scope : "source.imba", ace_mode :
983 "text", language_id : 1057618448u64, filenames : [], interpreters : [], }, Inform7 =>
984 { name : "Inform 7", r#type : "programming", color : "#000000", extensions : [".ni",
985 ".i7x"], aliases : ["i7", "inform7"], tm_scope : "source.inform7", ace_mode : "text",
986 language_id : 166u64, wrap : true, filenames : [], interpreters : [], }, Ink => {
987 name : "Ink", r#type : "programming", color : "#000000", extensions : [".ink"],
988 aliases : [], tm_scope : "source.ink", ace_mode : "text", language_id : 838252715u64,
989 wrap : true, filenames : [], interpreters : [], }, InnoSetup => { name :
990 "Inno Setup", r#type : "programming", color : "#264b99", extensions : [".iss",
991 ".isl"], aliases : [], tm_scope : "source.inno", ace_mode : "text", language_id :
992 167u64, filenames : [], interpreters : [], }, Io => { name : "Io", r#type :
993 "programming", color : "#a9188d", extensions : [".io"], aliases : [], tm_scope :
994 "source.io", ace_mode : "io", language_id : 168u64, filenames : [], interpreters :
995 ["io"], }, Ioke => { name : "Ioke", r#type : "programming", color : "#078193",
996 extensions : [".ik"], aliases : [], tm_scope : "source.ioke", ace_mode : "text",
997 language_id : 169u64, filenames : [], interpreters : ["ioke"], }, Isabelle => { name
998 : "Isabelle", r#type : "programming", color : "#FEFE00", extensions : [".thy"],
999 aliases : [], tm_scope : "source.isabelle.theory", ace_mode : "text", language_id :
1000 170u64, filenames : [], interpreters : [], }, IsabelleROOT => { name :
1001 "Isabelle ROOT", r#type : "programming", color : "#FEFE00", extensions : [], aliases
1002 : [], tm_scope : "source.isabelle.root", ace_mode : "text", language_id : 171u64,
1003 filenames : ["ROOT"], group : "Isabelle", interpreters : [], }, J => { name : "J",
1004 r#type : "programming", color : "#9EEDFF", extensions : [".ijs"], aliases : [],
1005 tm_scope : "source.j", ace_mode : "text", language_id : 172u64, filenames : [],
1006 interpreters : ["jconsole"], }, JARManifest => { name : "JAR Manifest", r#type :
1007 "data", color : "#b07219", extensions : [], aliases : [], tm_scope : "source.yaml",
1008 ace_mode : "text", language_id : 447261135u64, filenames : ["MANIFEST.MF"],
1009 interpreters : [], }, JCL => { name : "JCL", r#type : "programming", color :
1010 "#d90e09", extensions : [".jcl"], aliases : [], tm_scope : "source.jcl", ace_mode :
1011 "text", language_id : 316620079u64, filenames : [], interpreters : [], }, JFlex => {
1012 name : "JFlex", r#type : "programming", color : "#DBCA00", extensions : [".flex",
1013 ".jflex"], aliases : [], tm_scope : "source.jflex", ace_mode : "text", language_id :
1014 173u64, filenames : [], group : "Lex", interpreters : [], }, JSON => { name : "JSON",
1015 r#type : "data", color : "#292929", extensions : [".json", ".4DForm", ".4DProject",
1016 ".avsc", ".geojson", ".gltf", ".har", ".ice", ".JSON-tmLanguage", ".json.example",
1017 ".jsonl", ".mcmeta", ".sarif", ".tact", ".tfstate", ".tfstate.backup", ".topojson",
1018 ".webapp", ".webmanifest", ".yy", ".yyp"], aliases : ["geojson", "jsonl", "sarif",
1019 "topojson"], tm_scope : "source.json", ace_mode : "json", language_id : 174u64,
1020 codemirror_mode : "javascript", codemirror_mime_type : "application/json", filenames
1021 : [".all-contributorsrc", ".arcconfig", ".auto-changelog", ".c8rc", ".htmlhintrc",
1022 ".imgbotconfig", ".nycrc", ".tern-config", ".tern-project", ".watchmanconfig",
1023 "MODULE.bazel.lock", "Package.resolved", "Pipfile.lock", "bun.lock", "composer.lock",
1024 "deno.lock", "flake.lock", "mcmod.info"], interpreters : [], }, JSONWithComments => {
1025 name : "JSON with Comments", r#type : "data", color : "#292929", extensions :
1026 [".jsonc", ".code-snippets", ".code-workspace", ".sublime-build",
1027 ".sublime-color-scheme", ".sublime-commands", ".sublime-completions",
1028 ".sublime-keymap", ".sublime-macro", ".sublime-menu", ".sublime-mousemap",
1029 ".sublime-project", ".sublime-settings", ".sublime-theme", ".sublime-workspace",
1030 ".sublime_metrics", ".sublime_session", ".tsconfig.json"], aliases : ["jsonc"],
1031 tm_scope : "source.json.comments", ace_mode : "javascript", language_id : 423u64,
1032 codemirror_mode : "javascript", codemirror_mime_type : "text/javascript", filenames :
1033 [".babelrc", ".devcontainer.json", ".eslintrc.json", ".jscsrc", ".jshintrc",
1034 ".jslintrc", ".oxlintrc.json", ".swcrc", "api-extractor.json", "devcontainer.json",
1035 "jsconfig.json", "language-configuration.json", "tsconfig.json", "tslint.json"],
1036 group : "JSON", interpreters : [], }, JSON5 => { name : "JSON5", r#type : "data",
1037 color : "#267CB9", extensions : [".json5"], aliases : [], tm_scope : "source.js",
1038 ace_mode : "json5", language_id : 175u64, codemirror_mode : "javascript",
1039 codemirror_mime_type : "application/json", filenames : [], interpreters : [], },
1040 JSONLD => { name : "JSONLD", r#type : "data", color : "#0c479c", extensions :
1041 [".jsonld"], aliases : [], tm_scope : "source.js", ace_mode : "javascript",
1042 language_id : 176u64, codemirror_mode : "javascript", codemirror_mime_type :
1043 "application/ld+json", filenames : [], interpreters : [], }, JSONiq => { name :
1044 "JSONiq", r#type : "programming", color : "#40d47e", extensions : [".jq"], aliases :
1045 [], tm_scope : "source.jsoniq", ace_mode : "jsoniq", language_id : 177u64,
1046 codemirror_mode : "javascript", codemirror_mime_type : "application/json", filenames
1047 : [], interpreters : [], }, Jac => { name : "Jac", r#type : "programming", color :
1048 "#FC792D", extensions : [".jac"], aliases : [], tm_scope : "source.jac", ace_mode :
1049 "text", language_id : 235277043u64, filenames : [], interpreters : [], }, Jai => {
1050 name : "Jai", r#type : "programming", color : "#ab8b4b", extensions : [".jai"],
1051 aliases : [], tm_scope : "source.jai", ace_mode : "text", language_id : 70127133u64,
1052 filenames : [], interpreters : [], }, Janet => { name : "Janet", r#type :
1053 "programming", color : "#0886a5", extensions : [".janet"], aliases : [], tm_scope :
1054 "source.janet", ace_mode : "scheme", language_id : 1028705371u64, codemirror_mode :
1055 "scheme", codemirror_mime_type : "text/x-scheme", filenames : [], interpreters :
1056 ["janet"], }, Jasmin => { name : "Jasmin", r#type : "programming", color : "#d03600",
1057 extensions : [".j"], aliases : [], tm_scope : "source.jasmin", ace_mode : "java",
1058 language_id : 180u64, filenames : [], interpreters : [], }, Java => { name : "Java",
1059 r#type : "programming", color : "#b07219", extensions : [".java", ".jav", ".jsh"],
1060 aliases : [], tm_scope : "source.java", ace_mode : "java", language_id : 181u64,
1061 codemirror_mode : "clike", codemirror_mime_type : "text/x-java", filenames : [],
1062 interpreters : [], }, JavaProperties => { name : "Java Properties", r#type : "data",
1063 color : "#2A6277", extensions : [".properties"], aliases : [], tm_scope :
1064 "source.java-properties", ace_mode : "properties", language_id : 519377561u64,
1065 codemirror_mode : "properties", codemirror_mime_type : "text/x-properties", filenames
1066 : [], interpreters : [], }, JavaServerPages => { name : "Java Server Pages", r#type :
1067 "programming", color : "#2A6277", extensions : [".jsp", ".tag"], aliases : ["jsp"],
1068 tm_scope : "text.html.jsp", ace_mode : "jsp", language_id : 182u64, codemirror_mode :
1069 "htmlembedded", codemirror_mime_type : "application/x-jsp", filenames : [], group :
1070 "Java", interpreters : [], }, JavaTemplateEngine => { name : "Java Template Engine",
1071 r#type : "programming", color : "#2A6277", extensions : [".jte"], aliases : ["jte"],
1072 tm_scope : "text.html.jte", ace_mode : "text", language_id : 599494012u64, filenames
1073 : [], group : "Java", interpreters : [], }, JavaScript => { name : "JavaScript",
1074 r#type : "programming", color : "#f1e05a", extensions : [".js", "._js", ".bones",
1075 ".cjs", ".es", ".es6", ".frag", ".gs", ".jake", ".javascript", ".jsb", ".jscad",
1076 ".jsfl", ".jslib", ".jsm", ".jspre", ".jss", ".jsx", ".mjs", ".njs", ".pac", ".sjs",
1077 ".ssjs", ".xsjs", ".xsjslib"], aliases : ["js", "node"], tm_scope : "source.js",
1078 ace_mode : "javascript", language_id : 183u64, codemirror_mode : "javascript",
1079 codemirror_mime_type : "text/javascript", filenames : ["Jakefile"], interpreters :
1080 ["chakra", "d8", "gjs", "js", "node", "nodejs", "qjs", "rhino", "v8", "v8-shell"], },
1081 JavaScriptpERB => { name : "JavaScript+ERB", r#type : "programming", color :
1082 "#f1e05a", extensions : [".js.erb"], aliases : [], tm_scope : "source.js", ace_mode :
1083 "javascript", language_id : 914318960u64, codemirror_mode : "javascript",
1084 codemirror_mime_type : "application/javascript", filenames : [], group :
1085 "JavaScript", interpreters : [], }, JestSnapshot => { name : "Jest Snapshot", r#type
1086 : "data", color : "#15c213", extensions : [".snap"], aliases : [], tm_scope :
1087 "source.jest.snap", ace_mode : "javascript", language_id : 774635084u64,
1088 codemirror_mode : "javascript", codemirror_mime_type : "application/javascript",
1089 filenames : [], interpreters : [], }, JetBrainsMPS => { name : "JetBrains MPS",
1090 r#type : "programming", color : "#21D789", extensions : [".mps", ".mpl", ".msd"],
1091 aliases : ["mps"], tm_scope : "none", ace_mode : "xml", language_id : 465165328u64,
1092 codemirror_mode : "xml", codemirror_mime_type : "text/xml", filenames : [],
1093 interpreters : [], }, Jinja => { name : "Jinja", r#type : "markup", color :
1094 "#a52a22", extensions : [".jinja", ".j2", ".jinja2"], aliases : ["django",
1095 "html+django", "html+jinja", "htmldjango"], tm_scope : "text.html.django", ace_mode :
1096 "django", language_id : 147u64, codemirror_mode : "jinja2", codemirror_mime_type :
1097 "text/jinja2", filenames : [], interpreters : [], }, Jison => { name : "Jison",
1098 r#type : "programming", color : "#56b3cb", extensions : [".jison"], aliases : [],
1099 tm_scope : "source.jison", ace_mode : "text", language_id : 284531423u64, filenames :
1100 [], group : "Yacc", interpreters : [], }, JisonLex => { name : "Jison Lex", r#type :
1101 "programming", color : "#56b3cb", extensions : [".jisonlex"], aliases : [], tm_scope
1102 : "source.jisonlex", ace_mode : "text", language_id : 406395330u64, filenames : [],
1103 group : "Lex", interpreters : [], }, Jolie => { name : "Jolie", r#type :
1104 "programming", color : "#843179", extensions : [".ol", ".iol"], aliases : [],
1105 tm_scope : "source.jolie", ace_mode : "text", language_id : 998078858u64, filenames :
1106 [], interpreters : ["jolie"], }, Jsonnet => { name : "Jsonnet", r#type :
1107 "programming", color : "#0064bd", extensions : [".jsonnet", ".libsonnet"], aliases :
1108 [], tm_scope : "source.jsonnet", ace_mode : "text", language_id : 664885656u64,
1109 filenames : [], interpreters : [], }, Julia => { name : "Julia", r#type :
1110 "programming", color : "#a270ba", extensions : [".jl"], aliases : [], tm_scope :
1111 "source.julia", ace_mode : "julia", language_id : 184u64, codemirror_mode : "julia",
1112 codemirror_mime_type : "text/x-julia", filenames : [], interpreters : ["julia"], },
1113 JuliaREPL => { name : "Julia REPL", r#type : "programming", color : "#a270ba",
1114 extensions : [], aliases : [], tm_scope : "source.julia.console", ace_mode : "text",
1115 language_id : 220689142u64, filenames : [], group : "Julia", interpreters : [], },
1116 JupyterNotebook => { name : "Jupyter Notebook", r#type : "markup", color : "#DA5B0B",
1117 extensions : [".ipynb"], aliases : ["IPython Notebook"], tm_scope : "source.json",
1118 ace_mode : "json", language_id : 185u64, codemirror_mode : "javascript",
1119 codemirror_mime_type : "application/json", filenames : ["Notebook"], interpreters :
1120 [], }, Just => { name : "Just", r#type : "programming", color : "#384d54", extensions
1121 : [".just"], aliases : ["Justfile"], tm_scope : "source.just", ace_mode : "text",
1122 language_id : 128447695u64, filenames : [".JUSTFILE", ".Justfile", ".justfile",
1123 "JUSTFILE", "Justfile", "justfile"], interpreters : [], }, KCL => { name : "KCL",
1124 r#type : "programming", color : "#7ABABF", extensions : [".k"], aliases : [],
1125 tm_scope : "source.kcl", ace_mode : "text", language_id : 1052003890u64, filenames :
1126 ["kcl.mod", "kcl.mod.lock"], interpreters : [], }, KDL => { name : "KDL", r#type :
1127 "data", color : "#ffb3b3", extensions : [".kdl"], aliases : [], tm_scope :
1128 "source.kdl", ace_mode : "tcl", language_id : 931123626u64, codemirror_mode :
1129 "yacas", codemirror_mime_type : "text/x-yacas", filenames : [], interpreters : [], },
1130 KFramework => { name : "KFramework", r#type : "programming", color : "#4195c5",
1131 extensions : [".k"], aliases : [], tm_scope : "text.k", ace_mode : "text",
1132 language_id : 9479532u64, filenames : [], interpreters : [], }, KRL => { name :
1133 "KRL", r#type : "programming", color : "#28430A", extensions : [".krl"], aliases :
1134 [], tm_scope : "none", ace_mode : "text", language_id : 186u64, filenames : [],
1135 interpreters : [], }, KaitaiStruct => { name : "Kaitai Struct", r#type :
1136 "programming", color : "#773b37", extensions : [".ksy"], aliases : ["ksy"], tm_scope
1137 : "source.yaml", ace_mode : "yaml", language_id : 818804755u64, codemirror_mode :
1138 "yaml", codemirror_mime_type : "text/x-yaml", filenames : [], interpreters : [], },
1139 KakouneScript => { name : "KakouneScript", r#type : "programming", color : "#6f8042",
1140 extensions : [".kak"], aliases : ["kak", "kakscript"], tm_scope : "source.kakscript",
1141 ace_mode : "text", language_id : 603336474u64, filenames : ["kakrc"], interpreters :
1142 [], }, KerboScript => { name : "KerboScript", r#type : "programming", color :
1143 "#41adf0", extensions : [".ks"], aliases : [], tm_scope : "source.kerboscript",
1144 ace_mode : "text", language_id : 59716426u64, filenames : [], interpreters : [], },
1145 KiCadLayout => { name : "KiCad Layout", r#type : "data", color : "#2f4aab",
1146 extensions : [".kicad_pcb", ".kicad_mod", ".kicad_wks"], aliases : ["pcbnew"],
1147 tm_scope : "source.pcb.sexp", ace_mode : "lisp", language_id : 187u64,
1148 codemirror_mode : "commonlisp", codemirror_mime_type : "text/x-common-lisp",
1149 filenames : ["fp-lib-table"], interpreters : [], }, KiCadLegacyLayout => { name :
1150 "KiCad Legacy Layout", r#type : "data", color : "#2f4aab", extensions : [".brd"],
1151 aliases : [], tm_scope : "source.pcb.board", ace_mode : "text", language_id :
1152 140848857u64, filenames : [], interpreters : [], }, KiCadSchematic => { name :
1153 "KiCad Schematic", r#type : "data", color : "#2f4aab", extensions : [".kicad_sch",
1154 ".kicad_sym", ".sch"], aliases : ["eeschema schematic"], tm_scope :
1155 "source.pcb.schematic", ace_mode : "text", language_id : 622447435u64, filenames :
1156 [], interpreters : [], }, Kickstart => { name : "Kickstart", r#type : "data", color :
1157 "#000000", extensions : [".ks"], aliases : [], tm_scope : "source.kickstart",
1158 ace_mode : "text", language_id : 692635484u64, filenames : [], interpreters : [], },
1159 Kit => { name : "Kit", r#type : "markup", color : "#000000", extensions : [".kit"],
1160 aliases : [], tm_scope : "text.html.basic", ace_mode : "html", language_id : 188u64,
1161 codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html", filenames : [],
1162 interpreters : [], }, KoLmafiaASH => { name : "KoLmafia ASH", r#type : "programming",
1163 color : "#B9D9B9", extensions : [".ash"], aliases : [], tm_scope : "source.ash",
1164 ace_mode : "text", language_id : 852099832u64, filenames : [], interpreters : [], },
1165 Koka => { name : "Koka", r#type : "programming", color : "#215166", extensions :
1166 [".kk"], aliases : [], tm_scope : "source.koka", ace_mode : "text", language_id :
1167 597930447u64, filenames : [], interpreters : ["koka"], }, Kotlin => { name :
1168 "Kotlin", r#type : "programming", color : "#A97BFF", extensions : [".kt", ".ktm",
1169 ".kts"], aliases : [], tm_scope : "source.kotlin", ace_mode : "kotlin", language_id :
1170 189u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-kotlin", filenames
1171 : [], interpreters : [], }, Kusto => { name : "Kusto", r#type : "data", color :
1172 "#000000", extensions : [".csl", ".kql"], aliases : [], tm_scope : "source.kusto",
1173 ace_mode : "text", language_id : 225697190u64, filenames : [], interpreters : [], },
1174 LFE => { name : "LFE", r#type : "programming", color : "#4C3023", extensions :
1175 [".lfe"], aliases : [], tm_scope : "source.lisp", ace_mode : "lisp", language_id :
1176 190u64, codemirror_mode : "commonlisp", codemirror_mime_type : "text/x-common-lisp",
1177 filenames : [], interpreters : [], }, LLVM => { name : "LLVM", r#type :
1178 "programming", color : "#185619", extensions : [".ll"], aliases : [], tm_scope :
1179 "source.llvm", ace_mode : "text", language_id : 191u64, filenames : [], interpreters
1180 : [], }, LOLCODE => { name : "LOLCODE", r#type : "programming", color : "#cc9900",
1181 extensions : [".lol"], aliases : [], tm_scope : "source.lolcode", ace_mode : "text",
1182 language_id : 192u64, filenames : [], interpreters : [], }, LSL => { name : "LSL",
1183 r#type : "programming", color : "#3d9970", extensions : [".lsl", ".lslp"], aliases :
1184 [], tm_scope : "source.lsl", ace_mode : "lsl", language_id : 193u64, filenames : [],
1185 interpreters : ["lsl"], }, LTspiceSymbol => { name : "LTspice Symbol", r#type :
1186 "data", color : "#000000", extensions : [".asy"], aliases : [], tm_scope :
1187 "source.ltspice.symbol", ace_mode : "text", language_id : 1013566805u64,
1188 codemirror_mode : "spreadsheet", codemirror_mime_type : "text/x-spreadsheet",
1189 filenames : [], interpreters : [], }, LabVIEW => { name : "LabVIEW", r#type :
1190 "programming", color : "#fede06", extensions : [".lvproj", ".lvclass", ".lvlib"],
1191 aliases : [], tm_scope : "text.xml", ace_mode : "xml", language_id : 194u64,
1192 codemirror_mode : "xml", codemirror_mime_type : "text/xml", filenames : [],
1193 interpreters : [], }, Lambdapi => { name : "Lambdapi", r#type : "programming", color
1194 : "#8027a3", extensions : [".lp"], aliases : [], tm_scope : "source.lp", ace_mode :
1195 "text", language_id : 759240513u64, filenames : [], interpreters : [], }, Langium =>
1196 { name : "Langium", r#type : "programming", color : "#2c8c87", extensions :
1197 [".langium"], aliases : [], tm_scope : "source.langium", ace_mode : "text",
1198 language_id : 548603830u64, filenames : [], interpreters : [], }, Lark => { name :
1199 "Lark", r#type : "data", color : "#2980B9", extensions : [".lark"], aliases : [],
1200 tm_scope : "source.lark", ace_mode : "text", language_id : 758480799u64,
1201 codemirror_mode : "ebnf", codemirror_mime_type : "text/x-ebnf", filenames : [],
1202 interpreters : [], }, Lasso => { name : "Lasso", r#type : "programming", color :
1203 "#999999", extensions : [".lasso", ".las", ".lasso8", ".lasso9"], aliases :
1204 ["lassoscript"], tm_scope : "file.lasso", ace_mode : "text", language_id : 195u64,
1205 filenames : [], interpreters : [], }, Latte => { name : "Latte", r#type : "markup",
1206 color : "#f2a542", extensions : [".latte"], aliases : [], tm_scope :
1207 "text.html.smarty", ace_mode : "latte", language_id : 196u64, codemirror_mode :
1208 "smarty", codemirror_mime_type : "text/x-smarty", filenames : [], interpreters : [],
1209 }, Lean => { name : "Lean", r#type : "programming", color : "#000000", extensions :
1210 [".lean", ".hlean"], aliases : [], tm_scope : "source.lean", ace_mode : "text",
1211 language_id : 197u64, filenames : [], interpreters : [], }, Lean4 => { name :
1212 "Lean 4", r#type : "programming", color : "#000000", extensions : [".lean"], aliases
1213 : ["lean4"], tm_scope : "source.lean4", ace_mode : "text", language_id :
1214 455147478u64, filenames : [], group : "Lean", interpreters : [], }, Leo => { name :
1215 "Leo", r#type : "programming", color : "#C4FFC2", extensions : [".leo"], aliases :
1216 [], tm_scope : "source.leo", ace_mode : "text", language_id : 916034822u64, wrap :
1217 true, filenames : [], interpreters : [], }, Less => { name : "Less", r#type :
1218 "markup", color : "#1d365d", extensions : [".less"], aliases : ["less-css"], tm_scope
1219 : "source.css.less", ace_mode : "less", language_id : 198u64, codemirror_mode :
1220 "css", codemirror_mime_type : "text/x-less", filenames : [], interpreters : [], },
1221 Lex => { name : "Lex", r#type : "programming", color : "#DBCA00", extensions : [".l",
1222 ".lex"], aliases : ["flex"], tm_scope : "source.lex", ace_mode : "text", language_id
1223 : 199u64, filenames : ["Lexer.x", "lexer.x"], interpreters : [], }, LigoLANG => {
1224 name : "LigoLANG", r#type : "programming", color : "#0e74ff", extensions : [".ligo"],
1225 aliases : [], tm_scope : "source.ligo", ace_mode : "pascal", language_id :
1226 1040646257u64, codemirror_mode : "pascal", codemirror_mime_type : "text/x-pascal",
1227 filenames : [], group : "LigoLANG", interpreters : [], }, LilyPond => { name :
1228 "LilyPond", r#type : "programming", color : "#9ccc7c", extensions : [".ly", ".ily"],
1229 aliases : [], tm_scope : "source.lilypond", ace_mode : "text", language_id : 200u64,
1230 filenames : [], interpreters : [], }, Limbo => { name : "Limbo", r#type :
1231 "programming", color : "#000000", extensions : [".b", ".m"], aliases : [], tm_scope :
1232 "none", ace_mode : "text", language_id : 201u64, filenames : [], interpreters : [],
1233 }, LinearProgramming => { name : "Linear Programming", r#type : "programming", color
1234 : "#000000", extensions : [".lp"], aliases : [], tm_scope : "none", ace_mode :
1235 "text", language_id : 377204539u64, filenames : [], interpreters : [], },
1236 LinkerScript => { name : "Linker Script", r#type : "programming", color : "#000000",
1237 extensions : [".ld", ".lds", ".x"], aliases : [], tm_scope : "source.c.linker",
1238 ace_mode : "text", language_id : 202u64, filenames : ["ld.script"], interpreters :
1239 [], }, LinuxKernelModule => { name : "Linux Kernel Module", r#type : "data", color :
1240 "#000000", extensions : [".mod"], aliases : [], tm_scope : "none", ace_mode : "text",
1241 language_id : 203u64, filenames : [], interpreters : [], }, Liquid => { name :
1242 "Liquid", r#type : "markup", color : "#67b8de", extensions : [".liquid"], aliases :
1243 [], tm_scope : "text.html.liquid", ace_mode : "liquid", language_id : 204u64,
1244 filenames : [], interpreters : [], }, LiterateAgda => { name : "Literate Agda",
1245 r#type : "programming", color : "#315665", extensions : [".lagda"], aliases : [],
1246 tm_scope : "none", ace_mode : "text", language_id : 205u64, filenames : [], group :
1247 "Agda", interpreters : [], }, LiterateCoffeeScript => { name :
1248 "Literate CoffeeScript", r#type : "programming", color : "#244776", extensions :
1249 [".litcoffee", ".coffee.md"], aliases : ["litcoffee"], tm_scope : "source.litcoffee",
1250 ace_mode : "text", language_id : 206u64, wrap : true, filenames : [], group :
1251 "CoffeeScript", interpreters : [], }, LiterateHaskell => { name : "Literate Haskell",
1252 r#type : "programming", color : "#5e5086", extensions : [".lhs"], aliases :
1253 ["lhaskell", "lhs"], tm_scope : "text.tex.latex.haskell", ace_mode : "text",
1254 language_id : 207u64, codemirror_mode : "haskell-literate", codemirror_mime_type :
1255 "text/x-literate-haskell", filenames : [], group : "Haskell", interpreters : [], },
1256 LiveCodeScript => { name : "LiveCode Script", r#type : "programming", color :
1257 "#0c5ba5", extensions : [".livecodescript"], aliases : [], tm_scope :
1258 "source.livecodescript", ace_mode : "text", language_id : 891017u64, filenames : [],
1259 interpreters : [], }, LiveScript => { name : "LiveScript", r#type : "programming",
1260 color : "#499886", extensions : [".ls", "._ls"], aliases : ["live-script", "ls"],
1261 tm_scope : "source.livescript", ace_mode : "livescript", language_id : 208u64,
1262 codemirror_mode : "livescript", codemirror_mime_type : "text/x-livescript", filenames
1263 : ["Slakefile"], interpreters : [], }, Logos => { name : "Logos", r#type :
1264 "programming", color : "#000000", extensions : [".xm", ".x", ".xi"], aliases : [],
1265 tm_scope : "source.logos", ace_mode : "text", language_id : 209u64, filenames : [],
1266 interpreters : [], }, Logtalk => { name : "Logtalk", r#type : "programming", color :
1267 "#295b9a", extensions : [".lgt", ".logtalk"], aliases : [], tm_scope :
1268 "source.logtalk", ace_mode : "logtalk", language_id : 210u64, filenames : [],
1269 interpreters : [], }, LookML => { name : "LookML", r#type : "programming", color :
1270 "#652B81", extensions : [".lkml", ".lookml"], aliases : [], tm_scope : "source.yaml",
1271 ace_mode : "yaml", language_id : 211u64, codemirror_mode : "yaml",
1272 codemirror_mime_type : "text/x-yaml", filenames : [], interpreters : [], },
1273 LoomScript => { name : "LoomScript", r#type : "programming", color : "#000000",
1274 extensions : [".ls"], aliases : [], tm_scope : "source.loomscript", ace_mode :
1275 "text", language_id : 212u64, filenames : [], interpreters : [], }, Lua => { name :
1276 "Lua", r#type : "programming", color : "#000080", extensions : [".lua", ".fcgi",
1277 ".nse", ".p8", ".pd_lua", ".rbxs", ".rockspec", ".wlua"], aliases : [], tm_scope :
1278 "source.lua", ace_mode : "lua", language_id : 213u64, codemirror_mode : "lua",
1279 codemirror_mime_type : "text/x-lua", filenames : [".luacheckrc"], interpreters :
1280 ["lua", "luajit"], }, Luau => { name : "Luau", r#type : "programming", color :
1281 "#00A2FF", extensions : [".luau"], aliases : [], tm_scope : "source.luau", ace_mode :
1282 "lua", language_id : 365050359u64, codemirror_mode : "lua", codemirror_mime_type :
1283 "text/x-lua", filenames : [], interpreters : ["luau"], }, M => { name : "M", r#type :
1284 "programming", color : "#000000", extensions : [".mumps", ".m"], aliases : ["mumps"],
1285 tm_scope : "none", ace_mode : "text", language_id : 214u64, codemirror_mode :
1286 "mumps", codemirror_mime_type : "text/x-mumps", filenames : [], interpreters : [], },
1287 M3U => { name : "M3U", r#type : "data", color : "#179C7D", extensions : [".m3u",
1288 ".m3u8"], aliases : ["hls playlist", "m3u playlist"], tm_scope : "source.m3u",
1289 ace_mode : "text", language_id : 89638692u64, filenames : [], interpreters : [], },
1290 M4 => { name : "M4", r#type : "programming", color : "#000000", extensions : [".m4",
1291 ".mc"], aliases : [], tm_scope : "source.m4", ace_mode : "text", language_id :
1292 215u64, filenames : [], interpreters : [], }, M4Sugar => { name : "M4Sugar", r#type :
1293 "programming", color : "#000000", extensions : [".m4"], aliases : ["autoconf"],
1294 tm_scope : "source.m4", ace_mode : "text", language_id : 216u64, filenames :
1295 ["configure.ac"], group : "M4", interpreters : [], }, MATLAB => { name : "MATLAB",
1296 r#type : "programming", color : "#e16737", extensions : [".matlab", ".m"], aliases :
1297 ["octave"], tm_scope : "source.matlab", ace_mode : "matlab", language_id : 225u64,
1298 codemirror_mode : "octave", codemirror_mime_type : "text/x-octave", filenames : [],
1299 interpreters : [], }, MAXScript => { name : "MAXScript", r#type : "programming",
1300 color : "#00a6a6", extensions : [".ms", ".mcr"], aliases : [], tm_scope :
1301 "source.maxscript", ace_mode : "text", language_id : 217u64, filenames : [],
1302 interpreters : [], }, MDX => { name : "MDX", r#type : "markup", color : "#fcb32c",
1303 extensions : [".mdx"], aliases : [], tm_scope : "source.mdx", ace_mode : "markdown",
1304 language_id : 512838272u64, codemirror_mode : "gfm", codemirror_mime_type :
1305 "text/x-gfm", wrap : true, filenames : [], interpreters : [], }, MLIR => { name :
1306 "MLIR", r#type : "programming", color : "#5EC8DB", extensions : [".mlir"], aliases :
1307 [], tm_scope : "source.mlir", ace_mode : "text", language_id : 448253929u64,
1308 filenames : [], interpreters : [], }, MQL4 => { name : "MQL4", r#type :
1309 "programming", color : "#62A8D6", extensions : [".mq4", ".mqh"], aliases : [],
1310 tm_scope : "source.mql5", ace_mode : "c_cpp", language_id : 426u64, filenames : [],
1311 interpreters : [], }, MQL5 => { name : "MQL5", r#type : "programming", color :
1312 "#4A76B8", extensions : [".mq5", ".mqh"], aliases : [], tm_scope : "source.mql5",
1313 ace_mode : "c_cpp", language_id : 427u64, filenames : [], interpreters : [], }, MTML
1314 => { name : "MTML", r#type : "markup", color : "#b7e1f4", extensions : [".mtml"],
1315 aliases : [], tm_scope : "text.html.basic", ace_mode : "html", language_id : 218u64,
1316 codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html", filenames : [],
1317 interpreters : [], }, MUF => { name : "MUF", r#type : "programming", color :
1318 "#000000", extensions : [".muf", ".m"], aliases : [], tm_scope : "none", ace_mode :
1319 "forth", language_id : 219u64, codemirror_mode : "forth", codemirror_mime_type :
1320 "text/x-forth", filenames : [], group : "Forth", interpreters : [], }, Macaulay2 => {
1321 name : "Macaulay2", r#type : "programming", color : "#d8ffff", extensions : [".m2"],
1322 aliases : ["m2"], tm_scope : "source.m2", ace_mode : "text", language_id :
1323 34167825u64, filenames : [], interpreters : ["M2"], }, Makefile => { name :
1324 "Makefile", r#type : "programming", color : "#427819", extensions : [".mak", ".d",
1325 ".make", ".makefile", ".mk", ".mkfile"], aliases : ["bsdmake", "make", "mf"],
1326 tm_scope : "source.makefile", ace_mode : "makefile", language_id : 220u64,
1327 codemirror_mode : "cmake", codemirror_mime_type : "text/x-cmake", filenames :
1328 ["BSDmakefile", "GNUmakefile", "Kbuild", "Makefile", "Makefile.am", "Makefile.boot",
1329 "Makefile.frag", "Makefile.in", "Makefile.inc", "Makefile.wat", "makefile",
1330 "makefile.sco", "mkfile"], interpreters : ["make"], }, Mako => { name : "Mako",
1331 r#type : "programming", color : "#7e858d", extensions : [".mako", ".mao"], aliases :
1332 [], tm_scope : "text.html.mako", ace_mode : "text", language_id : 221u64, filenames :
1333 [], interpreters : [], }, Markdown => { name : "Markdown", r#type : "prose", color :
1334 "#083fa1", extensions : [".md", ".livemd", ".markdown", ".mdown", ".mdwn", ".mkd",
1335 ".mkdn", ".mkdown", ".ronn", ".scd", ".workbook"], aliases : ["md", "pandoc"],
1336 tm_scope : "text.md", ace_mode : "markdown", language_id : 222u64, codemirror_mode :
1337 "gfm", codemirror_mime_type : "text/x-gfm", wrap : true, filenames : ["contents.lr"],
1338 interpreters : [], }, Marko => { name : "Marko", r#type : "markup", color :
1339 "#42bff2", extensions : [".marko"], aliases : ["markojs"], tm_scope : "text.marko",
1340 ace_mode : "text", language_id : 932782397u64, codemirror_mode : "htmlmixed",
1341 codemirror_mime_type : "text/html", filenames : [], interpreters : [], }, Mask => {
1342 name : "Mask", r#type : "markup", color : "#f97732", extensions : [".mask"], aliases
1343 : [], tm_scope : "source.mask", ace_mode : "mask", language_id : 223u64, filenames :
1344 [], interpreters : [], }, MathematicalProgrammingSystem => { name :
1345 "Mathematical Programming System", r#type : "programming", color : "#0530ad",
1346 extensions : [".mps"], aliases : [], tm_scope : "text.source.mps", ace_mode : "text",
1347 language_id : 429002699u64, filenames : [], interpreters : [], }, MavenPOM => { name
1348 : "Maven POM", r#type : "data", color : "#000000", extensions : [], aliases : [],
1349 tm_scope : "text.xml.pom", ace_mode : "xml", language_id : 226u64, codemirror_mode :
1350 "xml", codemirror_mime_type : "text/xml", filenames : ["pom.xml"], group : "XML",
1351 interpreters : [], }, Max => { name : "Max", r#type : "programming", color :
1352 "#c4a79c", extensions : [".maxpat", ".maxhelp", ".maxproj", ".mxt", ".pat"], aliases
1353 : ["max/msp", "maxmsp"], tm_scope : "source.json", ace_mode : "json", language_id :
1354 227u64, codemirror_mode : "javascript", codemirror_mime_type : "application/json",
1355 filenames : [], interpreters : [], }, Mercury => { name : "Mercury", r#type :
1356 "programming", color : "#ff2b2b", extensions : [".m", ".moo"], aliases : [], tm_scope
1357 : "source.mercury", ace_mode : "prolog", language_id : 229u64, filenames : [],
1358 interpreters : ["mmi"], }, Mermaid => { name : "Mermaid", r#type : "markup", color :
1359 "#ff3670", extensions : [".mmd", ".mermaid"], aliases : ["mermaid example"], tm_scope
1360 : "source.mermaid", ace_mode : "text", language_id : 385992043u64, filenames : [],
1361 interpreters : [], }, Meson => { name : "Meson", r#type : "programming", color :
1362 "#007800", extensions : [], aliases : [], tm_scope : "source.meson", ace_mode :
1363 "text", language_id : 799141244u64, filenames : ["meson.build", "meson_options.txt"],
1364 interpreters : [], }, Metal => { name : "Metal", r#type : "programming", color :
1365 "#8f14e9", extensions : [".metal"], aliases : [], tm_scope : "source.c++", ace_mode :
1366 "c_cpp", language_id : 230u64, codemirror_mode : "clike", codemirror_mime_type :
1367 "text/x-c++src", filenames : [], interpreters : [], },
1368 MicrosoftDeveloperStudioProject => { name : "Microsoft Developer Studio Project",
1369 r#type : "data", color : "#000000", extensions : [".dsp"], aliases : [], tm_scope :
1370 "none", ace_mode : "text", language_id : 800983837u64, filenames : [], interpreters :
1371 [], }, MicrosoftVisualStudioSolution => { name : "Microsoft Visual Studio Solution",
1372 r#type : "data", color : "#000000", extensions : [".sln"], aliases : [], tm_scope :
1373 "source.solution", ace_mode : "text", language_id : 849523096u64, filenames : [],
1374 interpreters : [], }, MiniD => { name : "MiniD", r#type : "programming", color :
1375 "#000000", extensions : [".minid"], aliases : [], tm_scope : "none", ace_mode :
1376 "text", language_id : 231u64, filenames : [], interpreters : [], }, MiniYAML => {
1377 name : "MiniYAML", r#type : "data", color : "#ff1111", extensions : [".yaml",
1378 ".yml"], aliases : [], tm_scope : "source.miniyaml", ace_mode : "yaml", language_id :
1379 4896465u64, codemirror_mode : "yaml", codemirror_mime_type : "text/x-yaml", filenames
1380 : [], interpreters : [], }, MiniZinc => { name : "MiniZinc", r#type : "programming",
1381 color : "#06a9e6", extensions : [".mzn"], aliases : [], tm_scope : "source.mzn",
1382 ace_mode : "text", language_id : 238874535u64, filenames : [], interpreters : [], },
1383 MiniZincData => { name : "MiniZinc Data", r#type : "data", color : "#000000",
1384 extensions : [".dzn"], aliases : [], tm_scope : "source.mzn", ace_mode : "text",
1385 language_id : 938193433u64, filenames : [], interpreters : [], }, Mint => { name :
1386 "Mint", r#type : "programming", color : "#02b046", extensions : [".mint"], aliases :
1387 [], tm_scope : "source.mint", ace_mode : "text", language_id : 968740319u64,
1388 filenames : [], interpreters : [], }, Mirah => { name : "Mirah", r#type :
1389 "programming", color : "#c7a938", extensions : [".druby", ".duby", ".mirah"], aliases
1390 : [], tm_scope : "source.ruby", ace_mode : "ruby", language_id : 232u64,
1391 codemirror_mode : "ruby", codemirror_mime_type : "text/x-ruby", filenames : [],
1392 interpreters : [], }, Modelica => { name : "Modelica", r#type : "programming", color
1393 : "#de1d31", extensions : [".mo"], aliases : [], tm_scope : "source.modelica",
1394 ace_mode : "text", language_id : 233u64, codemirror_mode : "modelica",
1395 codemirror_mime_type : "text/x-modelica", filenames : [], interpreters : [], },
1396 Modula2 => { name : "Modula-2", r#type : "programming", color : "#10253f", extensions
1397 : [".mod"], aliases : [], tm_scope : "source.modula2", ace_mode : "text", language_id
1398 : 234u64, filenames : [], interpreters : [], }, Modula3 => { name : "Modula-3",
1399 r#type : "programming", color : "#223388", extensions : [".i3", ".ig", ".m3", ".mg"],
1400 aliases : [], tm_scope : "source.modula-3", ace_mode : "text", language_id :
1401 564743864u64, filenames : [], interpreters : [], }, ModuleManagementSystem => { name
1402 : "Module Management System", r#type : "programming", color : "#000000", extensions :
1403 [".mms", ".mmk"], aliases : [], tm_scope : "none", ace_mode : "text", language_id :
1404 235u64, filenames : ["descrip.mmk", "descrip.mms"], interpreters : [], }, Mojo => {
1405 name : "Mojo", r#type : "programming", color : "#ff4c1f", extensions : [".mojo"],
1406 aliases : [], tm_scope : "source.mojo", ace_mode : "python", language_id :
1407 1045019587u64, codemirror_mode : "python", codemirror_mime_type : "text/x-python",
1408 filenames : [], interpreters : [], }, Monkey => { name : "Monkey", r#type :
1409 "programming", color : "#000000", extensions : [".monkey", ".monkey2"], aliases : [],
1410 tm_scope : "source.monkey", ace_mode : "text", language_id : 236u64, filenames : [],
1411 interpreters : [], }, MonkeyC => { name : "Monkey C", r#type : "programming", color :
1412 "#8D6747", extensions : [".mc"], aliases : [], tm_scope : "source.mc", ace_mode :
1413 "c_cpp", language_id : 231751931u64, codemirror_mode : "clike", codemirror_mime_type
1414 : "text/x-csrc", filenames : [], interpreters : [], }, Moocode => { name : "Moocode",
1415 r#type : "programming", color : "#000000", extensions : [".moo"], aliases : [],
1416 tm_scope : "none", ace_mode : "text", language_id : 237u64, filenames : [],
1417 interpreters : [], }, MoonBit => { name : "MoonBit", r#type : "programming", color :
1418 "#b92381", extensions : [".mbt"], aliases : [], tm_scope : "source.moonbit", ace_mode
1419 : "text", language_id : 181453007u64, filenames : [], interpreters : [], },
1420 MoonScript => { name : "MoonScript", r#type : "programming", color : "#ff4585",
1421 extensions : [".moon"], aliases : [], tm_scope : "source.moonscript", ace_mode :
1422 "text", language_id : 238u64, filenames : [], interpreters : ["moon"], }, Motoko => {
1423 name : "Motoko", r#type : "programming", color : "#fbb03b", extensions : [".mo"],
1424 aliases : [], tm_scope : "source.mo", ace_mode : "text", language_id : 202937027u64,
1425 filenames : [], interpreters : [], }, Motorola68KAssembly => { name :
1426 "Motorola 68K Assembly", r#type : "programming", color : "#005daa", extensions :
1427 [".asm", ".i", ".inc", ".s", ".x68"], aliases : ["m68k"], tm_scope : "source.m68k",
1428 ace_mode : "assembly_x86", language_id : 477582706u64, filenames : [], group :
1429 "Assembly", interpreters : [], }, MoveLang => { name : "Move", r#type :
1430 "programming", color : "#4a137a", extensions : [".move"], aliases : [], tm_scope :
1431 "source.move", ace_mode : "text", language_id : 638334599u64, filenames : [],
1432 interpreters : [], }, Muse => { name : "Muse", r#type : "prose", color : "#000000",
1433 extensions : [".muse"], aliases : ["amusewiki", "emacs muse"], tm_scope :
1434 "text.muse", ace_mode : "text", language_id : 474864066u64, wrap : true, filenames :
1435 [], interpreters : [], }, Mustache => { name : "Mustache", r#type : "markup", color :
1436 "#724b3b", extensions : [".mustache"], aliases : [], tm_scope : "text.html.smarty",
1437 ace_mode : "smarty", language_id : 638334590u64, codemirror_mode : "smarty",
1438 codemirror_mime_type : "text/x-smarty", filenames : [], interpreters : [], }, Myghty
1439 => { name : "Myghty", r#type : "programming", color : "#000000", extensions :
1440 [".myt"], aliases : [], tm_scope : "none", ace_mode : "text", language_id : 239u64,
1441 filenames : [], interpreters : [], }, NASL => { name : "NASL", r#type :
1442 "programming", color : "#000000", extensions : [".nasl", ".inc"], aliases : [],
1443 tm_scope : "source.nasl", ace_mode : "text", language_id : 171666519u64, filenames :
1444 [], interpreters : [], }, NCL => { name : "NCL", r#type : "programming", color :
1445 "#28431f", extensions : [".ncl"], aliases : [], tm_scope : "source.ncl", ace_mode :
1446 "text", language_id : 240u64, filenames : [], interpreters : [], }, NEON => { name :
1447 "NEON", r#type : "data", color : "#000000", extensions : [".neon"], aliases :
1448 ["nette object notation", "ne-on"], tm_scope : "source.neon", ace_mode : "text",
1449 language_id : 481192983u64, filenames : [], interpreters : [], }, NL => { name :
1450 "NL", r#type : "data", color : "#000000", extensions : [".nl"], aliases : [],
1451 tm_scope : "none", ace_mode : "text", language_id : 241u64, filenames : [],
1452 interpreters : [], }, NMODL => { name : "NMODL", r#type : "programming", color :
1453 "#00356B", extensions : [".mod"], aliases : [], tm_scope : "none", ace_mode : "text",
1454 language_id : 136456478u64, filenames : [], interpreters : [], }, NPMConfig => { name
1455 : "NPM Config", r#type : "data", color : "#cb3837", extensions : [], aliases :
1456 ["npmrc"], tm_scope : "source.ini.npmrc", ace_mode : "text", language_id :
1457 685022663u64, filenames : [".npmrc"], group : "INI", interpreters : [], }, NSIS => {
1458 name : "NSIS", r#type : "programming", color : "#000000", extensions : [".nsi",
1459 ".nsh"], aliases : [], tm_scope : "source.nsis", ace_mode : "nsis", language_id :
1460 242u64, codemirror_mode : "nsis", codemirror_mime_type : "text/x-nsis", filenames :
1461 [], interpreters : [], }, NWScript => { name : "NWScript", r#type : "programming",
1462 color : "#111522", extensions : [".nss"], aliases : [], tm_scope :
1463 "source.c.nwscript", ace_mode : "c_cpp", language_id : 731233819u64, codemirror_mode
1464 : "clike", codemirror_mime_type : "text/x-csrc", filenames : [], interpreters : [],
1465 }, Nasal => { name : "Nasal", r#type : "programming", color : "#1d2c4e", extensions :
1466 [".nas"], aliases : [], tm_scope : "source.nasal", ace_mode : "nasal", language_id :
1467 178322513u64, filenames : [], interpreters : [], }, Nearley => { name : "Nearley",
1468 r#type : "programming", color : "#990000", extensions : [".ne", ".nearley"], aliases
1469 : [], tm_scope : "source.ne", ace_mode : "text", language_id : 521429430u64,
1470 filenames : [], interpreters : [], }, Nemerle => { name : "Nemerle", r#type :
1471 "programming", color : "#3d3c6e", extensions : [".n"], aliases : [], tm_scope :
1472 "source.nemerle", ace_mode : "text", language_id : 243u64, filenames : [],
1473 interpreters : [], }, NetLinx => { name : "NetLinx", r#type : "programming", color :
1474 "#0aa0ff", extensions : [".axs", ".axi"], aliases : [], tm_scope : "source.netlinx",
1475 ace_mode : "text", language_id : 244u64, filenames : [], interpreters : [], },
1476 NetLinxpERB => { name : "NetLinx+ERB", r#type : "programming", color : "#747faa",
1477 extensions : [".axs.erb", ".axi.erb"], aliases : [], tm_scope : "source.netlinx.erb",
1478 ace_mode : "text", language_id : 245u64, filenames : [], interpreters : [], },
1479 NetLogo => { name : "NetLogo", r#type : "programming", color : "#ff6375", extensions
1480 : [".nlogo"], aliases : [], tm_scope : "source.lisp", ace_mode : "lisp", language_id
1481 : 246u64, codemirror_mode : "commonlisp", codemirror_mime_type :
1482 "text/x-common-lisp", filenames : [], interpreters : [], }, NewLisp => { name :
1483 "NewLisp", r#type : "programming", color : "#87AED7", extensions : [".nl", ".lisp",
1484 ".lsp"], aliases : [], tm_scope : "source.lisp", ace_mode : "lisp", language_id :
1485 247u64, codemirror_mode : "commonlisp", codemirror_mime_type : "text/x-common-lisp",
1486 filenames : [], interpreters : ["newlisp"], }, Nextflow => { name : "Nextflow",
1487 r#type : "programming", color : "#3ac486", extensions : [".nf"], aliases : [],
1488 tm_scope : "source.nextflow", ace_mode : "groovy", language_id : 506780613u64,
1489 filenames : ["nextflow.config"], interpreters : ["nextflow"], }, Nginx => { name :
1490 "Nginx", r#type : "data", color : "#009639", extensions : [".nginx", ".nginxconf",
1491 ".vhost"], aliases : ["nginx configuration file"], tm_scope : "source.nginx",
1492 ace_mode : "nginx", language_id : 248u64, codemirror_mode : "nginx",
1493 codemirror_mime_type : "text/x-nginx-conf", filenames : ["nginx.conf"], interpreters
1494 : [], }, Nickel => { name : "Nickel", r#type : "programming", color : "#E0C3FC",
1495 extensions : [".ncl"], aliases : [], tm_scope : "source.nickel", ace_mode : "text",
1496 language_id : 1067292664u64, filenames : [], interpreters : [], }, Nim => { name :
1497 "Nim", r#type : "programming", color : "#ffc200", extensions : [".nim", ".nim.cfg",
1498 ".nimble", ".nimrod", ".nims"], aliases : [], tm_scope : "source.nim", ace_mode :
1499 "nim", language_id : 249u64, filenames : ["nim.cfg"], interpreters : [], }, Ninja =>
1500 { name : "Ninja", r#type : "data", color : "#000000", extensions : [".ninja"],
1501 aliases : [], tm_scope : "source.ninja", ace_mode : "text", language_id : 250u64,
1502 filenames : [], interpreters : [], }, Nit => { name : "Nit", r#type : "programming",
1503 color : "#009917", extensions : [".nit"], aliases : [], tm_scope : "source.nit",
1504 ace_mode : "text", language_id : 251u64, filenames : [], interpreters : [], }, Nix =>
1505 { name : "Nix", r#type : "programming", color : "#7e7eff", extensions : [".nix"],
1506 aliases : ["nixos"], tm_scope : "source.nix", ace_mode : "nix", language_id : 252u64,
1507 filenames : [], interpreters : [], }, Noir => { name : "Noir", r#type :
1508 "programming", color : "#2f1f49", extensions : [".nr"], aliases : ["nargo"], tm_scope
1509 : "source.nr", ace_mode : "rust", language_id : 813068465u64, codemirror_mode :
1510 "rust", codemirror_mime_type : "text/x-rustsrc", filenames : [], interpreters : [],
1511 }, Nu => { name : "Nu", r#type : "programming", color : "#c9df40", extensions :
1512 [".nu"], aliases : ["nush"], tm_scope : "source.nu", ace_mode : "scheme", language_id
1513 : 253u64, codemirror_mode : "scheme", codemirror_mime_type : "text/x-scheme",
1514 filenames : ["Nukefile"], interpreters : ["nush"], }, NumPy => { name : "NumPy",
1515 r#type : "programming", color : "#9C8AF9", extensions : [".numpy", ".numpyw",
1516 ".numsc"], aliases : [], tm_scope : "none", ace_mode : "text", language_id : 254u64,
1517 codemirror_mode : "python", codemirror_mime_type : "text/x-python", filenames : [],
1518 group : "Python", interpreters : [], }, Nunjucks => { name : "Nunjucks", r#type :
1519 "markup", color : "#3d8137", extensions : [".njk"], aliases : ["njk"], tm_scope :
1520 "text.html.nunjucks", ace_mode : "nunjucks", language_id : 461856962u64, filenames :
1521 [], interpreters : [], }, Nushell => { name : "Nushell", r#type : "programming",
1522 color : "#4E9906", extensions : [".nu"], aliases : ["nu-script", "nushell-script"],
1523 tm_scope : "source.nushell", ace_mode : "sh", language_id : 446573572u64,
1524 codemirror_mode : "shell", codemirror_mime_type : "text/x-sh", filenames : [],
1525 interpreters : ["nu"], }, OASv2Json => { name : "OASv2-json", r#type : "data", color
1526 : "#85ea2d", extensions : [".json"], aliases : [], tm_scope : "source.json", ace_mode
1527 : "json", language_id : 834374816u64, codemirror_mode : "javascript",
1528 codemirror_mime_type : "application/json", filenames : [], group :
1529 "OpenAPI Specification v2", interpreters : [], }, OASv2Yaml => { name : "OASv2-yaml",
1530 r#type : "data", color : "#85ea2d", extensions : [".yaml", ".yml"], aliases : [],
1531 tm_scope : "source.yaml", ace_mode : "yaml", language_id : 105187618u64,
1532 codemirror_mode : "yaml", codemirror_mime_type : "text/x-yaml", filenames : [], group
1533 : "OpenAPI Specification v2", interpreters : [], }, OASv3Json => { name :
1534 "OASv3-json", r#type : "data", color : "#85ea2d", extensions : [".json"], aliases :
1535 [], tm_scope : "source.json", ace_mode : "json", language_id : 980062566u64,
1536 codemirror_mode : "javascript", codemirror_mime_type : "application/json", filenames
1537 : [], group : "OpenAPI Specification v3", interpreters : [], }, OASv3Yaml => { name :
1538 "OASv3-yaml", r#type : "data", color : "#85ea2d", extensions : [".yaml", ".yml"],
1539 aliases : [], tm_scope : "source.yaml", ace_mode : "yaml", language_id : 51239111u64,
1540 codemirror_mode : "yaml", codemirror_mime_type : "text/x-yaml", filenames : [], group
1541 : "OpenAPI Specification v3", interpreters : [], }, OCaml => { name : "OCaml", r#type
1542 : "programming", color : "#ef7a08", extensions : [".ml", ".eliom", ".eliomi", ".ml4",
1543 ".mli", ".mll", ".mly"], aliases : [], tm_scope : "source.ocaml", ace_mode : "ocaml",
1544 language_id : 255u64, codemirror_mode : "mllike", codemirror_mime_type :
1545 "text/x-ocaml", filenames : [], interpreters : ["ocaml", "ocamlrun", "ocamlscript"],
1546 }, OMNeTppMSG => { name : "OMNeT++ MSG", r#type : "programming", color : "#a0e0a0",
1547 extensions : [".msg"], aliases : ["omnetpp-msg"], tm_scope : "source.msg", ace_mode :
1548 "text", language_id : 664100008u64, filenames : [], interpreters : [], }, OMNeTppNED
1549 => { name : "OMNeT++ NED", r#type : "programming", color : "#08607c", extensions :
1550 [".ned"], aliases : ["omnetpp-ned"], tm_scope : "source.ned", ace_mode : "text",
1551 language_id : 924868392u64, filenames : [], interpreters : [], }, Oberon => { name :
1552 "Oberon", r#type : "programming", color : "#000000", extensions : [".ob2"], aliases :
1553 [], tm_scope : "source.modula2", ace_mode : "text", language_id : 677210597u64,
1554 filenames : [], interpreters : [], }, ObjDump => { name : "ObjDump", r#type : "data",
1555 color : "#000000", extensions : [".objdump"], aliases : [], tm_scope :
1556 "objdump.x86asm", ace_mode : "assembly_x86", language_id : 256u64, filenames : [],
1557 interpreters : [], }, ObjectDataInstanceNotation => { name :
1558 "Object Data Instance Notation", r#type : "data", color : "#000000", extensions :
1559 [".odin"], aliases : [], tm_scope : "source.odin-ehr", ace_mode : "text", language_id
1560 : 985227236u64, filenames : [], interpreters : [], }, ObjectScript => { name :
1561 "ObjectScript", r#type : "programming", color : "#424893", extensions : [".cls"],
1562 aliases : [], tm_scope : "source.objectscript", ace_mode : "text", language_id :
1563 202735509u64, filenames : [], interpreters : [], }, ObjectiveC => { name :
1564 "Objective-C", r#type : "programming", color : "#438eff", extensions : [".m", ".h"],
1565 aliases : ["obj-c", "objc", "objectivec"], tm_scope : "source.objc", ace_mode :
1566 "objectivec", language_id : 257u64, codemirror_mode : "clike", codemirror_mime_type :
1567 "text/x-objectivec", filenames : [], interpreters : [], }, ObjectiveCpp => { name :
1568 "Objective-C++", r#type : "programming", color : "#6866fb", extensions : [".mm"],
1569 aliases : ["obj-c++", "objc++", "objectivec++"], tm_scope : "source.objc++", ace_mode
1570 : "objectivec", language_id : 258u64, codemirror_mode : "clike", codemirror_mime_type
1571 : "text/x-objectivec++", filenames : [], interpreters : [], }, ObjectiveJ => { name :
1572 "Objective-J", r#type : "programming", color : "#ff0c5a", extensions : [".j", ".sj"],
1573 aliases : ["obj-j", "objectivej", "objj"], tm_scope : "source.js.objj", ace_mode :
1574 "text", language_id : 259u64, filenames : [], interpreters : [], }, Odin => { name :
1575 "Odin", r#type : "programming", color : "#60AFFE", extensions : [".odin"], aliases :
1576 ["odinlang", "odin-lang"], tm_scope : "source.odin", ace_mode : "odin", language_id :
1577 889244082u64, filenames : [], interpreters : [], }, Omgrofl => { name : "Omgrofl",
1578 r#type : "programming", color : "#cabbff", extensions : [".omgrofl"], aliases : [],
1579 tm_scope : "none", ace_mode : "text", language_id : 260u64, filenames : [],
1580 interpreters : [], }, Opa => { name : "Opa", r#type : "programming", color :
1581 "#000000", extensions : [".opa"], aliases : [], tm_scope : "source.opa", ace_mode :
1582 "text", language_id : 261u64, filenames : [], interpreters : [], }, Opal => { name :
1583 "Opal", r#type : "programming", color : "#f7ede0", extensions : [".opal"], aliases :
1584 [], tm_scope : "source.opal", ace_mode : "text", language_id : 262u64, filenames :
1585 [], interpreters : [], }, OpenPolicyAgent => { name : "Open Policy Agent", r#type :
1586 "programming", color : "#7d9199", extensions : [".rego"], aliases : [], tm_scope :
1587 "source.rego", ace_mode : "text", language_id : 840483232u64, filenames : [],
1588 interpreters : [], }, OpenAPISpecificationV2 => { name : "OpenAPI Specification v2",
1589 r#type : "data", color : "#85ea2d", extensions : [], aliases : ["oasv2"], tm_scope :
1590 "none", ace_mode : "text", language_id : 848295328u64, filenames : [], interpreters :
1591 [], }, OpenAPISpecificationV3 => { name : "OpenAPI Specification v3", r#type :
1592 "data", color : "#85ea2d", extensions : [], aliases : ["oasv3"], tm_scope : "none",
1593 ace_mode : "text", language_id : 557959099u64, filenames : [], interpreters : [], },
1594 OpenCL => { name : "OpenCL", r#type : "programming", color : "#ed2e2d", extensions :
1595 [".cl", ".opencl"], aliases : [], tm_scope : "source.c", ace_mode : "c_cpp",
1596 language_id : 263u64, codemirror_mode : "clike", codemirror_mime_type :
1597 "text/x-csrc", filenames : [], group : "C", interpreters : [], }, OpenEdgeABL => {
1598 name : "OpenEdge ABL", r#type : "programming", color : "#5ce600", extensions : [".p",
1599 ".cls", ".w"], aliases : ["progress", "openedge", "abl"], tm_scope : "source.abl",
1600 ace_mode : "text", language_id : 264u64, filenames : [], interpreters : [], },
1601 OpenQASM => { name : "OpenQASM", r#type : "programming", color : "#AA70FF",
1602 extensions : [".qasm"], aliases : [], tm_scope : "source.qasm", ace_mode : "text",
1603 language_id : 153739399u64, filenames : [], interpreters : [], }, OpenRCRunscript =>
1604 { name : "OpenRC runscript", r#type : "programming", color : "#000000", extensions :
1605 [], aliases : ["openrc"], tm_scope : "source.shell", ace_mode : "sh", language_id :
1606 265u64, codemirror_mode : "shell", codemirror_mime_type : "text/x-sh", filenames :
1607 [], group : "Shell", interpreters : ["openrc-run"], }, OpenSCAD => { name :
1608 "OpenSCAD", r#type : "programming", color : "#e5cd45", extensions : [".scad"],
1609 aliases : [], tm_scope : "source.scad", ace_mode : "scad", language_id : 266u64,
1610 filenames : [], interpreters : [], }, OpenStepPropertyList => { name :
1611 "OpenStep Property List", r#type : "data", color : "#000000", extensions : [".plist",
1612 ".glyphs"], aliases : [], tm_scope : "source.plist", ace_mode : "text", language_id :
1613 598917541u64, filenames : [], interpreters : [], }, OpenTypeFeatureFile => { name :
1614 "OpenType Feature File", r#type : "data", color : "#000000", extensions : [".fea"],
1615 aliases : ["AFDKO"], tm_scope : "source.opentype", ace_mode : "text", language_id :
1616 374317347u64, filenames : [], interpreters : [], }, OptionList => { name :
1617 "Option List", r#type : "data", color : "#476732", extensions : [], aliases :
1618 ["opts", "ackrc"], tm_scope : "source.opts", ace_mode : "sh", language_id :
1619 723589315u64, codemirror_mode : "shell", codemirror_mime_type : "text/x-sh",
1620 filenames : [".ackrc", ".rspec", ".yardopts", "ackrc", "mocha.opts"], interpreters :
1621 [], }, Org => { name : "Org", r#type : "prose", color : "#77aa99", extensions :
1622 [".org"], aliases : [], tm_scope : "none", ace_mode : "text", language_id : 267u64,
1623 wrap : true, filenames : [], interpreters : [], }, OverpassQL => { name :
1624 "OverpassQL", r#type : "programming", color : "#cce2aa", extensions :
1625 [".overpassql"], aliases : [], tm_scope : "source.overpassql", ace_mode : "text",
1626 language_id : 689079655u64, wrap : true, filenames : [], interpreters : [], }, Ox =>
1627 { name : "Ox", r#type : "programming", color : "#000000", extensions : [".ox",
1628 ".oxh", ".oxo"], aliases : [], tm_scope : "source.ox", ace_mode : "text", language_id
1629 : 268u64, filenames : [], interpreters : [], }, Oxygene => { name : "Oxygene", r#type
1630 : "programming", color : "#cdd0e3", extensions : [".oxygene"], aliases : [], tm_scope
1631 : "none", ace_mode : "text", language_id : 269u64, filenames : [], interpreters : [],
1632 }, Oz => { name : "Oz", r#type : "programming", color : "#fab738", extensions :
1633 [".oz"], aliases : [], tm_scope : "source.oz", ace_mode : "text", language_id :
1634 270u64, codemirror_mode : "oz", codemirror_mime_type : "text/x-oz", filenames : [],
1635 interpreters : [], }, P4 => { name : "P4", r#type : "programming", color : "#7055b5",
1636 extensions : [".p4"], aliases : [], tm_scope : "source.p4", ace_mode : "text",
1637 language_id : 348895984u64, filenames : [], interpreters : [], }, PDDL => { name :
1638 "PDDL", r#type : "programming", color : "#0d00ff", extensions : [".pddl"], aliases :
1639 [], tm_scope : "source.pddl", ace_mode : "text", language_id : 736235603u64,
1640 filenames : [], interpreters : [], }, PEGjs => { name : "PEG.js", r#type :
1641 "programming", color : "#234d6b", extensions : [".pegjs", ".peggy"], aliases : [],
1642 tm_scope : "source.peggy", ace_mode : "javascript", language_id : 81442128u64,
1643 codemirror_mode : "javascript", codemirror_mime_type : "text/javascript", filenames :
1644 [], interpreters : [], }, PHP => { name : "PHP", r#type : "programming", color :
1645 "#4F5D95", extensions : [".php", ".aw", ".ctp", ".fcgi", ".inc", ".php3", ".php4",
1646 ".php5", ".phps", ".phpt"], aliases : ["inc"], tm_scope : "text.html.php", ace_mode :
1647 "php", language_id : 272u64, codemirror_mode : "php", codemirror_mime_type :
1648 "application/x-httpd-php", filenames : [".php", ".php_cs", ".php_cs.dist",
1649 "Phakefile"], interpreters : ["php"], }, PLSQL => { name : "PLSQL", r#type :
1650 "programming", color : "#dad8d8", extensions : [".pls", ".bdy", ".ddl", ".fnc",
1651 ".pck", ".pkb", ".pks", ".plb", ".plsql", ".prc", ".spc", ".sql", ".tpb", ".tps",
1652 ".trg", ".vw"], aliases : [], tm_scope : "none", ace_mode : "plsql", language_id :
1653 273u64, codemirror_mode : "sql", codemirror_mime_type : "text/x-plsql", filenames :
1654 [], interpreters : [], }, PLpgSQL => { name : "PLpgSQL", r#type : "programming",
1655 color : "#336790", extensions : [".pgsql", ".sql"], aliases : [], tm_scope :
1656 "source.sql", ace_mode : "pgsql", language_id : 274u64, codemirror_mode : "sql",
1657 codemirror_mime_type : "text/x-sql", filenames : [], interpreters : [], }, POVRaySDL
1658 => { name : "POV-Ray SDL", r#type : "programming", color : "#6bac65", extensions :
1659 [".pov", ".inc"], aliases : ["pov-ray", "povray"], tm_scope : "source.pov-ray sdl",
1660 ace_mode : "text", language_id : 275u64, filenames : [], interpreters : [], }, Pact
1661 => { name : "Pact", r#type : "programming", color : "#F7A8B8", extensions :
1662 [".pact"], aliases : [], tm_scope : "source.pact", ace_mode : "text", language_id :
1663 756774415u64, filenames : [], interpreters : [], }, Pan => { name : "Pan", r#type :
1664 "programming", color : "#cc0000", extensions : [".pan"], aliases : [], tm_scope :
1665 "source.pan", ace_mode : "text", language_id : 276u64, filenames : [], interpreters :
1666 [], }, Papyrus => { name : "Papyrus", r#type : "programming", color : "#6600cc",
1667 extensions : [".psc"], aliases : [], tm_scope : "source.papyrus.skyrim", ace_mode :
1668 "text", language_id : 277u64, filenames : [], interpreters : [], }, Parrot => { name
1669 : "Parrot", r#type : "programming", color : "#f3ca0a", extensions : [".parrot"],
1670 aliases : [], tm_scope : "none", ace_mode : "text", language_id : 278u64, filenames :
1671 [], interpreters : [], }, ParrotAssembly => { name : "Parrot Assembly", r#type :
1672 "programming", color : "#000000", extensions : [".pasm"], aliases : ["pasm"],
1673 tm_scope : "none", ace_mode : "text", language_id : 279u64, filenames : [], group :
1674 "Parrot", interpreters : ["parrot"], }, ParrotInternalRepresentation => { name :
1675 "Parrot Internal Representation", r#type : "programming", color : "#000000",
1676 extensions : [".pir"], aliases : ["pir"], tm_scope : "source.parrot.pir", ace_mode :
1677 "text", language_id : 280u64, filenames : [], group : "Parrot", interpreters :
1678 ["parrot"], }, Pascal => { name : "Pascal", r#type : "programming", color :
1679 "#E3F171", extensions : [".pas", ".dfm", ".dpr", ".inc", ".lpr", ".pascal", ".pp"],
1680 aliases : ["delphi", "objectpascal"], tm_scope : "source.pascal", ace_mode :
1681 "pascal", language_id : 281u64, codemirror_mode : "pascal", codemirror_mime_type :
1682 "text/x-pascal", filenames : [], interpreters : ["instantfpc"], }, Pawn => { name :
1683 "Pawn", r#type : "programming", color : "#dbb284", extensions : [".pwn", ".inc",
1684 ".sma"], aliases : [], tm_scope : "source.pawn", ace_mode : "text", language_id :
1685 271u64, filenames : [], interpreters : [], }, Pep8 => { name : "Pep8", r#type :
1686 "programming", color : "#C76F5B", extensions : [".pep"], aliases : [], tm_scope :
1687 "source.pep8", ace_mode : "text", language_id : 840372442u64, filenames : [],
1688 interpreters : [], }, Perl => { name : "Perl", r#type : "programming", color :
1689 "#0298c3", extensions : [".pl", ".al", ".cgi", ".fcgi", ".perl", ".ph", ".plx",
1690 ".pm", ".psgi", ".t"], aliases : ["cperl"], tm_scope : "source.perl", ace_mode :
1691 "perl", language_id : 282u64, codemirror_mode : "perl", codemirror_mime_type :
1692 "text/x-perl", filenames : [".latexmkrc", "Makefile.PL", "Rexfile", "ack",
1693 "cpanfile", "latexmkrc"], interpreters : ["cperl", "perl"], }, Pic => { name : "Pic",
1694 r#type : "markup", color : "#000000", extensions : [".pic", ".chem"], aliases :
1695 ["pikchr"], tm_scope : "source.pic", ace_mode : "text", language_id : 425u64,
1696 codemirror_mode : "troff", codemirror_mime_type : "text/troff", filenames : [], group
1697 : "Roff", interpreters : [], }, Pickle => { name : "Pickle", r#type : "data", color :
1698 "#000000", extensions : [".pkl"], aliases : [], tm_scope : "none", ace_mode : "text",
1699 language_id : 284u64, filenames : [], interpreters : [], }, PicoLisp => { name :
1700 "PicoLisp", r#type : "programming", color : "#6067af", extensions : [".l"], aliases :
1701 [], tm_scope : "source.lisp", ace_mode : "lisp", language_id : 285u64, filenames :
1702 [], interpreters : ["picolisp", "pil"], }, PigLatin => { name : "PigLatin", r#type :
1703 "programming", color : "#fcd7de", extensions : [".pig"], aliases : [], tm_scope :
1704 "source.pig_latin", ace_mode : "pig", language_id : 286u64, codemirror_mode : "pig",
1705 codemirror_mime_type : "text/x-pig", filenames : [], interpreters : [], }, Pike => {
1706 name : "Pike", r#type : "programming", color : "#005390", extensions : [".pike",
1707 ".pmod"], aliases : [], tm_scope : "source.pike", ace_mode : "text", language_id :
1708 287u64, filenames : [], interpreters : ["pike"], }, PipRequirements => { name :
1709 "Pip Requirements", r#type : "data", color : "#FFD343", extensions : [], aliases :
1710 [], tm_scope : "source.pip-requirements", ace_mode : "text", language_id :
1711 684385621u64, filenames : ["dev-requirements.txt", "requirements-dev.txt",
1712 "requirements.lock.txt", "requirements.txt"], interpreters : [], }, Pkl => { name :
1713 "Pkl", r#type : "programming", color : "#6b9543", extensions : [".pkl"], aliases :
1714 [], tm_scope : "source.pkl", ace_mode : "text", language_id : 288822799u64, filenames
1715 : [], interpreters : ["pkl"], }, PlantUML => { name : "PlantUML", r#type : "data",
1716 color : "#fbbd16", extensions : [".puml", ".iuml", ".plantuml"], aliases : [],
1717 tm_scope : "source.wsd", ace_mode : "text", language_id : 833504686u64, filenames :
1718 [], interpreters : [], }, Pod => { name : "Pod", r#type : "prose", color : "#000000",
1719 extensions : [".pod"], aliases : [], tm_scope : "none", ace_mode : "perl",
1720 language_id : 288u64, codemirror_mode : "perl", codemirror_mime_type : "text/x-perl",
1721 wrap : true, filenames : [], interpreters : ["perl"], }, Pod6 => { name : "Pod 6",
1722 r#type : "prose", color : "#000000", extensions : [".pod", ".pod6"], aliases : [],
1723 tm_scope : "source.raku", ace_mode : "perl", language_id : 155357471u64, wrap : true,
1724 filenames : [], interpreters : ["perl6"], }, PogoScript => { name : "PogoScript",
1725 r#type : "programming", color : "#d80074", extensions : [".pogo"], aliases : [],
1726 tm_scope : "source.pogoscript", ace_mode : "text", language_id : 289u64, filenames :
1727 [], interpreters : [], }, Polar => { name : "Polar", r#type : "programming", color :
1728 "#ae81ff", extensions : [".polar"], aliases : [], tm_scope : "source.polar", ace_mode
1729 : "text", language_id : 839112914u64, filenames : [], interpreters : [], }, Pony => {
1730 name : "Pony", r#type : "programming", color : "#000000", extensions : [".pony"],
1731 aliases : [], tm_scope : "source.pony", ace_mode : "text", language_id : 290u64,
1732 filenames : [], interpreters : [], }, Portugol => { name : "Portugol", r#type :
1733 "programming", color : "#f8bd00", extensions : [".por"], aliases : [], tm_scope :
1734 "source.portugol", ace_mode : "text", language_id : 832391833u64, filenames : [],
1735 interpreters : [], }, PostCSS => { name : "PostCSS", r#type : "markup", color :
1736 "#dc3a0c", extensions : [".pcss", ".postcss"], aliases : [], tm_scope :
1737 "source.postcss", ace_mode : "text", language_id : 262764437u64, filenames : [],
1738 group : "CSS", interpreters : [], }, PostScript => { name : "PostScript", r#type :
1739 "markup", color : "#da291c", extensions : [".ps", ".eps", ".epsi", ".pfa"], aliases :
1740 ["postscr"], tm_scope : "source.postscript", ace_mode : "text", language_id : 291u64,
1741 filenames : [], interpreters : [], }, PowerBuilder => { name : "PowerBuilder", r#type
1742 : "programming", color : "#8f0f8d", extensions : [".pbt", ".sra", ".sru", ".srw"],
1743 aliases : [], tm_scope : "source.powerbuilder", ace_mode : "text", language_id :
1744 292u64, filenames : [], interpreters : [], }, PowerShell => { name : "PowerShell",
1745 r#type : "programming", color : "#012456", extensions : [".ps1", ".psd1", ".psm1"],
1746 aliases : ["posh", "pwsh"], tm_scope : "source.powershell", ace_mode : "powershell",
1747 language_id : 293u64, codemirror_mode : "powershell", codemirror_mime_type :
1748 "application/x-powershell", filenames : [], interpreters : ["pwsh"], }, Praat => {
1749 name : "Praat", r#type : "programming", color : "#c8506d", extensions : [".praat"],
1750 aliases : [], tm_scope : "source.praat", ace_mode : "praat", language_id :
1751 106029007u64, filenames : [], interpreters : [], }, Prisma => { name : "Prisma",
1752 r#type : "data", color : "#0c344b", extensions : [".prisma"], aliases : [], tm_scope
1753 : "source.prisma", ace_mode : "prisma", language_id : 499933428u64, filenames : [],
1754 interpreters : [], }, Processing => { name : "Processing", r#type : "programming",
1755 color : "#0096D8", extensions : [".pde"], aliases : [], tm_scope :
1756 "source.processing", ace_mode : "text", language_id : 294u64, filenames : [],
1757 interpreters : [], }, Procfile => { name : "Procfile", r#type : "programming", color
1758 : "#3B2F63", extensions : [], aliases : [], tm_scope : "source.procfile", ace_mode :
1759 "batchfile", language_id : 305313959u64, filenames : ["Procfile"], interpreters : [],
1760 }, Proguard => { name : "Proguard", r#type : "data", color : "#000000", extensions :
1761 [".pro"], aliases : [], tm_scope : "none", ace_mode : "text", language_id :
1762 716513858u64, filenames : [], interpreters : [], }, Prolog => { name : "Prolog",
1763 r#type : "programming", color : "#74283c", extensions : [".pl", ".plt", ".pro",
1764 ".prolog", ".yap"], aliases : [], tm_scope : "source.prolog", ace_mode : "prolog",
1765 language_id : 295u64, filenames : [], interpreters : ["swipl", "yap"], }, Promela =>
1766 { name : "Promela", r#type : "programming", color : "#de0000", extensions : [".pml"],
1767 aliases : [], tm_scope : "source.promela", ace_mode : "text", language_id :
1768 441858312u64, filenames : [], interpreters : [], }, PropellerSpin => { name :
1769 "Propeller Spin", r#type : "programming", color : "#7fa2a7", extensions : [".spin"],
1770 aliases : [], tm_scope : "source.spin", ace_mode : "text", language_id : 296u64,
1771 filenames : [], interpreters : [], }, ProtocolBuffer => { name : "Protocol Buffer",
1772 r#type : "data", color : "#000000", extensions : [".proto"], aliases : ["proto",
1773 "protobuf", "Protocol Buffers"], tm_scope : "source.proto", ace_mode : "protobuf",
1774 language_id : 297u64, codemirror_mode : "protobuf", codemirror_mime_type :
1775 "text/x-protobuf", filenames : [], interpreters : [], }, ProtocolBufferTextFormat =>
1776 { name : "Protocol Buffer Text Format", r#type : "data", color : "#000000",
1777 extensions : [".textproto", ".pbt", ".pbtxt"], aliases : ["text proto",
1778 "protobuf text format"], tm_scope : "source.textproto", ace_mode : "text",
1779 language_id : 436568854u64, filenames : [], interpreters : [], }, PublicKey => { name
1780 : "Public Key", r#type : "data", color : "#000000", extensions : [".asc", ".pub"],
1781 aliases : [], tm_scope : "none", ace_mode : "text", language_id : 298u64,
1782 codemirror_mode : "asciiarmor", codemirror_mime_type : "application/pgp", filenames :
1783 [], interpreters : [], }, Pug => { name : "Pug", r#type : "markup", color :
1784 "#a86454", extensions : [".jade", ".pug"], aliases : [], tm_scope : "text.jade",
1785 ace_mode : "jade", language_id : 179u64, codemirror_mode : "pug",
1786 codemirror_mime_type : "text/x-pug", filenames : [], interpreters : [], }, Puppet =>
1787 { name : "Puppet", r#type : "programming", color : "#302B6D", extensions : [".pp"],
1788 aliases : [], tm_scope : "source.puppet", ace_mode : "puppet", language_id : 299u64,
1789 codemirror_mode : "puppet", codemirror_mime_type : "text/x-puppet", filenames :
1790 ["Modulefile"], interpreters : [], }, PureData => { name : "Pure Data", r#type :
1791 "data", color : "#000000", extensions : [".pd"], aliases : [], tm_scope : "none",
1792 ace_mode : "text", language_id : 300u64, filenames : [], interpreters : [], },
1793 PureBasic => { name : "PureBasic", r#type : "programming", color : "#5a6986",
1794 extensions : [".pb", ".pbi"], aliases : [], tm_scope : "none", ace_mode : "text",
1795 language_id : 301u64, filenames : [], interpreters : [], }, PureScript => { name :
1796 "PureScript", r#type : "programming", color : "#1D222D", extensions : [".purs"],
1797 aliases : [], tm_scope : "source.purescript", ace_mode : "haskell", language_id :
1798 302u64, codemirror_mode : "haskell", codemirror_mime_type : "text/x-haskell",
1799 filenames : [], interpreters : [], }, Pyret => { name : "Pyret", r#type :
1800 "programming", color : "#ee1e10", extensions : [".arr"], aliases : [], tm_scope :
1801 "source.arr", ace_mode : "python", language_id : 252961827u64, filenames : [],
1802 interpreters : [], }, Python => { name : "Python", r#type : "programming", color :
1803 "#3572A5", extensions : [".py", ".cgi", ".fcgi", ".gyp", ".gypi", ".lmi", ".py3",
1804 ".pyde", ".pyi", ".pyp", ".pyt", ".pyw", ".rpy", ".spec", ".tac", ".wsgi", ".xpy"],
1805 aliases : ["python3", "rusthon"], tm_scope : "source.python", ace_mode : "python",
1806 language_id : 303u64, codemirror_mode : "python", codemirror_mime_type :
1807 "text/x-python", filenames : [".gclient", "DEPS", "SConscript", "SConstruct",
1808 "wscript"], interpreters : ["python", "python2", "python3", "py", "pypy", "pypy3",
1809 "uv"], }, PythonConsole => { name : "Python console", r#type : "programming", color :
1810 "#3572A5", extensions : [], aliases : ["pycon"], tm_scope : "text.python.console",
1811 ace_mode : "text", language_id : 428u64, filenames : [], group : "Python",
1812 interpreters : [], }, PythonTraceback => { name : "Python traceback", r#type :
1813 "data", color : "#3572A5", extensions : [".pytb"], aliases : [], tm_scope :
1814 "text.python.traceback", ace_mode : "text", language_id : 304u64, filenames : [],
1815 group : "Python", interpreters : [], }, Qsharp => { name : "Q#", r#type :
1816 "programming", color : "#fed659", extensions : [".qs"], aliases : ["qsharp"],
1817 tm_scope : "source.qsharp", ace_mode : "text", language_id : 697448245u64, filenames
1818 : [], interpreters : [], }, QML => { name : "QML", r#type : "programming", color :
1819 "#44a51c", extensions : [".qml", ".qbs"], aliases : [], tm_scope : "source.qml",
1820 ace_mode : "qml", language_id : 305u64, filenames : [], interpreters : [], }, QMake
1821 => { name : "QMake", r#type : "programming", color : "#000000", extensions : [".pro",
1822 ".pri"], aliases : [], tm_scope : "source.qmake", ace_mode : "text", language_id :
1823 306u64, filenames : [], interpreters : ["qmake"], }, QtScript => { name :
1824 "Qt Script", r#type : "programming", color : "#00b841", extensions : [".qs"], aliases
1825 : [], tm_scope : "source.js", ace_mode : "javascript", language_id : 558193693u64,
1826 codemirror_mode : "javascript", codemirror_mime_type : "text/javascript", filenames :
1827 ["installscript.qs", "toolchain_installscript.qs"], interpreters : [], }, Quake => {
1828 name : "Quake", r#type : "programming", color : "#882233", extensions : [], aliases :
1829 [], tm_scope : "source.quake", ace_mode : "text", language_id : 375265331u64,
1830 filenames : ["m3makefile", "m3overrides"], interpreters : [], }, QuakeC => { name :
1831 "QuakeC", r#type : "programming", color : "#975777", extensions : [".qc"], aliases :
1832 [], tm_scope : "source.quakec", ace_mode : "text", language_id : 472308069u64,
1833 filenames : [], interpreters : [], }, QuickBASIC => { name : "QuickBASIC", r#type :
1834 "programming", color : "#008080", extensions : [".bas", ".bi"], aliases : ["qb",
1835 "qbasic", "qb64", "classic qbasic", "classic quickbasic"], tm_scope : "source.QB64",
1836 ace_mode : "text", language_id : 593107205u64, codemirror_mode : "vb",
1837 codemirror_mime_type : "text/x-vb", filenames : [], interpreters : [], }, R => { name
1838 : "R", r#type : "programming", color : "#198CE7", extensions : [".r", ".rd", ".rsx"],
1839 aliases : ["Rscript", "splus"], tm_scope : "source.r", ace_mode : "r", language_id :
1840 307u64, codemirror_mode : "r", codemirror_mime_type : "text/x-rsrc", filenames :
1841 [".Rprofile", "expr-dist"], interpreters : ["Rscript"], }, RAML => { name : "RAML",
1842 r#type : "markup", color : "#77d9fb", extensions : [".raml"], aliases : [], tm_scope
1843 : "source.yaml", ace_mode : "yaml", language_id : 308u64, codemirror_mode : "yaml",
1844 codemirror_mime_type : "text/x-yaml", filenames : [], interpreters : [], }, RAScript
1845 => { name : "RAScript", r#type : "programming", color : "#2C97FA", extensions :
1846 [".rascript"], aliases : [], tm_scope : "source.rascript", ace_mode : "text",
1847 language_id : 601118790u64, filenames : [], interpreters : [], }, RBS => { name :
1848 "RBS", r#type : "data", color : "#701516", extensions : [".rbs"], aliases : [],
1849 tm_scope : "source.rbs", ace_mode : "ruby", language_id : 899227493u64,
1850 codemirror_mode : "ruby", codemirror_mime_type : "text/x-ruby", filenames : [], group
1851 : "Ruby", interpreters : [], }, RDoc => { name : "RDoc", r#type : "prose", color :
1852 "#701516", extensions : [".rdoc"], aliases : [], tm_scope : "text.rdoc", ace_mode :
1853 "rdoc", language_id : 309u64, wrap : true, filenames : [], interpreters : [], },
1854 REALbasic => { name : "REALbasic", r#type : "programming", color : "#000000",
1855 extensions : [".rbbas", ".rbfrm", ".rbmnu", ".rbres", ".rbtbar", ".rbuistate"],
1856 aliases : [], tm_scope : "source.vbnet", ace_mode : "text", language_id : 310u64,
1857 filenames : [], interpreters : [], }, REXX => { name : "REXX", r#type :
1858 "programming", color : "#d90e09", extensions : [".rexx", ".pprx", ".rex"], aliases :
1859 ["arexx"], tm_scope : "source.rexx", ace_mode : "text", language_id : 311u64,
1860 filenames : [], interpreters : ["regina", "rexx"], }, RMarkdown => { name :
1861 "RMarkdown", r#type : "prose", color : "#198ce7", extensions : [".qmd", ".rmd"],
1862 aliases : [], tm_scope : "text.md", ace_mode : "markdown", language_id : 313u64,
1863 codemirror_mode : "gfm", codemirror_mime_type : "text/x-gfm", wrap : true, filenames
1864 : [], interpreters : [], }, RON => { name : "RON", r#type : "data", color :
1865 "#a62c00", extensions : [".ron"], aliases : [], tm_scope : "source.ron", ace_mode :
1866 "rust", language_id : 587855233u64, filenames : [], interpreters : [], },
1867 ROSInterface => { name : "ROS Interface", r#type : "data", color : "#22314e",
1868 extensions : [".msg", ".action", ".srv"], aliases : ["rosmsg"], tm_scope :
1869 "source.rosmsg", ace_mode : "text", language_id : 809230569u64, filenames : [],
1870 interpreters : [], }, RPC => { name : "RPC", r#type : "programming", color :
1871 "#000000", extensions : [".x"], aliases : ["rpcgen", "oncrpc", "xdr"], tm_scope :
1872 "source.c", ace_mode : "c_cpp", language_id : 1031374237u64, filenames : [],
1873 interpreters : [], }, RPGLE => { name : "RPGLE", r#type : "programming", color :
1874 "#2BDE21", extensions : [".rpgle", ".sqlrpgle"], aliases : ["ile rpg", "sqlrpgle"],
1875 tm_scope : "source.rpgle", ace_mode : "text", language_id : 609977990u64, filenames :
1876 [], interpreters : [], }, RPMSpec => { name : "RPM Spec", r#type : "data", color :
1877 "#000000", extensions : [".spec"], aliases : ["specfile"], tm_scope :
1878 "source.rpm-spec", ace_mode : "text", language_id : 314u64, codemirror_mode : "rpm",
1879 codemirror_mime_type : "text/x-rpm-spec", filenames : [], interpreters : [], },
1880 RUNOFF => { name : "RUNOFF", r#type : "markup", color : "#665a4e", extensions :
1881 [".rnh", ".rno"], aliases : [], tm_scope : "text.runoff", ace_mode : "text",
1882 language_id : 315u64, wrap : true, filenames : [], interpreters : [], }, Racket => {
1883 name : "Racket", r#type : "programming", color : "#3c5caa", extensions : [".rkt",
1884 ".rktd", ".rktl", ".scrbl"], aliases : [], tm_scope : "source.racket", ace_mode :
1885 "lisp", language_id : 316u64, filenames : [], interpreters : ["racket"], }, Ragel =>
1886 { name : "Ragel", r#type : "programming", color : "#9d5200", extensions : [".rl"],
1887 aliases : ["ragel-rb", "ragel-ruby"], tm_scope : "none", ace_mode : "text",
1888 language_id : 317u64, filenames : [], interpreters : [], }, Raku => { name : "Raku",
1889 r#type : "programming", color : "#0000fb", extensions : [".6pl", ".6pm", ".nqp",
1890 ".p6", ".p6l", ".p6m", ".pl", ".pl6", ".pm", ".pm6", ".raku", ".rakumod", ".t"],
1891 aliases : ["perl6", "perl-6"], tm_scope : "source.raku", ace_mode : "raku",
1892 language_id : 283u64, codemirror_mode : "perl", codemirror_mime_type : "text/x-perl",
1893 filenames : [], interpreters : ["perl6", "raku", "rakudo"], }, Rascal => { name :
1894 "Rascal", r#type : "programming", color : "#fffaa0", extensions : [".rsc"], aliases :
1895 [], tm_scope : "source.rascal", ace_mode : "text", language_id : 173616037u64,
1896 filenames : [], interpreters : [], }, RawTokenData => { name : "Raw token data",
1897 r#type : "data", color : "#000000", extensions : [".raw"], aliases : ["raw"],
1898 tm_scope : "none", ace_mode : "text", language_id : 318u64, filenames : [],
1899 interpreters : [], }, ReScript => { name : "ReScript", r#type : "programming", color
1900 : "#ed5051", extensions : [".res", ".resi"], aliases : [], tm_scope :
1901 "source.rescript", ace_mode : "rust", language_id : 501875647u64, codemirror_mode :
1902 "rust", codemirror_mime_type : "text/x-rustsrc", filenames : [], interpreters :
1903 ["ocaml"], }, ReadlineConfig => { name : "Readline Config", r#type : "data", color :
1904 "#000000", extensions : [], aliases : ["inputrc", "readline"], tm_scope :
1905 "source.inputrc", ace_mode : "text", language_id : 538732839u64, filenames :
1906 [".inputrc", "inputrc"], group : "INI", interpreters : [], }, Reason => { name :
1907 "Reason", r#type : "programming", color : "#ff5847", extensions : [".re", ".rei"],
1908 aliases : [], tm_scope : "source.reason", ace_mode : "rust", language_id :
1909 869538413u64, codemirror_mode : "rust", codemirror_mime_type : "text/x-rustsrc",
1910 filenames : [], interpreters : [], }, ReasonLIGO => { name : "ReasonLIGO", r#type :
1911 "programming", color : "#ff5847", extensions : [".religo"], aliases : [], tm_scope :
1912 "source.religo", ace_mode : "rust", language_id : 319002153u64, codemirror_mode :
1913 "rust", codemirror_mime_type : "text/x-rustsrc", filenames : [], group : "LigoLANG",
1914 interpreters : [], }, Rebol => { name : "Rebol", r#type : "programming", color :
1915 "#358a5b", extensions : [".reb", ".r", ".r2", ".r3", ".rebol"], aliases : [],
1916 tm_scope : "source.rebol", ace_mode : "text", language_id : 319u64, filenames : [],
1917 interpreters : [], }, RecordJar => { name : "Record Jar", r#type : "data", color :
1918 "#0673ba", extensions : [], aliases : [], tm_scope : "source.record-jar", ace_mode :
1919 "text", language_id : 865765202u64, codemirror_mode : "properties",
1920 codemirror_mime_type : "text/x-properties", filenames :
1921 ["language-subtag-registry.txt"], interpreters : [], }, Red => { name : "Red", r#type
1922 : "programming", color : "#f50000", extensions : [".red", ".reds"], aliases :
1923 ["red/system"], tm_scope : "source.red", ace_mode : "red", language_id : 320u64,
1924 filenames : [], interpreters : [], }, Redcode => { name : "Redcode", r#type :
1925 "programming", color : "#000000", extensions : [".cw"], aliases : [], tm_scope :
1926 "none", ace_mode : "text", language_id : 321u64, filenames : [], interpreters : [],
1927 }, RedirectRules => { name : "Redirect Rules", r#type : "data", color : "#000000",
1928 extensions : [], aliases : ["redirects"], tm_scope : "source.redirects", ace_mode :
1929 "text", language_id : 1020148948u64, filenames : ["_redirects"], interpreters : [],
1930 }, RegularExpression => { name : "Regular Expression", r#type : "data", color :
1931 "#009a00", extensions : [".regexp", ".regex"], aliases : ["regexp", "regex"],
1932 tm_scope : "source.regexp", ace_mode : "text", language_id : 363378884u64, filenames
1933 : [], interpreters : [], }, RenPy => { name : "Ren'Py", r#type : "programming", color
1934 : "#ff7f7f", extensions : [".rpy"], aliases : ["renpy"], tm_scope : "source.renpy",
1935 ace_mode : "python", language_id : 322u64, filenames : [], interpreters : [], },
1936 RenderScript => { name : "RenderScript", r#type : "programming", color : "#000000",
1937 extensions : [".rs", ".rsh"], aliases : [], tm_scope : "none", ace_mode : "text",
1938 language_id : 323u64, filenames : [], interpreters : [], }, Rez => { name : "Rez",
1939 r#type : "programming", color : "#FFDAB3", extensions : [".r"], aliases : [],
1940 tm_scope : "source.rez", ace_mode : "text", language_id : 498022874u64, filenames :
1941 [], interpreters : [], }, RichTextFormat => { name : "Rich Text Format", r#type :
1942 "markup", color : "#000000", extensions : [".rtf"], aliases : [], tm_scope :
1943 "text.rtf", ace_mode : "text", language_id : 51601661u64, filenames : [],
1944 interpreters : [], }, Ring => { name : "Ring", r#type : "programming", color :
1945 "#2D54CB", extensions : [".ring"], aliases : [], tm_scope : "source.ring", ace_mode :
1946 "text", language_id : 431u64, filenames : [], interpreters : [], }, Riot => { name :
1947 "Riot", r#type : "markup", color : "#A71E49", extensions : [".riot"], aliases : [],
1948 tm_scope : "text.html.riot", ace_mode : "html", language_id : 878396783u64, filenames
1949 : [], interpreters : [], }, RobotFramework => { name : "RobotFramework", r#type :
1950 "programming", color : "#00c0b5", extensions : [".robot", ".resource"], aliases : [],
1951 tm_scope : "text.robot", ace_mode : "robot", language_id : 324u64, filenames : [],
1952 interpreters : [], }, Roc => { name : "Roc", r#type : "programming", color :
1953 "#7c38f5", extensions : [".roc"], aliases : [], tm_scope : "source.roc", ace_mode :
1954 "text", language_id : 440182480u64, filenames : [], interpreters : [], }, RocqProver
1955 => { name : "Rocq Prover", r#type : "programming", color : "#d0b68c", extensions :
1956 [".v", ".coq"], aliases : ["coq", "rocq"], tm_scope : "source.coq", ace_mode :
1957 "text", language_id : 69u64, filenames : [], interpreters : [], }, Roff => { name :
1958 "Roff", r#type : "markup", color : "#ecdebe", extensions : [".roff", ".1", ".1in",
1959 ".1m", ".1x", ".2", ".3", ".3in", ".3m", ".3p", ".3pm", ".3qt", ".3x", ".4", ".5",
1960 ".6", ".7", ".8", ".9", ".l", ".man", ".mdoc", ".me", ".ms", ".n", ".nr", ".rno",
1961 ".tmac"], aliases : ["groff", "man", "manpage", "man page", "man-page", "mdoc",
1962 "nroff", "troff"], tm_scope : "text.roff", ace_mode : "text", language_id : 141u64,
1963 codemirror_mode : "troff", codemirror_mime_type : "text/troff", wrap : true,
1964 filenames : ["eqnrc", "mmn", "mmt", "troffrc", "troffrc-end"], interpreters : [], },
1965 RoffManpage => { name : "Roff Manpage", r#type : "markup", color : "#ecdebe",
1966 extensions : [".1", ".1in", ".1m", ".1x", ".2", ".3", ".3in", ".3m", ".3p", ".3pm",
1967 ".3qt", ".3x", ".4", ".5", ".6", ".7", ".8", ".9", ".man", ".mdoc"], aliases : [],
1968 tm_scope : "text.roff", ace_mode : "text", language_id : 612669833u64,
1969 codemirror_mode : "troff", codemirror_mime_type : "text/troff", wrap : true,
1970 filenames : [], group : "Roff", interpreters : [], }, Rouge => { name : "Rouge",
1971 r#type : "programming", color : "#cc0088", extensions : [".rg"], aliases : [],
1972 tm_scope : "source.clojure", ace_mode : "clojure", language_id : 325u64,
1973 codemirror_mode : "clojure", codemirror_mime_type : "text/x-clojure", filenames : [],
1974 interpreters : [], }, RouterOSScript => { name : "RouterOS Script", r#type :
1975 "programming", color : "#DE3941", extensions : [".rsc"], aliases : [], tm_scope :
1976 "none", ace_mode : "text", language_id : 592853203u64, filenames : [], interpreters :
1977 ["RouterOS"], }, Ruby => { name : "Ruby", r#type : "programming", color : "#701516",
1978 extensions : [".rb", ".builder", ".eye", ".fcgi", ".gemspec", ".god", ".jbuilder",
1979 ".mspec", ".pluginspec", ".podspec", ".prawn", ".rabl", ".rake", ".rbi", ".rbuild",
1980 ".rbw", ".rbx", ".ru", ".ruby", ".spec", ".thor", ".watchr"], aliases : ["jruby",
1981 "macruby", "rake", "rb", "rbx"], tm_scope : "source.ruby", ace_mode : "ruby",
1982 language_id : 326u64, codemirror_mode : "ruby", codemirror_mime_type : "text/x-ruby",
1983 filenames : [".irbrc", ".pryrc", ".simplecov", "Appraisals", "Berksfile", "Brewfile",
1984 "Buildfile", "Capfile", "Dangerfile", "Deliverfile", "Fastfile", "Gemfile",
1985 "Guardfile", "Jarfile", "Mavenfile", "Podfile", "Puppetfile", "Rakefile", "Snapfile",
1986 "Steepfile", "Thorfile", "Vagrantfile", "buildfile"], interpreters : ["ruby",
1987 "macruby", "rake", "jruby", "rbx"], }, Rust => { name : "Rust", r#type :
1988 "programming", color : "#dea584", extensions : [".rs", ".rs.in"], aliases : ["rs"],
1989 tm_scope : "source.rust", ace_mode : "rust", language_id : 327u64, codemirror_mode :
1990 "rust", codemirror_mime_type : "text/x-rustsrc", filenames : [], interpreters :
1991 ["rust-script"], }, SAS => { name : "SAS", r#type : "programming", color : "#B34936",
1992 extensions : [".sas"], aliases : [], tm_scope : "source.sas", ace_mode : "text",
1993 language_id : 328u64, codemirror_mode : "sas", codemirror_mime_type : "text/x-sas",
1994 filenames : [], interpreters : [], }, SCSS => { name : "SCSS", r#type : "markup",
1995 color : "#c6538c", extensions : [".scss"], aliases : [], tm_scope :
1996 "source.css.scss", ace_mode : "scss", language_id : 329u64, codemirror_mode : "css",
1997 codemirror_mime_type : "text/x-scss", filenames : [], interpreters : [], },
1998 SELinuxPolicy => { name : "SELinux Policy", r#type : "data", color : "#000000",
1999 extensions : [".te"], aliases : ["SELinux Kernel Policy Language", "sepolicy"],
2000 tm_scope : "source.sepolicy", ace_mode : "text", language_id : 880010326u64,
2001 filenames : ["file_contexts", "genfs_contexts", "initial_sids", "port_contexts",
2002 "security_classes"], interpreters : [], }, SMT => { name : "SMT", r#type :
2003 "programming", color : "#000000", extensions : [".smt2", ".smt", ".z3"], aliases :
2004 [], tm_scope : "source.smt", ace_mode : "text", language_id : 330u64, filenames : [],
2005 interpreters : ["boolector", "cvc4", "mathsat5", "opensmt", "smtinterpol", "smt-rat",
2006 "stp", "verit", "yices2", "z3"], }, SPARQL => { name : "SPARQL", r#type : "data",
2007 color : "#0C4597", extensions : [".sparql", ".rq"], aliases : [], tm_scope :
2008 "source.sparql", ace_mode : "sparql", language_id : 331u64, codemirror_mode :
2009 "sparql", codemirror_mime_type : "application/sparql-query", filenames : [],
2010 interpreters : [], }, SQF => { name : "SQF", r#type : "programming", color :
2011 "#3F3F3F", extensions : [".sqf", ".hqf"], aliases : [], tm_scope : "source.sqf",
2012 ace_mode : "text", language_id : 332u64, filenames : [], interpreters : [], }, SQL =>
2013 { name : "SQL", r#type : "data", color : "#e38c00", extensions : [".sql", ".ddl",
2014 ".inc", ".mysql", ".prc", ".tab", ".udf", ".viw"], aliases : [], tm_scope :
2015 "source.sql", ace_mode : "sql", language_id : 333u64, codemirror_mode : "sql",
2016 codemirror_mime_type : "text/x-sql", filenames : [], interpreters : [], }, SQLPL => {
2017 name : "SQLPL", r#type : "programming", color : "#e38c00", extensions : [".sql",
2018 ".db2"], aliases : [], tm_scope : "source.sql", ace_mode : "sql", language_id :
2019 334u64, codemirror_mode : "sql", codemirror_mime_type : "text/x-sql", filenames : [],
2020 interpreters : [], }, SRecodeTemplate => { name : "SRecode Template", r#type :
2021 "markup", color : "#348a34", extensions : [".srt"], aliases : [], tm_scope :
2022 "source.lisp", ace_mode : "lisp", language_id : 335u64, codemirror_mode :
2023 "commonlisp", codemirror_mime_type : "text/x-common-lisp", filenames : [],
2024 interpreters : [], }, SSHConfig => { name : "SSH Config", r#type : "data", color :
2025 "#000000", extensions : [], aliases : ["sshconfig", "sshdconfig", "ssh_config",
2026 "sshd_config"], tm_scope : "source.ssh-config", ace_mode : "text", language_id :
2027 554920715u64, filenames : ["ssh-config", "ssh_config", "sshconfig", "sshconfig.snip",
2028 "sshd-config", "sshd_config"], group : "INI", interpreters : [], }, STAR => { name :
2029 "STAR", r#type : "data", color : "#000000", extensions : [".star"], aliases : [],
2030 tm_scope : "source.star", ace_mode : "text", language_id : 424510560u64, filenames :
2031 [], interpreters : [], }, STL => { name : "STL", r#type : "data", color : "#373b5e",
2032 extensions : [".stl"], aliases : ["ascii stl", "stla"], tm_scope : "source.stl",
2033 ace_mode : "text", language_id : 455361735u64, filenames : [], interpreters : [], },
2034 STON => { name : "STON", r#type : "data", color : "#000000", extensions : [".ston"],
2035 aliases : [], tm_scope : "source.smalltalk", ace_mode : "text", language_id : 336u64,
2036 filenames : [], group : "Smalltalk", interpreters : [], }, SVG => { name : "SVG",
2037 r#type : "data", color : "#ff9900", extensions : [".svg"], aliases : [], tm_scope :
2038 "text.xml.svg", ace_mode : "svg", language_id : 337u64, codemirror_mode : "xml",
2039 codemirror_mime_type : "text/xml", filenames : [], interpreters : [], }, SWIG => {
2040 name : "SWIG", r#type : "programming", color : "#000000", extensions : [".i", ".swg",
2041 ".swig"], aliases : [], tm_scope : "source.c++", ace_mode : "c_cpp", language_id :
2042 1066250075u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-c++src",
2043 filenames : [], interpreters : [], }, Sage => { name : "Sage", r#type :
2044 "programming", color : "#000000", extensions : [".sage", ".sagews"], aliases : [],
2045 tm_scope : "source.python", ace_mode : "python", language_id : 338u64,
2046 codemirror_mode : "python", codemirror_mime_type : "text/x-python", filenames : [],
2047 interpreters : [], }, Sail => { name : "Sail", r#type : "programming", color :
2048 "#259dd5", extensions : [".sail"], aliases : [], tm_scope : "source.sail", ace_mode :
2049 "text", language_id : 1029438153u64, filenames : [], interpreters : [], }, SaltStack
2050 => { name : "SaltStack", r#type : "programming", color : "#646464", extensions :
2051 [".sls"], aliases : ["saltstate", "salt"], tm_scope : "source.yaml.salt", ace_mode :
2052 "yaml", language_id : 339u64, codemirror_mode : "yaml", codemirror_mime_type :
2053 "text/x-yaml", filenames : [], interpreters : [], }, Sass => { name : "Sass", r#type
2054 : "markup", color : "#a53b70", extensions : [".sass"], aliases : [], tm_scope :
2055 "source.sass", ace_mode : "sass", language_id : 340u64, codemirror_mode : "sass",
2056 codemirror_mime_type : "text/x-sass", filenames : [], interpreters : [], }, Scala =>
2057 { name : "Scala", r#type : "programming", color : "#c22d40", extensions : [".scala",
2058 ".kojo", ".sbt", ".sc"], aliases : [], tm_scope : "source.scala", ace_mode : "scala",
2059 language_id : 341u64, codemirror_mode : "clike", codemirror_mime_type :
2060 "text/x-scala", filenames : [], interpreters : ["scala"], }, Scaml => { name :
2061 "Scaml", r#type : "markup", color : "#bd181a", extensions : [".scaml"], aliases : [],
2062 tm_scope : "source.scaml", ace_mode : "text", language_id : 342u64, filenames : [],
2063 interpreters : [], }, Scenic => { name : "Scenic", r#type : "programming", color :
2064 "#fdc700", extensions : [".scenic"], aliases : [], tm_scope : "source.scenic",
2065 ace_mode : "text", language_id : 619814037u64, filenames : [], interpreters :
2066 ["scenic"], }, Scheme => { name : "Scheme", r#type : "programming", color :
2067 "#1e4aec", extensions : [".scm", ".sch", ".sld", ".sls", ".sps", ".ss"], aliases :
2068 [], tm_scope : "source.scheme", ace_mode : "scheme", language_id : 343u64,
2069 codemirror_mode : "scheme", codemirror_mime_type : "text/x-scheme", filenames : [],
2070 interpreters : ["scheme", "guile", "bigloo", "chicken", "csi", "gosh", "r6rs"], },
2071 Scilab => { name : "Scilab", r#type : "programming", color : "#ca0f21", extensions :
2072 [".sci", ".sce", ".tst"], aliases : [], tm_scope : "source.scilab", ace_mode :
2073 "text", language_id : 344u64, filenames : [], interpreters : [], }, _Self => { name :
2074 "Self", r#type : "programming", color : "#0579aa", extensions : [".self"], aliases :
2075 [], tm_scope : "none", ace_mode : "text", language_id : 345u64, filenames : [],
2076 interpreters : [], }, ShaderLab => { name : "ShaderLab", r#type : "programming",
2077 color : "#222c37", extensions : [".shader"], aliases : [], tm_scope :
2078 "source.shaderlab", ace_mode : "text", language_id : 664257356u64, filenames : [],
2079 interpreters : [], }, Shell => { name : "Shell", r#type : "programming", color :
2080 "#89e051", extensions : [".sh", ".bash", ".bats", ".cgi", ".command", ".fcgi",
2081 ".ksh", ".sbatch", ".sh.in", ".slurm", ".tmux", ".tool", ".trigger", ".zsh",
2082 ".zsh-theme"], aliases : ["sh", "shell-script", "bash", "zsh", "envrc"], tm_scope :
2083 "source.shell", ace_mode : "sh", language_id : 346u64, codemirror_mode : "shell",
2084 codemirror_mime_type : "text/x-sh", filenames : [".bash_aliases", ".bash_functions",
2085 ".bash_history", ".bash_logout", ".bash_profile", ".bashrc", ".cshrc", ".envrc",
2086 ".flaskenv", ".kshrc", ".login", ".profile", ".tmux.conf", ".xinitrc", ".xsession",
2087 ".zlogin", ".zlogout", ".zprofile", ".zshenv", ".zshrc", "9fs", "PKGBUILD",
2088 "bash_aliases", "bash_logout", "bash_profile", "bashrc", "cshrc", "gradlew", "kshrc",
2089 "login", "man", "mvnw", "profile", "tmux.conf", "xinitrc", "xsession", "zlogin",
2090 "zlogout", "zprofile", "zshenv", "zshrc"], interpreters : ["ash", "bash", "dash",
2091 "ksh", "mksh", "pdksh", "rc", "sh", "zsh"], }, ShellCheckConfig => { name :
2092 "ShellCheck Config", r#type : "data", color : "#cecfcb", extensions : [], aliases :
2093 ["shellcheckrc"], tm_scope : "source.shellcheckrc", ace_mode : "ini", language_id :
2094 687511714u64, codemirror_mode : "properties", codemirror_mime_type :
2095 "text/x-properties", filenames : [".shellcheckrc"], interpreters : [], },
2096 ShellSession => { name : "ShellSession", r#type : "programming", color : "#000000",
2097 extensions : [".sh-session"], aliases : ["bash session", "console"], tm_scope :
2098 "text.shell-session", ace_mode : "sh", language_id : 347u64, codemirror_mode :
2099 "shell", codemirror_mime_type : "text/x-sh", filenames : [], interpreters : [], },
2100 Shen => { name : "Shen", r#type : "programming", color : "#120F14", extensions :
2101 [".shen"], aliases : [], tm_scope : "source.shen", ace_mode : "text", language_id :
2102 348u64, filenames : [], interpreters : [], }, Sieve => { name : "Sieve", r#type :
2103 "programming", color : "#000000", extensions : [".sieve"], aliases : [], tm_scope :
2104 "source.sieve", ace_mode : "text", language_id : 208976687u64, codemirror_mode :
2105 "sieve", codemirror_mime_type : "application/sieve", filenames : [], interpreters :
2106 [], }, SimpleFileVerification => { name : "Simple File Verification", r#type :
2107 "data", color : "#C9BFED", extensions : [".sfv"], aliases : ["sfv"], tm_scope :
2108 "source.sfv", ace_mode : "ini", language_id : 735623761u64, codemirror_mode :
2109 "properties", codemirror_mime_type : "text/x-properties", filenames : [], group :
2110 "Checksums", interpreters : [], }, Singularity => { name : "Singularity", r#type :
2111 "programming", color : "#64E6AD", extensions : [], aliases : [], tm_scope :
2112 "source.singularity", ace_mode : "text", language_id : 987024632u64, filenames :
2113 ["Singularity"], interpreters : [], }, Slang => { name : "Slang", r#type :
2114 "programming", color : "#1fbec9", extensions : [".slang"], aliases : [], tm_scope :
2115 "source.slang", ace_mode : "text", language_id : 239357863u64, filenames : [],
2116 interpreters : [], }, Slash => { name : "Slash", r#type : "programming", color :
2117 "#007eff", extensions : [".sl"], aliases : [], tm_scope : "text.html.slash", ace_mode
2118 : "text", language_id : 349u64, filenames : [], interpreters : [], }, Slice => { name
2119 : "Slice", r#type : "programming", color : "#003fa2", extensions : [".ice"], aliases
2120 : [], tm_scope : "source.ice", ace_mode : "text", language_id : 894641667u64,
2121 filenames : [], interpreters : [], }, Slim => { name : "Slim", r#type : "markup",
2122 color : "#2b2b2b", extensions : [".slim"], aliases : [], tm_scope : "text.slim",
2123 ace_mode : "slim", language_id : 350u64, codemirror_mode : "slim",
2124 codemirror_mime_type : "text/x-slim", filenames : [], interpreters : [], }, Slint =>
2125 { name : "Slint", r#type : "markup", color : "#2379F4", extensions : [".slint"],
2126 aliases : [], tm_scope : "source.slint", ace_mode : "text", language_id :
2127 119900149u64, filenames : [], interpreters : [], }, SmPL => { name : "SmPL", r#type :
2128 "programming", color : "#c94949", extensions : [".cocci"], aliases : ["coccinelle"],
2129 tm_scope : "source.smpl", ace_mode : "text", language_id : 164123055u64, filenames :
2130 [], interpreters : [], }, Smali => { name : "Smali", r#type : "programming", color :
2131 "#000000", extensions : [".smali"], aliases : [], tm_scope : "source.smali", ace_mode
2132 : "text", language_id : 351u64, filenames : [], interpreters : [], }, Smalltalk => {
2133 name : "Smalltalk", r#type : "programming", color : "#596706", extensions : [".st",
2134 ".cs"], aliases : ["squeak"], tm_scope : "source.smalltalk", ace_mode : "text",
2135 language_id : 352u64, codemirror_mode : "smalltalk", codemirror_mime_type :
2136 "text/x-stsrc", filenames : [], interpreters : [], }, Smarty => { name : "Smarty",
2137 r#type : "programming", color : "#f0c040", extensions : [".tpl"], aliases : [],
2138 tm_scope : "text.html.smarty", ace_mode : "smarty", language_id : 353u64,
2139 codemirror_mode : "smarty", codemirror_mime_type : "text/x-smarty", filenames : [],
2140 interpreters : [], }, Smithy => { name : "Smithy", r#type : "programming", color :
2141 "#c44536", extensions : [".smithy"], aliases : [], tm_scope : "source.smithy",
2142 ace_mode : "smithy", language_id : 1027892786u64, codemirror_mode : "clike",
2143 codemirror_mime_type : "text/x-csrc", filenames : [], interpreters : [], }, Snakemake
2144 => { name : "Snakemake", r#type : "programming", color : "#419179", extensions :
2145 [".smk", ".snakefile"], aliases : ["snakefile"], tm_scope : "source.python", ace_mode
2146 : "python", language_id : 151241392u64, codemirror_mode : "python",
2147 codemirror_mime_type : "text/x-python", filenames : ["Snakefile"], group : "Python",
2148 interpreters : [], }, Solidity => { name : "Solidity", r#type : "programming", color
2149 : "#AA6746", extensions : [".sol"], aliases : [], tm_scope : "source.solidity",
2150 ace_mode : "text", language_id : 237469032u64, filenames : [], interpreters : [], },
2151 Soong => { name : "Soong", r#type : "data", color : "#000000", extensions : [],
2152 aliases : [], tm_scope : "source.bp", ace_mode : "text", language_id : 222900098u64,
2153 filenames : ["Android.bp"], interpreters : [], }, SourcePawn => { name :
2154 "SourcePawn", r#type : "programming", color : "#f69e1d", extensions : [".sp",
2155 ".inc"], aliases : ["sourcemod"], tm_scope : "source.sourcepawn", ace_mode : "text",
2156 language_id : 354u64, filenames : [], interpreters : [], }, SplineFontDatabase => {
2157 name : "Spline Font Database", r#type : "data", color : "#000000", extensions :
2158 [".sfd"], aliases : [], tm_scope : "text.sfd", ace_mode : "yaml", language_id :
2159 767169629u64, filenames : [], interpreters : [], }, Squirrel => { name : "Squirrel",
2160 r#type : "programming", color : "#800000", extensions : [".nut"], aliases : [],
2161 tm_scope : "source.nut", ace_mode : "c_cpp", language_id : 355u64, codemirror_mode :
2162 "clike", codemirror_mime_type : "text/x-squirrel", filenames : [], interpreters : [],
2163 }, Stan => { name : "Stan", r#type : "programming", color : "#b2011d", extensions :
2164 [".stan"], aliases : [], tm_scope : "source.stan", ace_mode : "text", language_id :
2165 356u64, filenames : [], interpreters : [], }, StandardML => { name : "Standard ML",
2166 r#type : "programming", color : "#dc566d", extensions : [".ml", ".fun", ".sig",
2167 ".sml"], aliases : ["sml"], tm_scope : "source.ml", ace_mode : "text", language_id :
2168 357u64, codemirror_mode : "mllike", codemirror_mime_type : "text/x-sml", filenames :
2169 [], interpreters : [], }, Starlark => { name : "Starlark", r#type : "programming",
2170 color : "#76d275", extensions : [".bzl", ".star"], aliases : ["bazel", "bzl"],
2171 tm_scope : "source.python", ace_mode : "python", language_id : 960266174u64,
2172 codemirror_mode : "python", codemirror_mime_type : "text/x-python", filenames :
2173 ["BUCK", "BUILD", "BUILD.bazel", "MODULE.bazel", "Tiltfile", "WORKSPACE",
2174 "WORKSPACE.bazel", "WORKSPACE.bzlmod"], interpreters : [], }, Stata => { name :
2175 "Stata", r#type : "programming", color : "#1a5f91", extensions : [".do", ".ado",
2176 ".doh", ".ihlp", ".mata", ".matah", ".sthlp"], aliases : [], tm_scope :
2177 "source.stata", ace_mode : "text", language_id : 358u64, filenames : [], interpreters
2178 : [], }, StringTemplate => { name : "StringTemplate", r#type : "markup", color :
2179 "#3fb34f", extensions : [".st"], aliases : [], tm_scope : "source.string-template",
2180 ace_mode : "html", language_id : 89855901u64, codemirror_mode : "htmlmixed",
2181 codemirror_mime_type : "text/html", filenames : [], interpreters : [], }, Stylus => {
2182 name : "Stylus", r#type : "markup", color : "#ff6347", extensions : [".styl"],
2183 aliases : [], tm_scope : "source.stylus", ace_mode : "stylus", language_id : 359u64,
2184 codemirror_mode : "stylus", codemirror_mime_type : "text/x-styl", filenames : [],
2185 interpreters : [], }, SubRipText => { name : "SubRip Text", r#type : "data", color :
2186 "#9e0101", extensions : [".srt"], aliases : [], tm_scope : "text.srt", ace_mode :
2187 "text", language_id : 360u64, filenames : [], interpreters : [], }, SugarSS => { name
2188 : "SugarSS", r#type : "markup", color : "#2fcc9f", extensions : [".sss"], aliases :
2189 [], tm_scope : "source.css.postcss.sugarss", ace_mode : "text", language_id :
2190 826404698u64, filenames : [], interpreters : [], }, SuperCollider => { name :
2191 "SuperCollider", r#type : "programming", color : "#46390b", extensions : [".sc",
2192 ".scd"], aliases : [], tm_scope : "source.supercollider", ace_mode : "text",
2193 language_id : 361u64, filenames : [], interpreters : ["sclang", "scsynth"], },
2194 SurrealQL => { name : "SurrealQL", r#type : "programming", color : "#ff00a0",
2195 extensions : [".surql"], aliases : ["surql"], tm_scope : "source.surrealql", ace_mode
2196 : "text", language_id : 735141027u64, filenames : [], interpreters : [], },
2197 SurvexData => { name : "Survex data", r#type : "data", color : "#ffcc99", extensions
2198 : [".svx"], aliases : [], tm_scope : "none", ace_mode : "text", language_id :
2199 24470517u64, filenames : [], interpreters : [], }, Svelte => { name : "Svelte",
2200 r#type : "markup", color : "#ff3e00", extensions : [".svelte"], aliases : [],
2201 tm_scope : "source.svelte", ace_mode : "html", language_id : 928734530u64,
2202 codemirror_mode : "htmlmixed", codemirror_mime_type : "text/html", filenames : [],
2203 interpreters : [], }, Sway => { name : "Sway", r#type : "programming", color :
2204 "#00F58C", extensions : [".sw"], aliases : [], tm_scope : "source.sway", ace_mode :
2205 "rust", language_id : 271471144u64, codemirror_mode : "rust", codemirror_mime_type :
2206 "text/x-rustsrc", filenames : [], interpreters : [], }, Sweave => { name : "Sweave",
2207 r#type : "prose", color : "#198ce7", extensions : [".rnw"], aliases : [], tm_scope :
2208 "text.tex.latex.sweave", ace_mode : "tex", language_id : 558779190u64, filenames :
2209 [], interpreters : [], }, Swift => { name : "Swift", r#type : "programming", color :
2210 "#F05138", extensions : [".swift"], aliases : [], tm_scope : "source.swift", ace_mode
2211 : "swift", language_id : 362u64, codemirror_mode : "swift", codemirror_mime_type :
2212 "text/x-swift", filenames : [], interpreters : [], }, SystemVerilog => { name :
2213 "SystemVerilog", r#type : "programming", color : "#DAE1C2", extensions : [".sv",
2214 ".svh", ".vh"], aliases : [], tm_scope : "source.systemverilog", ace_mode :
2215 "verilog", language_id : 363u64, codemirror_mode : "verilog", codemirror_mime_type :
2216 "text/x-systemverilog", filenames : [], interpreters : [], }, TIProgram => { name :
2217 "TI Program", r#type : "programming", color : "#A0AA87", extensions : [".8xp",
2218 ".8xp.txt"], aliases : [], tm_scope : "source.8xp", ace_mode : "text", language_id :
2219 422u64, filenames : [], interpreters : [], }, TLVerilog => { name : "TL-Verilog",
2220 r#type : "programming", color : "#C40023", extensions : [".tlv"], aliases : [],
2221 tm_scope : "source.tlverilog", ace_mode : "verilog", language_id : 118656070u64,
2222 filenames : [], interpreters : [], }, TLA => { name : "TLA", r#type : "programming",
2223 color : "#4b0079", extensions : [".tla"], aliases : [], tm_scope : "source.tla",
2224 ace_mode : "text", language_id : 364u64, filenames : [], interpreters : [], }, TMDL
2225 => { name : "TMDL", r#type : "data", color : "#f0c913", extensions : [".tmdl"],
2226 aliases : ["Tabular Model Definition Language"], tm_scope : "source.tmdl", ace_mode :
2227 "text", language_id : 769162295u64, filenames : [], interpreters : [], }, TOML => {
2228 name : "TOML", r#type : "data", color : "#9c4221", extensions : [".toml",
2229 ".toml.example"], aliases : [], tm_scope : "source.toml", ace_mode : "toml",
2230 language_id : 365u64, codemirror_mode : "toml", codemirror_mime_type : "text/x-toml",
2231 filenames : ["Cargo.lock", "Cargo.toml.orig", "Gopkg.lock", "Pipfile", "pdm.lock",
2232 "poetry.lock", "uv.lock"], interpreters : [], }, TSPLIBData => { name :
2233 "TSPLIB data", r#type : "data", color : "#000000", extensions : [".tsp"], aliases :
2234 ["travelling salesman problem", "traveling salesman problem"], tm_scope : "none",
2235 ace_mode : "text", language_id : 89289301u64, filenames : [], interpreters : [], },
2236 TSQL => { name : "TSQL", r#type : "programming", color : "#e38c00", extensions :
2237 [".sql"], aliases : [], tm_scope : "source.tsql", ace_mode : "sql", language_id :
2238 918334941u64, filenames : [], interpreters : [], }, TSV => { name : "TSV", r#type :
2239 "data", color : "#237346", extensions : [".tsv", ".vcf"], aliases :
2240 ["tab-seperated values"], tm_scope : "source.tsv", ace_mode : "tsv", language_id :
2241 1035892117u64, filenames : [], interpreters : [], }, TSX => { name : "TSX", r#type :
2242 "programming", color : "#3178c6", extensions : [".tsx"], aliases : [], tm_scope :
2243 "source.tsx", ace_mode : "tsx", language_id : 94901924u64, codemirror_mode : "jsx",
2244 codemirror_mime_type : "text/typescript-jsx", filenames : [], group : "TypeScript",
2245 interpreters : [], }, TXL => { name : "TXL", r#type : "programming", color :
2246 "#0178b8", extensions : [".txl"], aliases : [], tm_scope : "source.txl", ace_mode :
2247 "text", language_id : 366u64, filenames : [], interpreters : [], }, Tact => { name :
2248 "Tact", r#type : "programming", color : "#48b5ff", extensions : [".tact"], aliases :
2249 [], tm_scope : "source.tact", ace_mode : "text", language_id : 606708469u64,
2250 filenames : [], interpreters : [], }, Talon => { name : "Talon", r#type :
2251 "programming", color : "#333333", extensions : [".talon"], aliases : [], tm_scope :
2252 "source.talon", ace_mode : "text", language_id : 959889508u64, filenames : [],
2253 interpreters : [], }, Tcl => { name : "Tcl", r#type : "programming", color :
2254 "#e4cc98", extensions : [".tcl", ".adp", ".sdc", ".tcl.in", ".tm", ".xdc"], aliases :
2255 ["sdc", "xdc"], tm_scope : "source.tcl", ace_mode : "tcl", language_id : 367u64,
2256 codemirror_mode : "tcl", codemirror_mime_type : "text/x-tcl", filenames : ["owh",
2257 "starfield"], interpreters : ["tclsh", "wish"], }, Tcsh => { name : "Tcsh", r#type :
2258 "programming", color : "#000000", extensions : [".tcsh", ".csh"], aliases : [],
2259 tm_scope : "source.shell", ace_mode : "sh", language_id : 368u64, codemirror_mode :
2260 "shell", codemirror_mime_type : "text/x-sh", filenames : [], group : "Shell",
2261 interpreters : ["tcsh", "csh"], }, TeX => { name : "TeX", r#type : "markup", color :
2262 "#3D6117", extensions : [".tex", ".aux", ".bbx", ".cbx", ".cls", ".dtx", ".ins",
2263 ".lbx", ".ltx", ".mkii", ".mkiv", ".mkvi", ".sty", ".toc"], aliases : ["latex"],
2264 tm_scope : "text.tex.latex", ace_mode : "tex", language_id : 369u64, codemirror_mode
2265 : "stex", codemirror_mime_type : "text/x-stex", wrap : true, filenames : [],
2266 interpreters : [], }, Tea => { name : "Tea", r#type : "markup", color : "#000000",
2267 extensions : [".tea"], aliases : [], tm_scope : "source.tea", ace_mode : "text",
2268 language_id : 370u64, filenames : [], interpreters : [], }, Teal => { name : "Teal",
2269 r#type : "programming", color : "#00B1BC", extensions : [".tl"], aliases : [],
2270 tm_scope : "source.teal", ace_mode : "lua", language_id : 719038619u64,
2271 codemirror_mode : "lua", codemirror_mime_type : "text/x-lua", filenames : [],
2272 interpreters : ["tl"], }, Terra => { name : "Terra", r#type : "programming", color :
2273 "#00004c", extensions : [".t"], aliases : [], tm_scope : "source.terra", ace_mode :
2274 "lua", language_id : 371u64, codemirror_mode : "lua", codemirror_mime_type :
2275 "text/x-lua", filenames : [], interpreters : ["lua"], }, TerraformTemplate => { name
2276 : "Terraform Template", r#type : "markup", color : "#7b42bb", extensions :
2277 [".tftpl"], aliases : [], tm_scope : "source.hcl.terraform", ace_mode : "ruby",
2278 language_id : 856832701u64, codemirror_mode : "ruby", codemirror_mime_type :
2279 "text/x-ruby", filenames : [], group : "HCL", interpreters : [], }, Texinfo => { name
2280 : "Texinfo", r#type : "prose", color : "#000000", extensions : [".texinfo", ".texi",
2281 ".txi"], aliases : [], tm_scope : "text.texinfo", ace_mode : "text", language_id :
2282 988020015u64, wrap : true, filenames : [], interpreters : ["makeinfo"], }, Text => {
2283 name : "Text", r#type : "prose", color : "#000000", extensions : [".txt", ".fr",
2284 ".nb", ".ncl", ".no"], aliases : ["fundamental", "plain text"], tm_scope : "none",
2285 ace_mode : "text", language_id : 372u64, wrap : true, filenames : ["CITATION",
2286 "CITATIONS", "COPYING", "COPYING.regex", "COPYRIGHT.regex", "FONTLOG", "INSTALL",
2287 "INSTALL.mysql", "LICENSE", "LICENSE.mysql", "NEWS", "README.me", "README.mysql",
2288 "README.nss", "click.me", "delete.me", "keep.me", "package.mask", "package.use.mask",
2289 "package.use.stable.mask", "read.me", "readme.1st", "test.me", "use.mask",
2290 "use.stable.mask"], interpreters : [], }, TextGrid => { name : "TextGrid", r#type :
2291 "data", color : "#c8506d", extensions : [".TextGrid"], aliases : [], tm_scope :
2292 "source.textgrid", ace_mode : "text", language_id : 965696054u64, filenames : [],
2293 interpreters : [], }, TextMateProperties => { name : "TextMate Properties", r#type :
2294 "data", color : "#df66e4", extensions : [], aliases : ["tm-properties"], tm_scope :
2295 "source.tm-properties", ace_mode : "properties", language_id : 981795023u64,
2296 codemirror_mode : "properties", codemirror_mime_type : "text/x-properties", filenames
2297 : [".tm_properties"], interpreters : [], }, Textile => { name : "Textile", r#type :
2298 "prose", color : "#ffe7ac", extensions : [".textile"], aliases : [], tm_scope :
2299 "none", ace_mode : "textile", language_id : 373u64, codemirror_mode : "textile",
2300 codemirror_mime_type : "text/x-textile", wrap : true, filenames : [], interpreters :
2301 [], }, Thrift => { name : "Thrift", r#type : "programming", color : "#D12127",
2302 extensions : [".thrift"], aliases : [], tm_scope : "source.thrift", ace_mode :
2303 "text", language_id : 374u64, filenames : [], interpreters : [], }, Toit => { name :
2304 "Toit", r#type : "programming", color : "#c2c9fb", extensions : [".toit"], aliases :
2305 [], tm_scope : "source.toit", ace_mode : "text", language_id : 356554395u64,
2306 filenames : [], interpreters : [], }, TorConfig => { name : "Tor Config", r#type :
2307 "data", color : "#59316b", extensions : [], aliases : ["torrc"], tm_scope :
2308 "source.torrc", ace_mode : "apache_conf", language_id : 1016912802u64, filenames :
2309 ["torrc"], interpreters : [], }, TreeSitterQuery => { name : "Tree-sitter Query",
2310 r#type : "programming", color : "#8ea64c", extensions : [".scm"], aliases : ["tsq"],
2311 tm_scope : "source.scm", ace_mode : "text", language_id : 436081647u64, filenames :
2312 [], interpreters : [], }, Turing => { name : "Turing", r#type : "programming", color
2313 : "#cf142b", extensions : [".t", ".tu"], aliases : [], tm_scope : "source.turing",
2314 ace_mode : "text", language_id : 375u64, filenames : [], interpreters : [], }, Turtle
2315 => { name : "Turtle", r#type : "data", color : "#000000", extensions : [".ttl"],
2316 aliases : [], tm_scope : "source.turtle", ace_mode : "turtle", language_id : 376u64,
2317 codemirror_mode : "turtle", codemirror_mime_type : "text/turtle", filenames : [],
2318 interpreters : [], }, Twig => { name : "Twig", r#type : "markup", color : "#c1d026",
2319 extensions : [".twig"], aliases : [], tm_scope : "text.html.twig", ace_mode : "twig",
2320 language_id : 377u64, codemirror_mode : "twig", codemirror_mime_type : "text/x-twig",
2321 filenames : [], interpreters : [], }, TypeLanguage => { name : "Type Language",
2322 r#type : "data", color : "#000000", extensions : [".tl"], aliases : ["tl"], tm_scope
2323 : "source.tl", ace_mode : "text", language_id : 632765617u64, filenames : [],
2324 interpreters : [], }, TypeScript => { name : "TypeScript", r#type : "programming",
2325 color : "#3178c6", extensions : [".ts", ".cts", ".mts"], aliases : ["ts"], tm_scope :
2326 "source.ts", ace_mode : "typescript", language_id : 378u64, codemirror_mode :
2327 "javascript", codemirror_mime_type : "application/typescript", filenames : [],
2328 interpreters : ["bun", "deno", "ts-node", "tsx"], }, TypeSpec => { name : "TypeSpec",
2329 r#type : "programming", color : "#4A3665", extensions : [".tsp"], aliases : ["tsp"],
2330 tm_scope : "source.tsp", ace_mode : "text", language_id : 952272597u64, filenames :
2331 [], interpreters : [], }, Typst => { name : "Typst", r#type : "programming", color :
2332 "#239dad", extensions : [".typ"], aliases : ["typ"], tm_scope : "source.typst",
2333 ace_mode : "text", language_id : 704730682u64, filenames : [], interpreters : [], },
2334 UnifiedParallelC => { name : "Unified Parallel C", r#type : "programming", color :
2335 "#4e3617", extensions : [".upc"], aliases : [], tm_scope : "source.c", ace_mode :
2336 "c_cpp", language_id : 379u64, codemirror_mode : "clike", codemirror_mime_type :
2337 "text/x-csrc", filenames : [], group : "C", interpreters : [], }, Unity3DAsset => {
2338 name : "Unity3D Asset", r#type : "data", color : "#222c37", extensions : [".anim",
2339 ".asset", ".mask", ".mat", ".meta", ".prefab", ".unity"], aliases : [], tm_scope :
2340 "source.yaml", ace_mode : "yaml", language_id : 380u64, codemirror_mode : "yaml",
2341 codemirror_mime_type : "text/x-yaml", filenames : [], interpreters : [], },
2342 UnixAssembly => { name : "Unix Assembly", r#type : "programming", color : "#000000",
2343 extensions : [".s", ".ms"], aliases : ["gas", "gnu asm", "unix asm"], tm_scope :
2344 "source.x86", ace_mode : "assembly_x86", language_id : 120u64, filenames : [], group
2345 : "Assembly", interpreters : [], }, Uno => { name : "Uno", r#type : "programming",
2346 color : "#9933cc", extensions : [".uno"], aliases : [], tm_scope : "source.cs",
2347 ace_mode : "csharp", language_id : 381u64, codemirror_mode : "clike",
2348 codemirror_mime_type : "text/x-csharp", filenames : [], interpreters : [], },
2349 UnrealScript => { name : "UnrealScript", r#type : "programming", color : "#a54c4d",
2350 extensions : [".uc"], aliases : [], tm_scope : "source.java", ace_mode : "java",
2351 language_id : 382u64, codemirror_mode : "clike", codemirror_mime_type :
2352 "text/x-java", filenames : [], interpreters : [], }, UntypedPlutusCore => { name :
2353 "Untyped Plutus Core", r#type : "programming", color : "#36adbd", extensions :
2354 [".uplc"], aliases : [], tm_scope : "source.uplc", ace_mode : "text", language_id :
2355 1061635506u64, filenames : [], interpreters : [], }, UrWeb => { name : "UrWeb",
2356 r#type : "programming", color : "#ccccee", extensions : [".ur", ".urs"], aliases :
2357 ["Ur/Web", "Ur"], tm_scope : "source.ur", ace_mode : "text", language_id : 383u64,
2358 filenames : [], interpreters : [], }, V => { name : "V", r#type : "programming",
2359 color : "#4f87c4", extensions : [".v"], aliases : ["vlang"], tm_scope : "source.v",
2360 ace_mode : "golang", language_id : 603371597u64, codemirror_mode : "go",
2361 codemirror_mime_type : "text/x-go", filenames : [], interpreters : [], }, VBA => {
2362 name : "VBA", r#type : "programming", color : "#867db1", extensions : [".bas",
2363 ".cls", ".frm", ".vba"], aliases : ["visual basic for applications"], tm_scope :
2364 "source.vba", ace_mode : "text", language_id : 399230729u64, codemirror_mode : "vb",
2365 codemirror_mime_type : "text/x-vb", filenames : [], interpreters : [], }, VBScript =>
2366 { name : "VBScript", r#type : "programming", color : "#15dcdc", extensions :
2367 [".vbs"], aliases : [], tm_scope : "source.vbnet", ace_mode : "vbscript", language_id
2368 : 408016005u64, codemirror_mode : "vbscript", codemirror_mime_type : "text/vbscript",
2369 filenames : [], interpreters : [], }, VCL => { name : "VCL", r#type : "programming",
2370 color : "#148AA8", extensions : [".vcl"], aliases : [], tm_scope : "source.vcl",
2371 ace_mode : "text", language_id : 384u64, filenames : [], interpreters : [], }, VHDL
2372 => { name : "VHDL", r#type : "programming", color : "#adb2cb", extensions : [".vhdl",
2373 ".vhd", ".vhf", ".vhi", ".vho", ".vhs", ".vht", ".vhw"], aliases : [], tm_scope :
2374 "source.vhdl", ace_mode : "vhdl", language_id : 385u64, codemirror_mode : "vhdl",
2375 codemirror_mime_type : "text/x-vhdl", filenames : [], interpreters : [], }, Vala => {
2376 name : "Vala", r#type : "programming", color : "#a56de2", extensions : [".vala",
2377 ".vapi"], aliases : [], tm_scope : "source.vala", ace_mode : "vala", language_id :
2378 386u64, filenames : [], interpreters : [], }, ValveDataFormat => { name :
2379 "Valve Data Format", r#type : "data", color : "#f26025", extensions : [".vdf"],
2380 aliases : ["keyvalues", "vdf"], tm_scope : "source.keyvalues", ace_mode : "text",
2381 language_id : 544060961u64, filenames : [], interpreters : [], },
2382 VelocityTemplateLanguage => { name : "Velocity Template Language", r#type : "markup",
2383 color : "#507cff", extensions : [".vtl"], aliases : ["vtl", "velocity"], tm_scope :
2384 "source.velocity", ace_mode : "velocity", language_id : 292377326u64, codemirror_mode
2385 : "velocity", codemirror_mime_type : "text/velocity", filenames : [], interpreters :
2386 [], }, Vento => { name : "Vento", r#type : "markup", color : "#ff0080", extensions :
2387 [".vto"], aliases : [], tm_scope : "source.vento", ace_mode : "text", language_id :
2388 757053899u64, filenames : [], interpreters : [], }, Verilog => { name : "Verilog",
2389 r#type : "programming", color : "#b2b7f8", extensions : [".v", ".veo"], aliases : [],
2390 tm_scope : "source.verilog", ace_mode : "verilog", language_id : 387u64,
2391 codemirror_mode : "verilog", codemirror_mime_type : "text/x-verilog", filenames : [],
2392 interpreters : [], }, VimHelpFile => { name : "Vim Help File", r#type : "prose",
2393 color : "#199f4b", extensions : [".txt"], aliases : ["help", "vimhelp"], tm_scope :
2394 "text.vim-help", ace_mode : "text", language_id : 508563686u64, filenames : [],
2395 interpreters : [], }, VimScript => { name : "Vim Script", r#type : "programming",
2396 color : "#199f4b", extensions : [".vim", ".vba", ".vimrc", ".vmb"], aliases : ["vim",
2397 "viml", "nvim", "vimscript"], tm_scope : "source.viml", ace_mode : "text",
2398 language_id : 388u64, filenames : [".exrc", ".gvimrc", ".nvimrc", ".vimrc", "_vimrc",
2399 "gvimrc", "nvimrc", "vimrc"], interpreters : [], }, VimSnippet => { name :
2400 "Vim Snippet", r#type : "markup", color : "#199f4b", extensions : [".snip",
2401 ".snippet", ".snippets"], aliases : ["SnipMate", "UltiSnip", "UltiSnips",
2402 "NeoSnippet"], tm_scope : "source.vim-snippet", ace_mode : "text", language_id :
2403 81265970u64, filenames : [], interpreters : [], }, VisualBasicNET => { name :
2404 "Visual Basic .NET", r#type : "programming", color : "#945db7", extensions : [".vb",
2405 ".vbhtml"], aliases : ["visual basic", "vbnet", "vb .net", "vb.net"], tm_scope :
2406 "source.vbnet", ace_mode : "text", language_id : 389u64, codemirror_mode : "vb",
2407 codemirror_mime_type : "text/x-vb", filenames : [], interpreters : [], },
2408 VisualBasic60 => { name : "Visual Basic 6.0", r#type : "programming", color :
2409 "#2c6353", extensions : [".bas", ".cls", ".ctl", ".Dsr", ".frm"], aliases : ["vb6",
2410 "vb 6", "visual basic 6", "visual basic classic", "classic visual basic"], tm_scope :
2411 "source.vba", ace_mode : "text", language_id : 679594952u64, codemirror_mode : "vb",
2412 codemirror_mime_type : "text/x-vb", filenames : [], interpreters : [], }, Volt => {
2413 name : "Volt", r#type : "programming", color : "#1F1F1F", extensions : [".volt"],
2414 aliases : [], tm_scope : "source.d", ace_mode : "d", language_id : 390u64,
2415 codemirror_mode : "d", codemirror_mime_type : "text/x-d", filenames : [],
2416 interpreters : [], }, Vue => { name : "Vue", r#type : "markup", color : "#41b883",
2417 extensions : [".vue"], aliases : [], tm_scope : "text.html.vue", ace_mode : "vue",
2418 language_id : 391u64, codemirror_mode : "vue", codemirror_mime_type : "text/x-vue",
2419 filenames : [], interpreters : [], }, Vyper => { name : "Vyper", r#type :
2420 "programming", color : "#9F4CF2", extensions : [".vy"], aliases : [], tm_scope :
2421 "source.vyper", ace_mode : "text", language_id : 1055641948u64, filenames : [],
2422 interpreters : [], }, WDL => { name : "WDL", r#type : "programming", color :
2423 "#42f1f4", extensions : [".wdl"], aliases : ["Workflow Description Language"],
2424 tm_scope : "source.wdl", ace_mode : "text", language_id : 374521672u64, filenames :
2425 [], interpreters : [], }, WGSL => { name : "WGSL", r#type : "programming", color :
2426 "#1a5e9a", extensions : [".wgsl"], aliases : [], tm_scope : "source.wgsl", ace_mode :
2427 "text", language_id : 836605993u64, filenames : [], interpreters : [], },
2428 WavefrontMaterial => { name : "Wavefront Material", r#type : "data", color :
2429 "#000000", extensions : [".mtl"], aliases : [], tm_scope : "source.wavefront.mtl",
2430 ace_mode : "text", language_id : 392u64, filenames : [], interpreters : [], },
2431 WavefrontObject => { name : "Wavefront Object", r#type : "data", color : "#000000",
2432 extensions : [".obj"], aliases : [], tm_scope : "source.wavefront.obj", ace_mode :
2433 "text", language_id : 393u64, filenames : [], interpreters : [], },
2434 WebOntologyLanguage => { name : "Web Ontology Language", r#type : "data", color :
2435 "#5b70bd", extensions : [".owl"], aliases : [], tm_scope : "text.xml", ace_mode :
2436 "xml", language_id : 394u64, filenames : [], interpreters : [], }, WebAssembly => {
2437 name : "WebAssembly", r#type : "programming", color : "#04133b", extensions :
2438 [".wast", ".wat"], aliases : ["wast", "wasm"], tm_scope : "source.webassembly",
2439 ace_mode : "lisp", language_id : 956556503u64, codemirror_mode : "wast",
2440 codemirror_mime_type : "text/webassembly", filenames : [], interpreters : [], },
2441 WebAssemblyInterfaceType => { name : "WebAssembly Interface Type", r#type : "data",
2442 color : "#6250e7", extensions : [".wit"], aliases : ["wit"], tm_scope : "source.wit",
2443 ace_mode : "text", language_id : 134534086u64, codemirror_mode : "webidl",
2444 codemirror_mime_type : "text/x-webidl", filenames : [], interpreters : [], }, WebIDL
2445 => { name : "WebIDL", r#type : "programming", color : "#000000", extensions :
2446 [".webidl"], aliases : [], tm_scope : "source.webidl", ace_mode : "text", language_id
2447 : 395u64, codemirror_mode : "webidl", codemirror_mime_type : "text/x-webidl",
2448 filenames : [], interpreters : [], }, WebVTT => { name : "WebVTT", r#type : "data",
2449 color : "#000000", extensions : [".vtt"], aliases : ["vtt"], tm_scope : "text.vtt",
2450 ace_mode : "text", language_id : 658679714u64, wrap : true, filenames : [],
2451 interpreters : [], }, WgetConfig => { name : "Wget Config", r#type : "data", color :
2452 "#000000", extensions : [], aliases : ["wgetrc"], tm_scope : "source.wgetrc",
2453 ace_mode : "text", language_id : 668457123u64, filenames : [".wgetrc"], group :
2454 "INI", interpreters : [], }, Whiley => { name : "Whiley", r#type : "programming",
2455 color : "#d5c397", extensions : [".whiley"], aliases : [], tm_scope :
2456 "source.whiley", ace_mode : "text", language_id : 888779559u64, filenames : [],
2457 interpreters : [], }, Wikitext => { name : "Wikitext", r#type : "prose", color :
2458 "#fc5757", extensions : [".mediawiki", ".wiki", ".wikitext"], aliases : ["mediawiki",
2459 "wiki"], tm_scope : "text.html.mediawiki", ace_mode : "mediawiki", language_id :
2460 228u64, wrap : true, filenames : [], interpreters : [], }, Win32MessageFile => { name
2461 : "Win32 Message File", r#type : "data", color : "#000000", extensions : [".mc"],
2462 aliases : [], tm_scope : "source.win32-messages", ace_mode : "ini", language_id :
2463 950967261u64, codemirror_mode : "properties", codemirror_mime_type :
2464 "text/x-properties", filenames : [], interpreters : [], }, WindowsRegistryEntries =>
2465 { name : "Windows Registry Entries", r#type : "data", color : "#52d5ff", extensions :
2466 [".reg"], aliases : [], tm_scope : "source.reg", ace_mode : "ini", language_id :
2467 969674868u64, codemirror_mode : "properties", codemirror_mime_type :
2468 "text/x-properties", filenames : [], interpreters : [], }, WitcherScript => { name :
2469 "Witcher Script", r#type : "programming", color : "#ff0000", extensions : [".ws"],
2470 aliases : [], tm_scope : "source.witcherscript", ace_mode : "text", language_id :
2471 686821385u64, filenames : [], interpreters : [], }, WolframLanguage => { name :
2472 "Wolfram Language", r#type : "programming", color : "#dd1100", extensions :
2473 [".mathematica", ".cdf", ".m", ".ma", ".mt", ".nb", ".nbp", ".wl", ".wls", ".wlt"],
2474 aliases : ["mathematica", "mma", "wolfram", "wolfram lang", "wl"], tm_scope :
2475 "source.mathematica", ace_mode : "text", language_id : 224u64, codemirror_mode :
2476 "mathematica", codemirror_mime_type : "text/x-mathematica", filenames : [],
2477 interpreters : ["wolfram", "WolframKernel", "wolframscript", "math", "MathKernel",
2478 "MathematicaScript", "WolframNB", "Mathematica"], }, Wollok => { name : "Wollok",
2479 r#type : "programming", color : "#a23738", extensions : [".wlk"], aliases : [],
2480 tm_scope : "source.wollok", ace_mode : "wollok", language_id : 632745969u64,
2481 filenames : [], interpreters : [], }, WorldOfWarcraftAddonData => { name :
2482 "World of Warcraft Addon Data", r#type : "data", color : "#f7e43f", extensions :
2483 [".toc"], aliases : [], tm_scope : "source.toc", ace_mode : "text", language_id :
2484 396u64, filenames : [], interpreters : [], }, Wren => { name : "Wren", r#type :
2485 "programming", color : "#383838", extensions : [".wren"], aliases : ["wrenlang"],
2486 tm_scope : "source.wren", ace_mode : "text", language_id : 713580619u64, filenames :
2487 [], interpreters : [], }, XBitMap => { name : "X BitMap", r#type : "data", color :
2488 "#000000", extensions : [".xbm"], aliases : ["xbm"], tm_scope : "source.c", ace_mode
2489 : "c_cpp", language_id : 782911107u64, codemirror_mode : "clike",
2490 codemirror_mime_type : "text/x-csrc", filenames : [], group : "C", interpreters : [],
2491 }, XFontDirectoryIndex => { name : "X Font Directory Index", r#type : "data", color :
2492 "#000000", extensions : [], aliases : [], tm_scope : "source.fontdir", ace_mode :
2493 "text", language_id : 208700028u64, filenames : ["encodings.dir", "fonts.alias",
2494 "fonts.dir", "fonts.scale"], interpreters : [], }, XPixMap => { name : "X PixMap",
2495 r#type : "data", color : "#000000", extensions : [".xpm", ".pm"], aliases : ["xpm"],
2496 tm_scope : "source.c", ace_mode : "c_cpp", language_id : 781846279u64,
2497 codemirror_mode : "clike", codemirror_mime_type : "text/x-csrc", filenames : [],
2498 group : "C", interpreters : [], }, X10 => { name : "X10", r#type : "programming",
2499 color : "#4B6BEF", extensions : [".x10"], aliases : ["xten"], tm_scope :
2500 "source.x10", ace_mode : "text", language_id : 397u64, filenames : [], interpreters :
2501 [], }, XC => { name : "XC", r#type : "programming", color : "#99DA07", extensions :
2502 [".xc"], aliases : [], tm_scope : "source.xc", ace_mode : "c_cpp", language_id :
2503 398u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-csrc", filenames :
2504 [], interpreters : [], }, XCompose => { name : "XCompose", r#type : "data", color :
2505 "#000000", extensions : [], aliases : [], tm_scope : "config.xcompose", ace_mode :
2506 "text", language_id : 225167241u64, filenames : [".XCompose", "XCompose",
2507 "xcompose"], interpreters : [], }, XML => { name : "XML", r#type : "data", color :
2508 "#0060ac", extensions : [".xml", ".adml", ".admx", ".ant", ".axaml", ".axml",
2509 ".builds", ".ccproj", ".ccxml", ".clixml", ".cproject", ".cscfg", ".csdef", ".csl",
2510 ".csproj", ".ct", ".depproj", ".dita", ".ditamap", ".ditaval", ".dll.config",
2511 ".dotsettings", ".filters", ".fsproj", ".fxml", ".glade", ".gml", ".gmx", ".gpx",
2512 ".grxml", ".gst", ".hzp", ".iml", ".ivy", ".jelly", ".jsproj", ".kml", ".launch",
2513 ".mdpolicy", ".mjml", ".mm", ".mod", ".mojo", ".mxml", ".natvis", ".ncl", ".ndproj",
2514 ".nproj", ".nuspec", ".odd", ".osm", ".pkgproj", ".pluginspec", ".proj", ".props",
2515 ".ps1xml", ".psc1", ".pt", ".pubxml", ".qhelp", ".rdf", ".res", ".resx", ".rs",
2516 ".rss", ".sch", ".scxml", ".sfproj", ".shproj", ".slnx", ".srdf", ".storyboard",
2517 ".sublime-snippet", ".sw", ".targets", ".tml", ".ts", ".tsx", ".typ", ".ui", ".urdf",
2518 ".ux", ".vbproj", ".vcxproj", ".vsixmanifest", ".vssettings", ".vstemplate", ".vxml",
2519 ".wixproj", ".workflow", ".wsdl", ".wsf", ".wxi", ".wxl", ".wxs", ".x3d", ".xacro",
2520 ".xaml", ".xib", ".xlf", ".xliff", ".xmi", ".xml.dist", ".xmp", ".xproj", ".xsd",
2521 ".xspec", ".xul", ".zcml"], aliases : ["rss", "xsd", "wsdl"], tm_scope : "text.xml",
2522 ace_mode : "xml", language_id : 399u64, codemirror_mode : "xml", codemirror_mime_type
2523 : "text/xml", filenames : [".classpath", ".cproject", ".project", "App.config",
2524 "NuGet.config", "Settings.StyleCop", "Web.Debug.config", "Web.Release.config",
2525 "Web.config", "packages.config"], interpreters : [], }, XMLPropertyList => { name :
2526 "XML Property List", r#type : "data", color : "#0060ac", extensions : [".plist",
2527 ".stTheme", ".tmCommand", ".tmLanguage", ".tmPreferences", ".tmSnippet", ".tmTheme"],
2528 aliases : [], tm_scope : "text.xml.plist", ace_mode : "xml", language_id :
2529 75622871u64, codemirror_mode : "xml", codemirror_mime_type : "text/xml", filenames :
2530 [], group : "XML", interpreters : [], }, XPages => { name : "XPages", r#type :
2531 "data", color : "#000000", extensions : [".xsp-config", ".xsp.metadata"], aliases :
2532 [], tm_scope : "text.xml", ace_mode : "xml", language_id : 400u64, codemirror_mode :
2533 "xml", codemirror_mime_type : "text/xml", filenames : [], interpreters : [], }, XProc
2534 => { name : "XProc", r#type : "programming", color : "#000000", extensions : [".xpl",
2535 ".xproc"], aliases : [], tm_scope : "text.xml", ace_mode : "xml", language_id :
2536 401u64, codemirror_mode : "xml", codemirror_mime_type : "text/xml", filenames : [],
2537 interpreters : [], }, XQuery => { name : "XQuery", r#type : "programming", color :
2538 "#5232e7", extensions : [".xquery", ".xq", ".xql", ".xqm", ".xqy"], aliases : [],
2539 tm_scope : "source.xq", ace_mode : "xquery", language_id : 402u64, codemirror_mode :
2540 "xquery", codemirror_mime_type : "application/xquery", filenames : [], interpreters :
2541 [], }, XS => { name : "XS", r#type : "programming", color : "#000000", extensions :
2542 [".xs"], aliases : [], tm_scope : "source.c", ace_mode : "c_cpp", language_id :
2543 403u64, codemirror_mode : "clike", codemirror_mime_type : "text/x-csrc", filenames :
2544 [], interpreters : [], }, XSLT => { name : "XSLT", r#type : "programming", color :
2545 "#EB8CEB", extensions : [".xslt", ".xsl"], aliases : ["xsl"], tm_scope :
2546 "text.xml.xsl", ace_mode : "xml", language_id : 404u64, codemirror_mode : "xml",
2547 codemirror_mime_type : "text/xml", filenames : [], interpreters : [], }, Xmake => {
2548 name : "Xmake", r#type : "programming", color : "#22a079", extensions : [], aliases :
2549 [], tm_scope : "source.xmake", ace_mode : "text", language_id : 225223071u64,
2550 filenames : ["xmake.lua"], interpreters : [], }, Xojo => { name : "Xojo", r#type :
2551 "programming", color : "#81bd41", extensions : [".xojo_code", ".xojo_menu",
2552 ".xojo_report", ".xojo_script", ".xojo_toolbar", ".xojo_window"], aliases : [],
2553 tm_scope : "source.xojo", ace_mode : "text", language_id : 405u64, filenames : [],
2554 interpreters : [], }, Xonsh => { name : "Xonsh", r#type : "programming", color :
2555 "#285EEF", extensions : [".xsh"], aliases : [], tm_scope : "source.python", ace_mode
2556 : "text", language_id : 614078284u64, codemirror_mode : "python",
2557 codemirror_mime_type : "text/x-python", filenames : [], interpreters : [], }, Xtend
2558 => { name : "Xtend", r#type : "programming", color : "#24255d", extensions :
2559 [".xtend"], aliases : [], tm_scope : "source.xtend", ace_mode : "text", language_id :
2560 406u64, filenames : [], interpreters : [], }, YAML => { name : "YAML", r#type :
2561 "data", color : "#cb171e", extensions : [".yml", ".mir", ".reek", ".rviz",
2562 ".sublime-syntax", ".syntax", ".yaml", ".yaml-tmlanguage", ".yaml.sed",
2563 ".yml.mysql"], aliases : ["yml"], tm_scope : "source.yaml", ace_mode : "yaml",
2564 language_id : 407u64, codemirror_mode : "yaml", codemirror_mime_type : "text/x-yaml",
2565 filenames : [".clang-format", ".clang-tidy", ".clangd", ".gemrc", "CITATION.cff",
2566 "glide.lock", "pixi.lock", "yarn.lock"], interpreters : [], }, YANG => { name :
2567 "YANG", r#type : "data", color : "#000000", extensions : [".yang"], aliases : [],
2568 tm_scope : "source.yang", ace_mode : "text", language_id : 408u64, filenames : [],
2569 interpreters : [], }, YARA => { name : "YARA", r#type : "programming", color :
2570 "#220000", extensions : [".yar", ".yara"], aliases : [], tm_scope : "source.yara",
2571 ace_mode : "text", language_id : 805122868u64, filenames : [], interpreters : [], },
2572 YASnippet => { name : "YASnippet", r#type : "markup", color : "#32AB90", extensions :
2573 [".yasnippet"], aliases : ["snippet", "yas"], tm_scope : "source.yasnippet", ace_mode
2574 : "text", language_id : 378760102u64, filenames : [], interpreters : [], }, Yacc => {
2575 name : "Yacc", r#type : "programming", color : "#4B6C4B", extensions : [".y",
2576 ".yacc", ".yy"], aliases : [], tm_scope : "source.yacc", ace_mode : "text",
2577 language_id : 409u64, filenames : [], interpreters : [], }, Yul => { name : "Yul",
2578 r#type : "programming", color : "#794932", extensions : [".yul"], aliases : [],
2579 tm_scope : "source.yul", ace_mode : "text", language_id : 237469033u64, filenames :
2580 [], interpreters : [], }, ZAP => { name : "ZAP", r#type : "programming", color :
2581 "#0d665e", extensions : [".zap", ".xzap"], aliases : [], tm_scope : "source.zap",
2582 ace_mode : "text", language_id : 952972794u64, filenames : [], interpreters : [], },
2583 ZIL => { name : "ZIL", r#type : "programming", color : "#dc75e5", extensions :
2584 [".zil", ".mud"], aliases : [], tm_scope : "source.zil", ace_mode : "text",
2585 language_id : 973483626u64, filenames : [], interpreters : [], }, Zeek => { name :
2586 "Zeek", r#type : "programming", color : "#000000", extensions : [".zeek", ".bro"],
2587 aliases : ["bro"], tm_scope : "source.zeek", ace_mode : "zeek", language_id : 40u64,
2588 filenames : [], interpreters : [], }, ZenScript => { name : "ZenScript", r#type :
2589 "programming", color : "#00BCD1", extensions : [".zs"], aliases : [], tm_scope :
2590 "source.zenscript", ace_mode : "text", language_id : 494938890u64, filenames : [],
2591 interpreters : [], }, Zephir => { name : "Zephir", r#type : "programming", color :
2592 "#118f9e", extensions : [".zep"], aliases : [], tm_scope : "source.php.zephir",
2593 ace_mode : "php", language_id : 410u64, filenames : [], interpreters : [], }, Zig =>
2594 { name : "Zig", r#type : "programming", color : "#ec915c", extensions : [".zig",
2595 ".zig.zon"], aliases : [], tm_scope : "source.zig", ace_mode : "zig", language_id :
2596 646424281u64, filenames : [], interpreters : [], }, Zimpl => { name : "Zimpl", r#type
2597 : "programming", color : "#d67711", extensions : [".zimpl", ".zmpl", ".zpl"], aliases
2598 : [], tm_scope : "none", ace_mode : "text", language_id : 411u64, filenames : [],
2599 interpreters : [], }, Zmodel => { name : "Zmodel", r#type : "data", color :
2600 "#ff7100", extensions : [".zmodel"], aliases : [], tm_scope : "source.zmodel",
2601 ace_mode : "text", language_id : 803760908u64, filenames : [], interpreters : [], },
2602 CURLConfig => { name : "cURL Config", r#type : "data", color : "#000000", extensions
2603 : [], aliases : ["curlrc"], tm_scope : "source.curlrc", ace_mode : "text",
2604 language_id : 992375436u64, filenames : [".curlrc", "_curlrc"], group : "INI",
2605 interpreters : [], }, Crontab => { name : "crontab", r#type : "data", color :
2606 "#ead7ac", extensions : [], aliases : ["cron", "cron table"], tm_scope :
2607 "text.crontab", ace_mode : "tcl", language_id : 705203557u64, filenames :
2608 ["crontab"], interpreters : [], }, Desktop => { name : "desktop", r#type : "data",
2609 color : "#000000", extensions : [".desktop", ".desktop.in", ".service"], aliases :
2610 [], tm_scope : "source.desktop", ace_mode : "text", language_id : 412u64, filenames :
2611 [], interpreters : [], }, Dircolors => { name : "dircolors", r#type : "data", color :
2612 "#000000", extensions : [".dircolors"], aliases : [], tm_scope : "source.dircolors",
2613 ace_mode : "text", language_id : 691605112u64, filenames : [".dir_colors",
2614 ".dircolors", "DIR_COLORS", "_dir_colors", "_dircolors", "dir_colors"], interpreters
2615 : [], }, EC => { name : "eC", r#type : "programming", color : "#913960", extensions :
2616 [".ec", ".eh"], aliases : [], tm_scope : "source.c.ec", ace_mode : "text",
2617 language_id : 413u64, filenames : [], interpreters : [], }, Edn => { name : "edn",
2618 r#type : "data", color : "#000000", extensions : [".edn"], aliases : [], tm_scope :
2619 "source.clojure", ace_mode : "clojure", language_id : 414u64, codemirror_mode :
2620 "clojure", codemirror_mime_type : "application/edn", filenames : [], interpreters :
2621 [], }, Fish => { name : "fish", r#type : "programming", color : "#4aae47", extensions
2622 : [".fish"], aliases : [], tm_scope : "source.fish", ace_mode : "text", language_id :
2623 415u64, filenames : [], group : "Shell", interpreters : ["fish"], }, Hoon => { name :
2624 "hoon", r#type : "programming", color : "#00b171", extensions : [".hoon"], aliases :
2625 [], tm_scope : "source.hoon", ace_mode : "text", language_id : 560883276u64,
2626 filenames : [], interpreters : [], }, ICalendar => { name : "iCalendar", r#type :
2627 "data", color : "#ec564c", extensions : [".ics", ".ical"], aliases : ["iCal"],
2628 tm_scope : "source.iCalendar", ace_mode : "properties", language_id : 98384424u64,
2629 codemirror_mode : "properties", codemirror_mime_type : "text/x-properties", filenames
2630 : [], interpreters : [], }, Jq => { name : "jq", r#type : "programming", color :
2631 "#c7254e", extensions : [".jq"], aliases : [], tm_scope : "source.jq", ace_mode :
2632 "text", language_id : 905371884u64, filenames : [], interpreters : ["gojq", "jaq",
2633 "jq", "jqjq", "jqq", "query-json"], }, Kvlang => { name : "kvlang", r#type :
2634 "markup", color : "#1da6e0", extensions : [".kv"], aliases : [], tm_scope :
2635 "source.python.kivy", ace_mode : "text", language_id : 970675279u64, filenames : [],
2636 interpreters : [], }, MIRCScript => { name : "mIRC Script", r#type : "programming",
2637 color : "#3d57c3", extensions : [".mrc"], aliases : [], tm_scope : "source.msl",
2638 ace_mode : "text", language_id : 517654727u64, filenames : [], interpreters : [], },
2639 Mcfunction => { name : "mcfunction", r#type : "programming", color : "#E22837",
2640 extensions : [".mcfunction"], aliases : [], tm_scope : "source.mcfunction", ace_mode
2641 : "text", language_id : 462488745u64, filenames : [], interpreters : [], }, Mdsvex =>
2642 { name : "mdsvex", r#type : "markup", color : "#5f9ea0", extensions : [".svx"],
2643 aliases : [], tm_scope : "none", ace_mode : "markdown", language_id : 566198445u64,
2644 codemirror_mode : "gfm", codemirror_mime_type : "text/x-gfm", wrap : true, filenames
2645 : [], interpreters : [], }, Mupad => { name : "mupad", r#type : "programming", color
2646 : "#244963", extensions : [".mu"], aliases : [], tm_scope : "source.mupad", ace_mode
2647 : "text", language_id : 416u64, filenames : [], interpreters : [], }, Nanorc => {
2648 name : "nanorc", r#type : "data", color : "#2d004d", extensions : [".nanorc"],
2649 aliases : [], tm_scope : "source.nanorc", ace_mode : "text", language_id :
2650 775996197u64, filenames : [".nanorc", "nanorc"], group : "INI", interpreters : [], },
2651 NesC => { name : "nesC", r#type : "programming", color : "#94B0C7", extensions :
2652 [".nc"], aliases : [], tm_scope : "source.nesc", ace_mode : "text", language_id :
2653 417u64, filenames : [], interpreters : [], }, Ooc => { name : "ooc", r#type :
2654 "programming", color : "#b0b77e", extensions : [".ooc"], aliases : [], tm_scope :
2655 "source.ooc", ace_mode : "text", language_id : 418u64, filenames : [], interpreters :
2656 [], }, Q => { name : "q", r#type : "programming", color : "#0040cd", extensions :
2657 [".q"], aliases : [], tm_scope : "source.q", ace_mode : "text", language_id :
2658 970539067u64, codemirror_mode : "q", codemirror_mime_type : "text/x-q", filenames :
2659 [], interpreters : [], }, ReStructuredText => { name : "reStructuredText", r#type :
2660 "prose", color : "#141414", extensions : [".rst", ".rest", ".rest.txt", ".rst.txt"],
2661 aliases : ["rst"], tm_scope : "text.restructuredtext", ace_mode : "rst", language_id
2662 : 419u64, codemirror_mode : "rst", codemirror_mime_type : "text/x-rst", wrap : true,
2663 filenames : [], interpreters : [], }, Robotstxt => { name : "robots.txt", r#type :
2664 "data", color : "#000000", extensions : [], aliases : ["robots", "robots txt"],
2665 tm_scope : "text.robots-txt", ace_mode : "text", language_id : 674736065u64,
2666 filenames : ["robots.txt"], interpreters : [], }, Sed => { name : "sed", r#type :
2667 "programming", color : "#64b970", extensions : [".sed"], aliases : [], tm_scope :
2668 "source.sed", ace_mode : "text", language_id : 847830017u64, filenames : [],
2669 interpreters : ["gsed", "minised", "sed", "ssed"], }, Templ => { name : "templ",
2670 r#type : "markup", color : "#66D0DD", extensions : [".templ"], aliases : [], tm_scope
2671 : "source.templ", ace_mode : "text", language_id : 795579337u64, filenames : [],
2672 interpreters : [], }, VCard => { name : "vCard", r#type : "data", color : "#ee2647",
2673 extensions : [".vcf"], aliases : ["virtual contact file",
2674 "electronic business card"], tm_scope : "source.vcard", ace_mode : "properties",
2675 language_id : 851476558u64, codemirror_mode : "properties", codemirror_mime_type :
2676 "text/x-properties", filenames : [], interpreters : [], }, Wisp => { name : "wisp",
2677 r#type : "programming", color : "#7582D1", extensions : [".wisp"], aliases : [],
2678 tm_scope : "source.clojure", ace_mode : "clojure", language_id : 420u64,
2679 codemirror_mode : "clojure", codemirror_mime_type : "text/x-clojure", filenames : [],
2680 interpreters : [], }, XBase => { name : "xBase", r#type : "programming", color :
2681 "#403a40", extensions : [".prg", ".ch", ".prw"], aliases : ["advpl", "clipper",
2682 "foxpro"], tm_scope : "source.harbour", ace_mode : "text", language_id : 421u64,
2683 filenames : [], interpreters : [], },
2684}
2685static BY_EXTENSION: phf::Map<&'static str, &'static [fn() -> LanguageInfo]> = phf_map! {
2686 ".1" => & [Roff::info, RoffManpage::info], ".1in" => & [Roff::info,
2687 RoffManpage::info], ".1m" => & [Roff::info, RoffManpage::info], ".1x" => &
2688 [Roff::info, RoffManpage::info], ".2" => & [Roff::info, RoffManpage::info], ".2da" =>
2689 & [_2DimensionalArray::info], ".3" => & [Roff::info, RoffManpage::info], ".3in" => &
2690 [Roff::info, RoffManpage::info], ".3m" => & [Roff::info, RoffManpage::info], ".3p" =>
2691 & [Roff::info, RoffManpage::info], ".3pm" => & [Roff::info, RoffManpage::info],
2692 ".3qt" => & [Roff::info, RoffManpage::info], ".3x" => & [Roff::info,
2693 RoffManpage::info], ".4" => & [Roff::info, RoffManpage::info], ".4DForm" => &
2694 [JSON::info], ".4DProject" => & [JSON::info], ".4dm" => & [_4D::info], ".4gl" => &
2695 [Genero4gl::info], ".4th" => & [Forth::info], ".5" => & [Roff::info,
2696 RoffManpage::info], ".6" => & [Roff::info, RoffManpage::info], ".6pl" => &
2697 [Raku::info], ".6pm" => & [Raku::info], ".7" => & [Roff::info, RoffManpage::info],
2698 ".8" => & [Roff::info, RoffManpage::info], ".8xp" => & [TIProgram::info], ".8xp.txt"
2699 => & [TIProgram::info], ".9" => & [Roff::info, RoffManpage::info], ".Dsr" => &
2700 [VisualBasic60::info], ".JSON-tmLanguage" => & [JSON::info], ".OutJob" => &
2701 [AltiumDesigner::info], ".PcbDoc" => & [AltiumDesigner::info], ".PrjPCB" => &
2702 [AltiumDesigner::info], ".SchDoc" => & [AltiumDesigner::info], ".TextGrid" => &
2703 [TextGrid::info], "._coffee" => & [CoffeeScript::info], "._js" => &
2704 [JavaScript::info], "._ls" => & [LiveScript::info], ".a51" => & [Assembly::info],
2705 ".abap" => & [ABAP::info], ".abnf" => & [ABNF::info], ".action" => &
2706 [ROSInterface::info], ".ada" => & [Ada::info], ".adb" => & [Ada::info], ".adml" => &
2707 [XML::info], ".admx" => & [XML::info], ".ado" => & [Stata::info], ".adoc" => &
2708 [AsciiDoc::info], ".adp" => & [Tcl::info], ".ads" => & [Ada::info], ".afm" => &
2709 [AdobeFontMetrics::info], ".agc" => & [ApolloGuidanceComputer::info], ".agda" => &
2710 [Agda::info], ".ahk" => & [AutoHotkey::info], ".ahkl" => & [AutoHotkey::info],
2711 ".aidl" => & [AIDL::info], ".aj" => & [AspectJ::info], ".ak" => & [Aiken::info],
2712 ".al" => & [AL::info, Perl::info], ".alg" => & [ALGOL::info], ".als" => &
2713 [Alloy::info], ".ampl" => & [AMPL::info], ".angelscript" => & [AngelScript::info],
2714 ".anim" => & [Unity3DAsset::info], ".ant" => & [XML::info], ".antlers.html" => &
2715 [Antlers::info], ".antlers.php" => & [Antlers::info], ".antlers.xml" => &
2716 [Antlers::info], ".apacheconf" => & [ApacheConf::info], ".apex" => & [Apex::info],
2717 ".apib" => & [APIBlueprint::info], ".apl" => & [APL::info], ".app" => &
2718 [Erlang::info], ".app.src" => & [Erlang::info], ".applescript" => &
2719 [AppleScript::info], ".arc" => & [Arc::info], ".arpa" => & [DNSZone::info], ".arr" =>
2720 & [Pyret::info], ".as" => & [ActionScript::info, AngelScript::info], ".asax" => &
2721 [ASPNET::info], ".asc" => & [AGSScript::info, AsciiDoc::info, PublicKey::info],
2722 ".asciidoc" => & [AsciiDoc::info], ".ascx" => & [ASPNET::info], ".asd" => &
2723 [CommonLisp::info], ".asddls" => & [ABAPCDS::info], ".ash" => & [AGSScript::info,
2724 KoLmafiaASH::info], ".ashx" => & [ASPNET::info], ".asl" => & [ASL::info], ".asm" => &
2725 [Assembly::info, Motorola68KAssembly::info], ".asmx" => & [ASPNET::info], ".asn" => &
2726 [ASN1::info], ".asn1" => & [ASN1::info], ".asp" => & [ClassicASP::info], ".aspx" => &
2727 [ASPNET::info], ".asset" => & [Unity3DAsset::info], ".astro" => & [Astro::info],
2728 ".asy" => & [Asymptote::info, LTspiceSymbol::info], ".au3" => & [AutoIt::info],
2729 ".aug" => & [Augeas::info], ".auk" => & [Awk::info], ".aux" => & [TeX::info], ".avdl"
2730 => & [AvroIDL::info], ".avsc" => & [JSON::info], ".aw" => & [PHP::info], ".awk" => &
2731 [Awk::info], ".axaml" => & [XML::info], ".axd" => & [ASPNET::info], ".axi" => &
2732 [NetLinx::info], ".axi.erb" => & [NetLinxpERB::info], ".axml" => & [XML::info],
2733 ".axs" => & [NetLinx::info], ".axs.erb" => & [NetLinxpERB::info], ".b" => &
2734 [Brainfuck::info, Limbo::info], ".bal" => & [Ballerina::info], ".bas" => &
2735 [B4X::info, BASIC::info, FreeBASIC::info, QuickBASIC::info, VBA::info,
2736 VisualBasic60::info], ".bash" => & [Shell::info], ".bat" => & [Batchfile::info],
2737 ".bats" => & [Shell::info], ".bb" => & [BitBake::info, BlitzBasic::info,
2738 Clojure::info], ".bbappend" => & [BitBake::info], ".bbclass" => & [BitBake::info],
2739 ".bbx" => & [TeX::info], ".bdf" => & [GlyphBitmapDistributionFormat::info], ".bdy" =>
2740 & [PLSQL::info], ".be" => & [Berry::info], ".befunge" => & [Befunge::info], ".bf" =>
2741 & [Beef::info, Befunge::info, Brainfuck::info, HyPhy::info], ".bi" => &
2742 [FreeBASIC::info, QuickBASIC::info], ".bib" => & [BibTeX::info], ".bibtex" => &
2743 [BibTeX::info], ".bicep" => & [Bicep::info], ".bicepparam" => & [Bicep::info],
2744 ".bison" => & [Bison::info], ".blade" => & [Blade::info], ".blade.php" => &
2745 [Blade::info], ".bmx" => & [BlitzMax::info], ".bones" => & [JavaScript::info], ".boo"
2746 => & [Boo::info], ".boot" => & [Clojure::info], ".bpl" => & [Boogie::info], ".bqn" =>
2747 & [BQN::info], ".brd" => & [Eagle::info, KiCadLegacyLayout::info], ".bro" => &
2748 [Zeek::info], ".brs" => & [Brightscript::info], ".bru" => & [Bru::info], ".bs" => &
2749 [Bikeshed::info, BluespecBH::info, BrighterScript::info], ".bsl" => &
2750 [_1CEnterprise::info], ".bst" => & [BibTeXStyle::info, BuildStream::info], ".bsv" =>
2751 & [Bluespec::info], ".builder" => & [Ruby::info], ".builds" => & [XML::info], ".bzl"
2752 => & [Starlark::info], ".c" => & [C::info], ".c++" => & [Cpp::info], ".c++-objdump"
2753 => & [CppObjDump::info], ".c++objdump" => & [CppObjDump::info], ".c-objdump" => &
2754 [CObjDump::info], ".c3" => & [C3::info], ".cabal" => & [CabalConfig::info],
2755 ".caddyfile" => & [Caddyfile::info], ".cairo" => & [Cairo::info, CairoZero::info],
2756 ".cake" => & [Csharp::info, CoffeeScript::info], ".capnp" => & [CapnProto::info],
2757 ".carbon" => & [Carbon::info], ".cats" => & [C::info], ".cbl" => & [COBOL::info],
2758 ".cbx" => & [TeX::info], ".cc" => & [Cpp::info], ".ccp" => & [COBOL::info], ".ccproj"
2759 => & [XML::info], ".ccxml" => & [XML::info], ".cdc" => & [Cadence::info], ".cdf" => &
2760 [WolframLanguage::info], ".cds" => & [CAPCDS::info], ".ceylon" => & [Ceylon::info],
2761 ".cfc" => & [ColdFusionCFC::info], ".cfg" => & [HAProxy::info, INI::info], ".cfm" =>
2762 & [ColdFusion::info], ".cfml" => & [ColdFusion::info], ".cgi" => & [Perl::info,
2763 Python::info, Shell::info], ".cginc" => & [HLSL::info], ".ch" => & [Charity::info,
2764 XBase::info], ".chem" => & [Pic::info], ".chpl" => & [Chapel::info], ".chs" => &
2765 [C2hsHaskell::info], ".cil" => & [CIL::info], ".circom" => & [Circom::info], ".cirru"
2766 => & [Cirru::info], ".cj" => & [Cangjie::info], ".cjs" => & [JavaScript::info],
2767 ".cjsx" => & [CoffeeScript::info], ".ck" => & [ChucK::info], ".cl" => &
2768 [CommonLisp::info, Cool::info, OpenCL::info], ".cl2" => & [Clojure::info], ".clar" =>
2769 & [Clarity::info], ".click" => & [Click::info], ".clixml" => & [XML::info], ".clj" =>
2770 & [Clojure::info], ".cljc" => & [Clojure::info], ".cljs" => & [Clojure::info],
2771 ".cljs.hl" => & [Clojure::info], ".cljscm" => & [Clojure::info], ".cljx" => &
2772 [Clojure::info], ".clp" => & [CLIPS::info], ".cls" => & [Apex::info,
2773 ObjectScript::info, OpenEdgeABL::info, TeX::info, VBA::info, VisualBasic60::info],
2774 ".clue" => & [Clue::info], ".clw" => & [Clarion::info], ".cmake" => & [CMake::info],
2775 ".cmake.in" => & [CMake::info], ".cmd" => & [Batchfile::info], ".cmp" => &
2776 [GerberImage::info], ".cnc" => & [GCode::info], ".cnf" => & [INI::info], ".cob" => &
2777 [COBOL::info], ".cobol" => & [COBOL::info], ".cocci" => & [SmPL::info],
2778 ".code-snippets" => & [JSONWithComments::info], ".code-workspace" => &
2779 [JSONWithComments::info], ".coffee" => & [CoffeeScript::info], ".coffee.md" => &
2780 [LiterateCoffeeScript::info], ".com" => & [DIGITALCommandLanguage::info], ".command"
2781 => & [Shell::info], ".conll" => & [CoNLLU::info], ".conllu" => & [CoNLLU::info],
2782 ".containerfile" => & [Dockerfile::info], ".cook" => & [Cooklang::info], ".coq" => &
2783 [RocqProver::info], ".cp" => & [Cpp::info, ComponentPascal::info], ".cpp" => &
2784 [Cpp::info], ".cpp-objdump" => & [CppObjDump::info], ".cppm" => & [Cpp::info],
2785 ".cppobjdump" => & [CppObjDump::info], ".cproject" => & [XML::info], ".cps" => &
2786 [ComponentPascal::info], ".cpy" => & [COBOL::info], ".cql" => & [CQL::info], ".cr" =>
2787 & [Crystal::info], ".crc32" => & [Checksums::info], ".creole" => & [Creole::info],
2788 ".cs" => & [Csharp::info, Smalltalk::info], ".cs.pp" => & [Csharp::info], ".csc" => &
2789 [GSC::info], ".cscfg" => & [XML::info], ".csd" => & [CsoundDocument::info], ".csdef"
2790 => & [XML::info], ".csh" => & [Tcsh::info], ".cshtml" => & [HTMLpRazor::info], ".csl"
2791 => & [Kusto::info, XML::info], ".cson" => & [CSON::info], ".csproj" => & [XML::info],
2792 ".css" => & [CSS::info], ".csv" => & [CSV::info], ".csx" => & [Csharp::info], ".ct"
2793 => & [XML::info], ".ctl" => & [VisualBasic60::info], ".ctp" => & [PHP::info], ".cts"
2794 => & [TypeScript::info], ".cu" => & [Cuda::info], ".cue" => & [CUE::info,
2795 CueSheet::info], ".cuh" => & [Cuda::info], ".curry" => & [Curry::info], ".cw" => &
2796 [Redcode::info], ".cwl" => & [CommonWorkflowLanguage::info], ".cxx" => & [Cpp::info],
2797 ".cxx-objdump" => & [CppObjDump::info], ".cy" => & [Cycript::info], ".cylc" => &
2798 [Cylc::info], ".cyp" => & [Cypher::info], ".cypher" => & [Cypher::info], ".d" => &
2799 [D::info, DTrace::info, Makefile::info], ".d-objdump" => & [DObjDump::info], ".d2" =>
2800 & [D2::info], ".dae" => & [COLLADA::info], ".darcspatch" => & [DarcsPatch::info],
2801 ".dart" => & [Dart::info], ".das" => & [Daslang::info], ".dats" => & [ATS::info],
2802 ".db2" => & [SQLPL::info], ".dcl" => & [Clean::info], ".ddl" => & [PLSQL::info,
2803 SQL::info], ".decls" => & [BlitzBasic::info], ".depproj" => & [XML::info], ".desktop"
2804 => & [Desktop::info], ".desktop.in" => & [Desktop::info], ".dfm" => & [Pascal::info],
2805 ".dfy" => & [Dafny::info], ".dhall" => & [Dhall::info], ".di" => & [D::info], ".diff"
2806 => & [Diff::info], ".dircolors" => & [Dircolors::info], ".dita" => & [XML::info],
2807 ".ditamap" => & [XML::info], ".ditaval" => & [XML::info], ".djs" => &
2808 [Dogescript::info], ".dll.config" => & [XML::info], ".dlm" => & [IDL::info], ".dm" =>
2809 & [DM::info], ".do" => & [Stata::info], ".dockerfile" => & [Dockerfile::info], ".dof"
2810 => & [INI::info], ".doh" => & [Stata::info], ".dot" => & [GraphvizDOT::info],
2811 ".dotsettings" => & [XML::info], ".dpatch" => & [DarcsPatch::info], ".dpr" => &
2812 [Pascal::info], ".druby" => & [Mirah::info], ".dsc" => &
2813 [DebianPackageControlFile::info, DenizenScript::info], ".dsl" => & [ASL::info],
2814 ".dsp" => & [Faust::info, MicrosoftDeveloperStudioProject::info], ".dtx" => &
2815 [TeX::info], ".duby" => & [Mirah::info], ".dwl" => & [DataWeave::info], ".dyalog" =>
2816 & [APL::info], ".dyl" => & [Dylan::info], ".dylan" => & [Dylan::info], ".dzn" => &
2817 [MiniZincData::info], ".e" => & [E::info, Eiffel::info, Euphoria::info], ".eam.fs" =>
2818 & [Formatted::info], ".eb" => & [Easybuild::info], ".ebnf" => & [EBNF::info],
2819 ".ebuild" => & [GentooEbuild::info], ".ec" => & [EC::info], ".ecl" => & [ECL::info,
2820 ECLiPSe::info], ".eclass" => & [GentooEclass::info], ".eclxml" => & [ECL::info],
2821 ".ecr" => & [HTMLpECR::info], ".ect" => & [EJS::info], ".edc" => &
2822 [EdjeDataCollection::info], ".edge" => & [Edge::info], ".edgeql" => & [EdgeQL::info],
2823 ".editorconfig" => & [EditorConfig::info], ".edn" => & [Edn::info], ".eh" => &
2824 [EC::info], ".ejs" => & [EJS::info], ".ejs.t" => & [EJS::info], ".el" => &
2825 [EmacsLisp::info], ".eliom" => & [OCaml::info], ".eliomi" => & [OCaml::info], ".elm"
2826 => & [Elm::info], ".elv" => & [Elvish::info], ".em" => & [EmberScript::info],
2827 ".emacs" => & [EmacsLisp::info], ".emacs.desktop" => & [EmacsLisp::info],
2828 ".emberscript" => & [EmberScript::info], ".eml" => & [EMail::info], ".env" => &
2829 [Dotenv::info], ".epj" => & [EcereProjects::info], ".eps" => & [PostScript::info],
2830 ".epsi" => & [PostScript::info], ".eq" => & [EQ::info], ".erb" => & [HTMLpERB::info],
2831 ".erb.deface" => & [HTMLpERB::info], ".erl" => & [Erlang::info], ".es" => &
2832 [Erlang::info, JavaScript::info], ".es6" => & [JavaScript::info], ".escript" => &
2833 [Erlang::info], ".esdl" => & [EdgeQL::info], ".ex" => & [Elixir::info,
2834 Euphoria::info], ".exs" => & [Elixir::info], ".eye" => & [Ruby::info], ".f" => &
2835 [FilebenchWML::info, Forth::info, Fortran::info], ".f03" => &
2836 [FortranFreeForm::info], ".f08" => & [FortranFreeForm::info], ".f77" => &
2837 [Fortran::info], ".f90" => & [FortranFreeForm::info], ".f95" => &
2838 [FortranFreeForm::info], ".factor" => & [Factor::info], ".fan" => & [Fantom::info],
2839 ".fancypack" => & [Fancy::info], ".fcgi" => & [Lua::info, PHP::info, Perl::info,
2840 Python::info, Ruby::info, Shell::info], ".fea" => & [OpenTypeFeatureFile::info],
2841 ".feature" => & [Gherkin::info], ".filters" => & [XML::info], ".fir" => &
2842 [FIRRTL::info], ".fish" => & [Fish::info], ".flex" => & [JFlex::info], ".flf" => &
2843 [FIGletFont::info], ".flix" => & [Flix::info], ".flux" => & [FLUX::info], ".fnc" => &
2844 [PLSQL::info], ".fnl" => & [Fennel::info], ".for" => & [Formatted::info, Forth::info,
2845 Fortran::info], ".forth" => & [Forth::info], ".fp" => & [GLSL::info], ".fpp" => &
2846 [Fortran::info], ".fr" => & [Forth::info, Frege::info, Text::info], ".frag" => &
2847 [GLSL::info, JavaScript::info], ".frg" => & [GLSL::info], ".frm" => & [INI::info,
2848 VBA::info, VisualBasic60::info], ".frt" => & [Forth::info], ".fs" => & [Fsharp::info,
2849 Filterscript::info, Forth::info, GLSL::info], ".fsh" => & [GLSL::info], ".fshader" =>
2850 & [GLSL::info], ".fsi" => & [Fsharp::info], ".fsproj" => & [XML::info], ".fst" => &
2851 [Fstar::info], ".fsti" => & [Fstar::info], ".fsx" => & [Fsharp::info], ".fth" => &
2852 [Forth::info], ".ftl" => & [Fluent::info, FreeMarker::info], ".ftlh" => &
2853 [FreeMarker::info], ".fun" => & [StandardML::info], ".fut" => & [Futhark::info],
2854 ".fx" => & [FLUX::info, HLSL::info], ".fxh" => & [HLSL::info], ".fxml" => &
2855 [XML::info], ".fy" => & [Fancy::info], ".g" => & [GCode::info, GAP::info], ".g4" => &
2856 [ANTLR::info], ".gaml" => & [GAML::info], ".gap" => & [GAP::info], ".gawk" => &
2857 [Awk::info], ".gbl" => & [GerberImage::info], ".gbo" => & [GerberImage::info], ".gbp"
2858 => & [GerberImage::info], ".gbr" => & [GerberImage::info], ".gbs" => &
2859 [GerberImage::info], ".gco" => & [GCode::info], ".gcode" => & [GCode::info], ".gd" =>
2860 & [GAP::info, GDScript::info], ".gdb" => & [GDB::info], ".gdbinit" => & [GDB::info],
2861 ".gdnlib" => & [GodotResource::info], ".gdns" => & [GodotResource::info], ".gdshader"
2862 => & [GDShader::info], ".gdshaderinc" => & [GDShader::info], ".ged" => &
2863 [GEDCOM::info], ".gemspec" => & [Ruby::info], ".geo" => & [GLSL::info], ".geojson" =>
2864 & [JSON::info], ".geom" => & [GLSL::info], ".gf" => & [GrammaticalFramework::info],
2865 ".gi" => & [GAP::info], ".gitconfig" => & [GitConfig::info], ".gitignore" => &
2866 [IgnoreList::info], ".gjs" => & [GlimmerJS::info], ".gko" => & [GerberImage::info],
2867 ".glade" => & [XML::info], ".gleam" => & [Gleam::info], ".glf" => & [Glyph::info],
2868 ".glsl" => & [GLSL::info], ".glslf" => & [GLSL::info], ".glslv" => & [GLSL::info],
2869 ".gltf" => & [JSON::info], ".glyphs" => & [OpenStepPropertyList::info], ".gmi" => &
2870 [Gemini::info], ".gml" => & [GameMakerLanguage::info, GerberImage::info,
2871 GraphModelingLanguage::info, XML::info], ".gms" => & [GAMS::info], ".gmx" => &
2872 [XML::info], ".gn" => & [GN::info], ".gni" => & [GN::info], ".gnu" => &
2873 [Gnuplot::info], ".gnuplot" => & [Gnuplot::info], ".go" => & [Go::info], ".god" => &
2874 [Ruby::info], ".gohtml" => & [GoTemplate::info], ".golo" => & [Golo::info], ".gotmpl"
2875 => & [GoTemplate::info], ".gp" => & [Gnuplot::info], ".gpb" => & [GerberImage::info],
2876 ".gpt" => & [GerberImage::info], ".gpx" => & [XML::info], ".gql" => &
2877 [GraphQL::info], ".grace" => & [Grace::info], ".gradle" => & [Gradle::info],
2878 ".gradle.kts" => & [GradleKotlinDSL::info], ".graphql" => & [GraphQL::info],
2879 ".graphqls" => & [GraphQL::info], ".groovy" => & [Groovy::info], ".grt" => &
2880 [Groovy::info], ".grxml" => & [XML::info], ".gs" => & [GLSL::info, Genie::info,
2881 Gosu::info, JavaScript::info], ".gsc" => & [GSC::info], ".gsh" => & [GSC::info],
2882 ".gshader" => & [GLSL::info], ".gsp" => & [GroovyServerPages::info], ".gst" => &
2883 [Gosu::info, XML::info], ".gsx" => & [Gosu::info], ".gtl" => & [GerberImage::info],
2884 ".gto" => & [GerberImage::info], ".gtp" => & [GerberImage::info], ".gtpl" => &
2885 [Groovy::info], ".gts" => & [GerberImage::info, GlimmerTS::info], ".gv" => &
2886 [GraphvizDOT::info], ".gvy" => & [Groovy::info], ".gyp" => & [Python::info], ".gypi"
2887 => & [Python::info], ".h" => & [C::info, Cpp::info, ObjectiveC::info], ".h++" => &
2888 [Cpp::info], ".h.in" => & [C::info], ".ha" => & [Hare::info], ".hack" => &
2889 [Hack::info], ".haml" => & [Haml::info], ".haml.deface" => & [Haml::info],
2890 ".handlebars" => & [Handlebars::info], ".har" => & [JSON::info], ".hats" => &
2891 [ATS::info], ".hb" => & [Harbour::info], ".hbs" => & [Handlebars::info], ".hc" => &
2892 [HolyC::info], ".hcl" => & [HCL::info], ".heex" => & [HTMLpEEX::info], ".hh" => &
2893 [Cpp::info, Hack::info], ".hhi" => & [Hack::info], ".hic" => & [Clojure::info],
2894 ".hip" => & [HIP::info], ".hlean" => & [Lean::info], ".hlsl" => & [HLSL::info],
2895 ".hlsli" => & [HLSL::info], ".hocon" => & [HOCON::info], ".hoon" => & [Hoon::info],
2896 ".hpp" => & [Cpp::info], ".hqf" => & [SQF::info], ".hql" => & [HiveQL::info], ".hrl"
2897 => & [Erlang::info], ".hs" => & [Haskell::info], ".hs-boot" => & [Haskell::info],
2898 ".hsc" => & [Haskell::info], ".hta" => & [HTML::info], ".htm" => & [HTML::info],
2899 ".html" => & [Ecmarkup::info, HTML::info], ".html.eex" => & [HTMLpEEX::info],
2900 ".html.hl" => & [HTML::info], ".html.tmpl" => & [GoTemplate::info], ".http" => &
2901 [HTTP::info], ".hurl" => & [Hurl::info], ".hx" => & [Haxe::info], ".hxml" => &
2902 [HXML::info], ".hxsl" => & [Haxe::info], ".hxx" => & [Cpp::info], ".hy" => &
2903 [Hy::info], ".hzp" => & [XML::info], ".i" => & [Assembly::info,
2904 Motorola68KAssembly::info, SWIG::info], ".i3" => & [Modula3::info], ".i7x" => &
2905 [Inform7::info], ".ical" => & [ICalendar::info], ".ice" => & [JSON::info,
2906 Slice::info], ".iced" => & [CoffeeScript::info], ".icl" => & [Clean::info], ".ics" =>
2907 & [ICalendar::info], ".idc" => & [C::info], ".idr" => & [Idris::info], ".ig" => &
2908 [Modula3::info], ".ihlp" => & [Stata::info], ".ijm" => & [ImageJMacro::info], ".ijs"
2909 => & [J::info], ".ik" => & [Ioke::info], ".ily" => & [LilyPond::info], ".imba" => &
2910 [Imba::info], ".iml" => & [XML::info], ".inc" => & [Assembly::info, BitBake::info,
2911 Cpp::info, HTML::info, Motorola68KAssembly::info, NASL::info, PHP::info,
2912 POVRaySDL::info, Pascal::info, Pawn::info, SQL::info, SourcePawn::info], ".ini" => &
2913 [INI::info], ".ink" => & [Ink::info], ".inl" => & [Cpp::info], ".ino" => &
2914 [Cpp::info], ".ins" => & [TeX::info], ".intr" => & [Dylan::info], ".io" => &
2915 [Io::info], ".iol" => & [Jolie::info], ".ipf" => & [IGORPro::info], ".ipp" => &
2916 [Cpp::info], ".ipynb" => & [JupyterNotebook::info], ".irclog" => & [IRCLog::info],
2917 ".isl" => & [InnoSetup::info], ".ispc" => & [ISPC::info], ".iss" => &
2918 [InnoSetup::info], ".iuml" => & [PlantUML::info], ".ivy" => & [XML::info], ".ixx" =>
2919 & [Cpp::info], ".j" => & [Jasmin::info, ObjectiveJ::info], ".j2" => & [Jinja::info],
2920 ".jac" => & [Jac::info], ".jade" => & [Pug::info], ".jai" => & [Jai::info], ".jake"
2921 => & [JavaScript::info], ".janet" => & [Janet::info], ".jav" => & [Java::info],
2922 ".java" => & [Java::info], ".javascript" => & [JavaScript::info], ".jbuilder" => &
2923 [Ruby::info], ".jcl" => & [JCL::info], ".jelly" => & [XML::info], ".jflex" => &
2924 [JFlex::info], ".jinja" => & [Jinja::info], ".jinja2" => & [Jinja::info], ".jison" =>
2925 & [Jison::info], ".jisonlex" => & [JisonLex::info], ".jl" => & [Julia::info], ".jq"
2926 => & [JSONiq::info, Jq::info], ".js" => & [JavaScript::info], ".js.erb" => &
2927 [JavaScriptpERB::info], ".jsb" => & [JavaScript::info], ".jscad" => &
2928 [JavaScript::info], ".jsfl" => & [JavaScript::info], ".jsh" => & [Java::info],
2929 ".jslib" => & [JavaScript::info], ".jsm" => & [JavaScript::info], ".json" => &
2930 [JSON::info, OASv2Json::info, OASv3Json::info], ".json.example" => & [JSON::info],
2931 ".json5" => & [JSON5::info], ".jsonc" => & [JSONWithComments::info], ".jsonl" => &
2932 [JSON::info], ".jsonld" => & [JSONLD::info], ".jsonnet" => & [Jsonnet::info], ".jsp"
2933 => & [JavaServerPages::info], ".jspre" => & [JavaScript::info], ".jsproj" => &
2934 [XML::info], ".jss" => & [JavaScript::info], ".jst" => & [EJS::info], ".jsx" => &
2935 [JavaScript::info], ".jte" => & [JavaTemplateEngine::info], ".just" => &
2936 [Just::info], ".k" => & [KCL::info, KFramework::info], ".kak" => &
2937 [KakouneScript::info], ".kdl" => & [KDL::info], ".kicad_mod" => &
2938 [KiCadLayout::info], ".kicad_pcb" => & [KiCadLayout::info], ".kicad_sch" => &
2939 [KiCadSchematic::info], ".kicad_sym" => & [KiCadSchematic::info], ".kicad_wks" => &
2940 [KiCadLayout::info], ".kid" => & [Genshi::info], ".kit" => & [Kit::info], ".kk" => &
2941 [Koka::info], ".kml" => & [XML::info], ".kojo" => & [Scala::info], ".kql" => &
2942 [Kusto::info], ".krl" => & [KRL::info], ".ks" => & [KerboScript::info,
2943 Kickstart::info], ".ksh" => & [Shell::info], ".ksy" => & [KaitaiStruct::info], ".kt"
2944 => & [Kotlin::info], ".ktm" => & [Kotlin::info], ".kts" => & [Kotlin::info], ".kv" =>
2945 & [Kvlang::info], ".l" => & [CommonLisp::info, Lex::info, PicoLisp::info,
2946 Roff::info], ".lagda" => & [LiterateAgda::info], ".langium" => & [Langium::info],
2947 ".lark" => & [Lark::info], ".las" => & [Lasso::info], ".lasso" => & [Lasso::info],
2948 ".lasso8" => & [Lasso::info], ".lasso9" => & [Lasso::info], ".latte" => &
2949 [Latte::info], ".launch" => & [XML::info], ".lbx" => & [TeX::info], ".ld" => &
2950 [LinkerScript::info], ".lds" => & [LinkerScript::info], ".lean" => & [Lean::info,
2951 Lean4::info], ".leex" => & [HTMLpEEX::info], ".lektorproject" => & [INI::info],
2952 ".leo" => & [Leo::info], ".less" => & [Less::info], ".lex" => & [Lex::info], ".lfe"
2953 => & [LFE::info], ".lgt" => & [Logtalk::info], ".lhs" => & [LiterateHaskell::info],
2954 ".libsonnet" => & [Jsonnet::info], ".lid" => & [Dylan::info], ".lidr" => &
2955 [Idris::info], ".ligo" => & [LigoLANG::info], ".linq" => & [Csharp::info], ".liquid"
2956 => & [Liquid::info], ".lisp" => & [CommonLisp::info, NewLisp::info], ".litcoffee" =>
2957 & [LiterateCoffeeScript::info], ".livecodescript" => & [LiveCodeScript::info],
2958 ".livemd" => & [Markdown::info], ".lkml" => & [LookML::info], ".ll" => &
2959 [LLVM::info], ".lmi" => & [Python::info], ".logtalk" => & [Logtalk::info], ".lol" =>
2960 & [LOLCODE::info], ".lookml" => & [LookML::info], ".lp" => &
2961 [AnswerSetProgramming::info, Lambdapi::info, LinearProgramming::info], ".lpr" => &
2962 [Pascal::info], ".ls" => & [LiveScript::info, LoomScript::info], ".lsl" => &
2963 [LSL::info], ".lslp" => & [LSL::info], ".lsp" => & [CommonLisp::info, NewLisp::info],
2964 ".ltx" => & [TeX::info], ".lua" => & [Lua::info], ".luau" => & [Luau::info],
2965 ".lvclass" => & [LabVIEW::info], ".lvlib" => & [LabVIEW::info], ".lvproj" => &
2966 [LabVIEW::info], ".ly" => & [LilyPond::info], ".m" => & [Limbo::info, M::info,
2967 MATLAB::info, MUF::info, Mercury::info, ObjectiveC::info, WolframLanguage::info],
2968 ".m2" => & [Macaulay2::info], ".m3" => & [Modula3::info], ".m3u" => & [M3U::info],
2969 ".m3u8" => & [M3U::info], ".m4" => & [M4::info, M4Sugar::info], ".ma" => &
2970 [WolframLanguage::info], ".mak" => & [Makefile::info], ".make" => & [Makefile::info],
2971 ".makefile" => & [Makefile::info], ".mako" => & [Mako::info], ".man" => &
2972 [Roff::info, RoffManpage::info], ".mao" => & [Mako::info], ".markdown" => &
2973 [Markdown::info], ".marko" => & [Marko::info], ".mask" => & [Mask::info,
2974 Unity3DAsset::info], ".mat" => & [Unity3DAsset::info], ".mata" => & [Stata::info],
2975 ".matah" => & [Stata::info], ".mathematica" => & [WolframLanguage::info], ".matlab"
2976 => & [MATLAB::info], ".mawk" => & [Awk::info], ".maxhelp" => & [Max::info], ".maxpat"
2977 => & [Max::info], ".maxproj" => & [Max::info], ".mbox" => & [EMail::info], ".mbt" =>
2978 & [MoonBit::info], ".mc" => & [M4::info, MonkeyC::info, Win32MessageFile::info],
2979 ".mcfunction" => & [Mcfunction::info], ".mch" => & [BFormalMethod::info], ".mcmeta"
2980 => & [JSON::info], ".mcr" => & [MAXScript::info], ".md" => &
2981 [GCCMachineDescription::info, Markdown::info], ".md2" => & [Checksums::info], ".md4"
2982 => & [Checksums::info], ".md5" => & [Checksums::info], ".mdoc" => & [Roff::info,
2983 RoffManpage::info], ".mdown" => & [Markdown::info], ".mdpolicy" => & [XML::info],
2984 ".mdwn" => & [Markdown::info], ".mdx" => & [MDX::info], ".me" => & [Roff::info],
2985 ".mediawiki" => & [Wikitext::info], ".mermaid" => & [Mermaid::info], ".meta" => &
2986 [Unity3DAsset::info], ".metal" => & [Metal::info], ".mg" => & [Modula3::info],
2987 ".minid" => & [MiniD::info], ".mint" => & [Mint::info], ".mir" => & [YAML::info],
2988 ".mirah" => & [Mirah::info], ".mjml" => & [XML::info], ".mjs" => &
2989 [JavaScript::info], ".mk" => & [Makefile::info], ".mkd" => & [Markdown::info],
2990 ".mkdn" => & [Markdown::info], ".mkdown" => & [Markdown::info], ".mkfile" => &
2991 [Makefile::info], ".mkii" => & [TeX::info], ".mkiv" => & [TeX::info], ".mkvi" => &
2992 [TeX::info], ".ml" => & [OCaml::info, StandardML::info], ".ml4" => & [OCaml::info],
2993 ".mli" => & [OCaml::info], ".mligo" => & [CameLIGO::info], ".mlir" => & [MLIR::info],
2994 ".mll" => & [OCaml::info], ".mly" => & [OCaml::info], ".mm" => & [ObjectiveCpp::info,
2995 XML::info], ".mmd" => & [Mermaid::info], ".mmk" => & [ModuleManagementSystem::info],
2996 ".mms" => & [ModuleManagementSystem::info], ".mo" => & [Modelica::info,
2997 Motoko::info], ".mod" => & [AMPL::info, LinuxKernelModule::info, Modula2::info,
2998 NMODL::info, XML::info], ".mojo" => & [Mojo::info, XML::info], ".monkey" => &
2999 [Monkey::info], ".monkey2" => & [Monkey::info], ".moo" => & [Mercury::info,
3000 Moocode::info], ".moon" => & [MoonScript::info], ".move" => & [MoveLang::info],
3001 ".mpl" => & [JetBrainsMPS::info], ".mps" => & [JetBrainsMPS::info,
3002 MathematicalProgrammingSystem::info], ".mq4" => & [MQL4::info], ".mq5" => &
3003 [MQL5::info], ".mqh" => & [MQL4::info, MQL5::info], ".mrc" => & [MIRCScript::info],
3004 ".ms" => & [MAXScript::info, Roff::info, UnixAssembly::info], ".msd" => &
3005 [JetBrainsMPS::info], ".msg" => & [OMNeTppMSG::info, ROSInterface::info], ".mspec" =>
3006 & [Ruby::info], ".mss" => & [CartoCSS::info], ".mt" => & [WolframLanguage::info],
3007 ".mtl" => & [WavefrontMaterial::info], ".mtml" => & [MTML::info], ".mts" => &
3008 [TypeScript::info], ".mu" => & [Mupad::info], ".mud" => & [ZIL::info], ".muf" => &
3009 [MUF::info], ".mumps" => & [M::info], ".muse" => & [Muse::info], ".mustache" => &
3010 [Mustache::info], ".mxml" => & [XML::info], ".mxt" => & [Max::info], ".mysql" => &
3011 [SQL::info], ".myt" => & [Myghty::info], ".mzn" => & [MiniZinc::info], ".n" => &
3012 [Nemerle::info, Roff::info], ".nanorc" => & [Nanorc::info], ".nas" => &
3013 [Assembly::info, Nasal::info], ".nasl" => & [NASL::info], ".nasm" => &
3014 [Assembly::info], ".natvis" => & [XML::info], ".nawk" => & [Awk::info], ".nb" => &
3015 [Text::info, WolframLanguage::info], ".nbp" => & [WolframLanguage::info], ".nc" => &
3016 [NesC::info], ".ncl" => & [GerberImage::info, NCL::info, Nickel::info, Text::info,
3017 XML::info], ".ndproj" => & [XML::info], ".ne" => & [Nearley::info], ".nearley" => &
3018 [Nearley::info], ".ned" => & [OMNeTppNED::info], ".neon" => & [NEON::info], ".nf" =>
3019 & [Nextflow::info], ".nginx" => & [Nginx::info], ".nginxconf" => & [Nginx::info],
3020 ".ni" => & [Inform7::info], ".nim" => & [Nim::info], ".nim.cfg" => & [Nim::info],
3021 ".nimble" => & [Nim::info], ".nimrod" => & [Nim::info], ".nims" => & [Nim::info],
3022 ".ninja" => & [Ninja::info], ".nit" => & [Nit::info], ".nix" => & [Nix::info], ".njk"
3023 => & [Nunjucks::info], ".njs" => & [JavaScript::info], ".nl" => & [NL::info,
3024 NewLisp::info], ".nlogo" => & [NetLogo::info], ".no" => & [Text::info], ".nomad" => &
3025 [HCL::info], ".nproj" => & [XML::info], ".nqp" => & [Raku::info], ".nr" => &
3026 [Noir::info, Roff::info], ".nse" => & [Lua::info], ".nsh" => & [NSIS::info], ".nsi"
3027 => & [NSIS::info], ".nss" => & [NWScript::info], ".nu" => & [Nu::info,
3028 Nushell::info], ".numpy" => & [NumPy::info], ".numpyw" => & [NumPy::info], ".numsc"
3029 => & [NumPy::info], ".nuspec" => & [XML::info], ".nut" => & [Squirrel::info], ".ny"
3030 => & [CommonLisp::info], ".ob2" => & [Oberon::info], ".obj" => &
3031 [WavefrontObject::info], ".objdump" => & [ObjDump::info], ".odd" => & [XML::info],
3032 ".odin" => & [ObjectDataInstanceNotation::info, Odin::info], ".ol" => &
3033 [Jolie::info], ".omgrofl" => & [Omgrofl::info], ".ooc" => & [Ooc::info], ".opa" => &
3034 [Opa::info], ".opal" => & [Opal::info], ".opencl" => & [OpenCL::info], ".orc" => &
3035 [Csound::info], ".org" => & [Org::info], ".os" => & [_1CEnterprise::info], ".osm" =>
3036 & [XML::info], ".overpassql" => & [OverpassQL::info], ".owl" => &
3037 [WebOntologyLanguage::info], ".ox" => & [Ox::info], ".oxh" => & [Ox::info], ".oxo" =>
3038 & [Ox::info], ".oxygene" => & [Oxygene::info], ".oz" => & [Oz::info], ".p" => &
3039 [Gnuplot::info, OpenEdgeABL::info], ".p4" => & [P4::info], ".p6" => & [Raku::info],
3040 ".p6l" => & [Raku::info], ".p6m" => & [Raku::info], ".p8" => & [Lua::info], ".pac" =>
3041 & [JavaScript::info], ".pact" => & [Pact::info], ".pan" => & [Pan::info], ".parrot"
3042 => & [Parrot::info], ".pas" => & [Pascal::info], ".pascal" => & [Pascal::info],
3043 ".pasm" => & [ParrotAssembly::info], ".pat" => & [Max::info], ".patch" => &
3044 [Diff::info], ".pb" => & [PureBasic::info], ".pbi" => & [PureBasic::info], ".pbt" =>
3045 & [PowerBuilder::info, ProtocolBufferTextFormat::info], ".pbtxt" => &
3046 [ProtocolBufferTextFormat::info], ".pck" => & [PLSQL::info], ".pcss" => &
3047 [PostCSS::info], ".pd" => & [PureData::info], ".pd_lua" => & [Lua::info], ".pddl" =>
3048 & [PDDL::info], ".pde" => & [Processing::info], ".peggy" => & [PEGjs::info], ".pegjs"
3049 => & [PEGjs::info], ".pep" => & [Pep8::info], ".per" => & [GeneroPer::info], ".perl"
3050 => & [Perl::info], ".pfa" => & [PostScript::info], ".pgsql" => & [PLpgSQL::info],
3051 ".ph" => & [Perl::info], ".php" => & [Hack::info, PHP::info], ".php3" => &
3052 [PHP::info], ".php4" => & [PHP::info], ".php5" => & [PHP::info], ".phps" => &
3053 [PHP::info], ".phpt" => & [PHP::info], ".phtml" => & [HTMLpPHP::info], ".pic" => &
3054 [Pic::info], ".pig" => & [PigLatin::info], ".pike" => & [Pike::info], ".pir" => &
3055 [ParrotInternalRepresentation::info], ".pkb" => & [PLSQL::info], ".pkgproj" => &
3056 [XML::info], ".pkl" => & [Pickle::info, Pkl::info], ".pks" => & [PLSQL::info], ".pl"
3057 => & [Perl::info, Prolog::info, Raku::info], ".pl6" => & [Raku::info], ".plantuml" =>
3058 & [PlantUML::info], ".plb" => & [PLSQL::info], ".plist" => &
3059 [OpenStepPropertyList::info, XMLPropertyList::info], ".plot" => & [Gnuplot::info],
3060 ".pls" => & [PLSQL::info], ".plsql" => & [PLSQL::info], ".plt" => & [Gnuplot::info,
3061 Prolog::info], ".pluginspec" => & [Ruby::info, XML::info], ".plx" => & [Perl::info],
3062 ".pm" => & [Perl::info, Raku::info, XPixMap::info], ".pm6" => & [Raku::info], ".pml"
3063 => & [Promela::info], ".pmod" => & [Pike::info], ".po" => & [GettextCatalog::info],
3064 ".pod" => & [Pod::info, Pod6::info], ".pod6" => & [Pod6::info], ".podsl" => &
3065 [CommonLisp::info], ".podspec" => & [Ruby::info], ".pogo" => & [PogoScript::info],
3066 ".polar" => & [Polar::info], ".pony" => & [Pony::info], ".por" => & [Portugol::info],
3067 ".postcss" => & [PostCSS::info], ".pot" => & [GettextCatalog::info], ".pov" => &
3068 [POVRaySDL::info], ".pp" => & [Pascal::info, Puppet::info], ".pprx" => &
3069 [REXX::info], ".praat" => & [Praat::info], ".prawn" => & [Ruby::info], ".prc" => &
3070 [PLSQL::info, SQL::info], ".prefab" => & [Unity3DAsset::info], ".prefs" => &
3071 [INI::info], ".prg" => & [XBase::info], ".pri" => & [QMake::info], ".prisma" => &
3072 [Prisma::info], ".pro" => & [IDL::info, INI::info, Proguard::info, Prolog::info,
3073 QMake::info], ".proj" => & [XML::info], ".prolog" => & [Prolog::info], ".properties"
3074 => & [INI::info, JavaProperties::info], ".props" => & [XML::info], ".proto" => &
3075 [ProtocolBuffer::info], ".prw" => & [XBase::info], ".ps" => & [PostScript::info],
3076 ".ps1" => & [PowerShell::info], ".ps1xml" => & [XML::info], ".psc" => &
3077 [Papyrus::info], ".psc1" => & [XML::info], ".psd1" => & [PowerShell::info], ".psgi"
3078 => & [Perl::info], ".psm1" => & [PowerShell::info], ".pt" => & [XML::info], ".pub" =>
3079 & [PublicKey::info], ".pubxml" => & [XML::info], ".pug" => & [Pug::info], ".puml" =>
3080 & [PlantUML::info], ".purs" => & [PureScript::info], ".pwn" => & [Pawn::info], ".pxd"
3081 => & [Cython::info], ".pxi" => & [Cython::info], ".py" => & [Python::info], ".py3" =>
3082 & [Python::info], ".pyde" => & [Python::info], ".pyi" => & [Python::info], ".pyp" =>
3083 & [Python::info], ".pyt" => & [Python::info], ".pytb" => & [PythonTraceback::info],
3084 ".pyw" => & [Python::info], ".pyx" => & [Cython::info], ".q" => & [HiveQL::info,
3085 Q::info], ".qasm" => & [OpenQASM::info], ".qbs" => & [QML::info], ".qc" => &
3086 [QuakeC::info], ".qhelp" => & [XML::info], ".ql" => & [CodeQL::info], ".qll" => &
3087 [CodeQL::info], ".qmd" => & [RMarkdown::info], ".qml" => & [QML::info], ".qs" => &
3088 [Qsharp::info, QtScript::info], ".r" => & [R::info, Rebol::info, Rez::info], ".r2" =>
3089 & [Rebol::info], ".r3" => & [Rebol::info], ".rabl" => & [Ruby::info], ".rake" => &
3090 [Ruby::info], ".raku" => & [Raku::info], ".rakumod" => & [Raku::info], ".raml" => &
3091 [RAML::info], ".rascript" => & [RAScript::info], ".raw" => & [RawTokenData::info],
3092 ".razor" => & [HTMLpRazor::info], ".rb" => & [Ruby::info], ".rbbas" => &
3093 [REALbasic::info], ".rbfrm" => & [REALbasic::info], ".rbi" => & [Ruby::info],
3094 ".rbmnu" => & [REALbasic::info], ".rbres" => & [REALbasic::info], ".rbs" => &
3095 [RBS::info], ".rbtbar" => & [REALbasic::info], ".rbuild" => & [Ruby::info],
3096 ".rbuistate" => & [REALbasic::info], ".rbw" => & [Ruby::info], ".rbx" => &
3097 [Ruby::info], ".rbxs" => & [Lua::info], ".rchit" => & [GLSL::info], ".rd" => &
3098 [R::info], ".rdf" => & [XML::info], ".rdoc" => & [RDoc::info], ".re" => & [Cpp::info,
3099 Reason::info], ".reb" => & [Rebol::info], ".rebol" => & [Rebol::info], ".red" => &
3100 [Red::info], ".reds" => & [Red::info], ".reek" => & [YAML::info], ".reg" => &
3101 [WindowsRegistryEntries::info], ".regex" => & [RegularExpression::info], ".regexp" =>
3102 & [RegularExpression::info], ".rego" => & [OpenPolicyAgent::info], ".rei" => &
3103 [Reason::info], ".religo" => & [ReasonLIGO::info], ".res" => & [ReScript::info,
3104 XML::info], ".resi" => & [ReScript::info], ".resource" => & [RobotFramework::info],
3105 ".rest" => & [ReStructuredText::info], ".rest.txt" => & [ReStructuredText::info],
3106 ".resx" => & [XML::info], ".rex" => & [REXX::info], ".rexx" => & [REXX::info], ".rg"
3107 => & [Rouge::info], ".rhtml" => & [HTMLpERB::info], ".ring" => & [Ring::info],
3108 ".riot" => & [Riot::info], ".rkt" => & [Racket::info], ".rktd" => & [Racket::info],
3109 ".rktl" => & [Racket::info], ".rl" => & [Ragel::info], ".rmd" => & [RMarkdown::info],
3110 ".rmiss" => & [GLSL::info], ".rnh" => & [RUNOFF::info], ".rno" => & [RUNOFF::info,
3111 Roff::info], ".rnw" => & [Sweave::info], ".robot" => & [RobotFramework::info], ".roc"
3112 => & [Roc::info], ".rockspec" => & [Lua::info], ".roff" => & [Roff::info], ".ron" =>
3113 & [RON::info], ".ronn" => & [Markdown::info], ".rpgle" => & [RPGLE::info], ".rpy" =>
3114 & [Python::info, RenPy::info], ".rq" => & [SPARQL::info], ".rs" => &
3115 [RenderScript::info, Rust::info, XML::info], ".rs.in" => & [Rust::info], ".rsc" => &
3116 [Rascal::info, RouterOSScript::info], ".rsh" => & [RenderScript::info], ".rss" => &
3117 [XML::info], ".rst" => & [ReStructuredText::info], ".rst.txt" => &
3118 [ReStructuredText::info], ".rsx" => & [R::info], ".rtf" => & [RichTextFormat::info],
3119 ".ru" => & [Ruby::info], ".ruby" => & [Ruby::info], ".rviz" => & [YAML::info], ".s"
3120 => & [Assembly::info, Motorola68KAssembly::info, UnixAssembly::info], ".sage" => &
3121 [Sage::info], ".sagews" => & [Sage::info], ".sail" => & [Sail::info], ".sarif" => &
3122 [JSON::info], ".sas" => & [SAS::info], ".sass" => & [Sass::info], ".sats" => &
3123 [ATS::info], ".sbatch" => & [Shell::info], ".sbt" => & [Scala::info], ".sc" => &
3124 [Scala::info, SuperCollider::info], ".scad" => & [OpenSCAD::info], ".scala" => &
3125 [Scala::info], ".scaml" => & [Scaml::info], ".scd" => & [Markdown::info,
3126 SuperCollider::info], ".sce" => & [Scilab::info], ".scenic" => & [Scenic::info],
3127 ".sch" => & [Eagle::info, KiCadSchematic::info, Scheme::info, XML::info], ".sci" => &
3128 [Scilab::info], ".scm" => & [Scheme::info, TreeSitterQuery::info], ".sco" => &
3129 [CsoundScore::info], ".scpt" => & [AppleScript::info], ".scrbl" => & [Racket::info],
3130 ".scss" => & [SCSS::info], ".scxml" => & [XML::info], ".sdc" => & [Tcl::info], ".sed"
3131 => & [Sed::info], ".self" => & [_Self::info], ".service" => & [Desktop::info],
3132 ".sexp" => & [CommonLisp::info], ".sfd" => & [SplineFontDatabase::info], ".sfproj" =>
3133 & [XML::info], ".sfv" => & [SimpleFileVerification::info], ".sh" => & [Shell::info],
3134 ".sh-session" => & [ShellSession::info], ".sh.in" => & [Shell::info], ".sha1" => &
3135 [Checksums::info], ".sha2" => & [Checksums::info], ".sha224" => & [Checksums::info],
3136 ".sha256" => & [Checksums::info], ".sha256sum" => & [Checksums::info], ".sha3" => &
3137 [Checksums::info], ".sha384" => & [Checksums::info], ".sha512" => &
3138 [Checksums::info], ".shader" => & [GLSL::info, ShaderLab::info], ".shen" => &
3139 [Shen::info], ".shproj" => & [XML::info], ".sieve" => & [Sieve::info], ".sig" => &
3140 [StandardML::info], ".sj" => & [ObjectiveJ::info], ".sjs" => & [JavaScript::info],
3141 ".sl" => & [Slash::info], ".slang" => & [Slang::info], ".sld" => & [Scheme::info],
3142 ".slim" => & [Slim::info], ".slint" => & [Slint::info], ".sln" => &
3143 [MicrosoftVisualStudioSolution::info], ".slnx" => & [XML::info], ".sls" => &
3144 [SaltStack::info, Scheme::info], ".slurm" => & [Shell::info], ".sma" => &
3145 [Pawn::info], ".smali" => & [Smali::info], ".smithy" => & [Smithy::info], ".smk" => &
3146 [Snakemake::info], ".sml" => & [StandardML::info], ".smt" => & [SMT::info], ".smt2"
3147 => & [SMT::info], ".snakefile" => & [Snakemake::info], ".snap" => &
3148 [JestSnapshot::info], ".snip" => & [VimSnippet::info], ".snippet" => &
3149 [VimSnippet::info], ".snippets" => & [VimSnippet::info], ".sol" => &
3150 [GerberImage::info, Solidity::info], ".soy" => & [ClosureTemplates::info], ".sp" => &
3151 [SourcePawn::info], ".sparql" => & [SPARQL::info], ".spc" => & [PLSQL::info], ".spec"
3152 => & [Python::info, RPMSpec::info, Ruby::info], ".spin" => & [PropellerSpin::info],
3153 ".sps" => & [Scheme::info], ".sqf" => & [SQF::info], ".sql" => & [PLSQL::info,
3154 PLpgSQL::info, SQL::info, SQLPL::info, TSQL::info], ".sqlrpgle" => & [RPGLE::info],
3155 ".sra" => & [PowerBuilder::info], ".srdf" => & [XML::info], ".srt" => &
3156 [SRecodeTemplate::info, SubRipText::info], ".sru" => & [PowerBuilder::info], ".srv"
3157 => & [ROSInterface::info], ".srw" => & [PowerBuilder::info], ".ss" => &
3158 [Scheme::info], ".ssjs" => & [JavaScript::info], ".sss" => & [SugarSS::info], ".st"
3159 => & [Smalltalk::info, StringTemplate::info], ".stTheme" => &
3160 [XMLPropertyList::info], ".stan" => & [Stan::info], ".star" => & [STAR::info,
3161 Starlark::info], ".sthlp" => & [Stata::info], ".stl" => & [STL::info], ".ston" => &
3162 [STON::info], ".story" => & [Gherkin::info], ".storyboard" => & [XML::info], ".sty"
3163 => & [TeX::info], ".styl" => & [Stylus::info], ".sublime-build" => &
3164 [JSONWithComments::info], ".sublime-color-scheme" => & [JSONWithComments::info],
3165 ".sublime-commands" => & [JSONWithComments::info], ".sublime-completions" => &
3166 [JSONWithComments::info], ".sublime-keymap" => & [JSONWithComments::info],
3167 ".sublime-macro" => & [JSONWithComments::info], ".sublime-menu" => &
3168 [JSONWithComments::info], ".sublime-mousemap" => & [JSONWithComments::info],
3169 ".sublime-project" => & [JSONWithComments::info], ".sublime-settings" => &
3170 [JSONWithComments::info], ".sublime-snippet" => & [XML::info], ".sublime-syntax" => &
3171 [YAML::info], ".sublime-theme" => & [JSONWithComments::info], ".sublime-workspace" =>
3172 & [JSONWithComments::info], ".sublime_metrics" => & [JSONWithComments::info],
3173 ".sublime_session" => & [JSONWithComments::info], ".surql" => & [SurrealQL::info],
3174 ".sv" => & [SystemVerilog::info], ".svelte" => & [Svelte::info], ".svg" => &
3175 [SVG::info], ".svh" => & [SystemVerilog::info], ".svx" => & [SurvexData::info,
3176 Mdsvex::info], ".sw" => & [Sway::info, XML::info], ".swg" => & [SWIG::info], ".swift"
3177 => & [Swift::info], ".swig" => & [SWIG::info], ".syntax" => & [YAML::info], ".t" => &
3178 [Perl::info, Raku::info, Terra::info, Turing::info], ".tab" => & [SQL::info], ".tac"
3179 => & [Python::info], ".tact" => & [JSON::info, Tact::info], ".tag" => &
3180 [JavaServerPages::info], ".talon" => & [Talon::info], ".targets" => & [XML::info],
3181 ".tcc" => & [Cpp::info], ".tcl" => & [Tcl::info], ".tcl.in" => & [Tcl::info], ".tcsh"
3182 => & [Tcsh::info], ".te" => & [SELinuxPolicy::info], ".tea" => & [Tea::info],
3183 ".templ" => & [Templ::info], ".tesc" => & [GLSL::info], ".tese" => & [GLSL::info],
3184 ".tex" => & [TeX::info], ".texi" => & [Texinfo::info], ".texinfo" => &
3185 [Texinfo::info], ".textile" => & [Textile::info], ".textproto" => &
3186 [ProtocolBufferTextFormat::info], ".tf" => & [HCL::info], ".tfstate" => &
3187 [JSON::info], ".tfstate.backup" => & [JSON::info], ".tftpl" => &
3188 [TerraformTemplate::info], ".tfvars" => & [HCL::info], ".thor" => & [Ruby::info],
3189 ".thrift" => & [Thrift::info], ".thy" => & [Isabelle::info], ".tl" => & [Teal::info,
3190 TypeLanguage::info], ".tla" => & [TLA::info], ".tlv" => & [TLVerilog::info], ".tm" =>
3191 & [Tcl::info], ".tmCommand" => & [XMLPropertyList::info], ".tmLanguage" => &
3192 [XMLPropertyList::info], ".tmPreferences" => & [XMLPropertyList::info], ".tmSnippet"
3193 => & [XMLPropertyList::info], ".tmTheme" => & [XMLPropertyList::info], ".tmac" => &
3194 [Roff::info], ".tmdl" => & [TMDL::info], ".tml" => & [XML::info], ".tmpl" => &
3195 [GoTemplate::info], ".tmux" => & [Shell::info], ".toc" => & [TeX::info,
3196 WorldOfWarcraftAddonData::info], ".tofu" => & [HCL::info], ".toit" => & [Toit::info],
3197 ".toml" => & [TOML::info], ".toml.example" => & [TOML::info], ".tool" => &
3198 [Shell::info], ".topojson" => & [JSON::info], ".tpb" => & [PLSQL::info], ".tpl" => &
3199 [GoTemplate::info, Smarty::info], ".tpp" => & [Cpp::info], ".tps" => & [PLSQL::info],
3200 ".tres" => & [GodotResource::info], ".trg" => & [PLSQL::info], ".trigger" => &
3201 [Apex::info, Shell::info], ".ts" => & [TypeScript::info, XML::info], ".tscn" => &
3202 [GodotResource::info], ".tsconfig.json" => & [JSONWithComments::info], ".tsp" => &
3203 [TSPLIBData::info, TypeSpec::info], ".tst" => & [GAP::info, Scilab::info], ".tsv" =>
3204 & [TSV::info], ".tsx" => & [TSX::info, XML::info], ".ttl" => & [Turtle::info], ".tu"
3205 => & [Turing::info], ".twig" => & [Twig::info], ".txi" => & [Texinfo::info], ".txl"
3206 => & [TXL::info], ".txt" => & [AdblockFilterList::info, Text::info,
3207 VimHelpFile::info], ".txx" => & [Cpp::info], ".typ" => & [Typst::info, XML::info],
3208 ".uc" => & [UnrealScript::info], ".udf" => & [SQL::info], ".udo" => & [Csound::info],
3209 ".ui" => & [XML::info], ".unity" => & [Unity3DAsset::info], ".uno" => & [Uno::info],
3210 ".upc" => & [UnifiedParallelC::info], ".uplc" => & [UntypedPlutusCore::info], ".ur"
3211 => & [UrWeb::info], ".urdf" => & [XML::info], ".url" => & [INI::info], ".urs" => &
3212 [UrWeb::info], ".ux" => & [XML::info], ".v" => & [RocqProver::info, V::info,
3213 Verilog::info], ".vala" => & [Vala::info], ".vapi" => & [Vala::info], ".vark" => &
3214 [Gosu::info], ".vb" => & [VisualBasicNET::info], ".vba" => & [VBA::info,
3215 VimScript::info], ".vbhtml" => & [VisualBasicNET::info], ".vbproj" => & [XML::info],
3216 ".vbs" => & [VBScript::info], ".vcf" => & [TSV::info, VCard::info], ".vcl" => &
3217 [VCL::info], ".vcxproj" => & [XML::info], ".vdf" => & [ValveDataFormat::info], ".veo"
3218 => & [Verilog::info], ".vert" => & [GLSL::info], ".vh" => & [SystemVerilog::info],
3219 ".vhd" => & [VHDL::info], ".vhdl" => & [VHDL::info], ".vhf" => & [VHDL::info], ".vhi"
3220 => & [VHDL::info], ".vho" => & [VHDL::info], ".vhost" => & [ApacheConf::info,
3221 Nginx::info], ".vhs" => & [VHDL::info], ".vht" => & [VHDL::info], ".vhw" => &
3222 [VHDL::info], ".vim" => & [VimScript::info], ".vimrc" => & [VimScript::info], ".viw"
3223 => & [SQL::info], ".vmb" => & [VimScript::info], ".volt" => & [Volt::info], ".vrx" =>
3224 & [GLSL::info], ".vs" => & [GLSL::info], ".vsh" => & [GLSL::info], ".vshader" => &
3225 [GLSL::info], ".vsixmanifest" => & [XML::info], ".vssettings" => & [XML::info],
3226 ".vstemplate" => & [XML::info], ".vtl" => & [VelocityTemplateLanguage::info], ".vto"
3227 => & [Vento::info], ".vtt" => & [WebVTT::info], ".vue" => & [Vue::info], ".vw" => &
3228 [PLSQL::info], ".vxml" => & [XML::info], ".vy" => & [Vyper::info], ".w" => &
3229 [CWeb::info, OpenEdgeABL::info], ".wast" => & [WebAssembly::info], ".wat" => &
3230 [WebAssembly::info], ".watchr" => & [Ruby::info], ".wdl" => & [WDL::info], ".webapp"
3231 => & [JSON::info], ".webidl" => & [WebIDL::info], ".webmanifest" => & [JSON::info],
3232 ".weechatlog" => & [IRCLog::info], ".wgsl" => & [WGSL::info], ".whiley" => &
3233 [Whiley::info], ".wiki" => & [Wikitext::info], ".wikitext" => & [Wikitext::info],
3234 ".wisp" => & [Wisp::info], ".wit" => & [WebAssemblyInterfaceType::info], ".wixproj"
3235 => & [XML::info], ".wl" => & [WolframLanguage::info], ".wlk" => & [Wollok::info],
3236 ".wls" => & [WolframLanguage::info], ".wlt" => & [WolframLanguage::info], ".wlua" =>
3237 & [Lua::info], ".workbook" => & [Markdown::info], ".workflow" => & [HCL::info,
3238 XML::info], ".wren" => & [Wren::info], ".ws" => & [WitcherScript::info], ".wsdl" => &
3239 [XML::info], ".wsf" => & [XML::info], ".wsgi" => & [Python::info], ".wxi" => &
3240 [XML::info], ".wxl" => & [XML::info], ".wxs" => & [XML::info], ".x" => &
3241 [DirectX3DFile::info, LinkerScript::info, Logos::info, RPC::info], ".x10" => &
3242 [X10::info], ".x3d" => & [XML::info], ".x68" => & [Motorola68KAssembly::info],
3243 ".xacro" => & [XML::info], ".xaml" => & [XML::info], ".xbm" => & [XBitMap::info],
3244 ".xc" => & [XC::info], ".xdc" => & [Tcl::info], ".xht" => & [HTML::info], ".xhtml" =>
3245 & [HTML::info], ".xi" => & [Logos::info], ".xib" => & [XML::info], ".xlf" => &
3246 [XML::info], ".xliff" => & [XML::info], ".xm" => & [Logos::info], ".xmi" => &
3247 [XML::info], ".xml" => & [XML::info], ".xml.dist" => & [XML::info], ".xmp" => &
3248 [XML::info], ".xojo_code" => & [Xojo::info], ".xojo_menu" => & [Xojo::info],
3249 ".xojo_report" => & [Xojo::info], ".xojo_script" => & [Xojo::info], ".xojo_toolbar"
3250 => & [Xojo::info], ".xojo_window" => & [Xojo::info], ".xpl" => & [XProc::info],
3251 ".xpm" => & [XPixMap::info], ".xproc" => & [XProc::info], ".xproj" => & [XML::info],
3252 ".xpy" => & [Python::info], ".xq" => & [XQuery::info], ".xql" => & [XQuery::info],
3253 ".xqm" => & [XQuery::info], ".xquery" => & [XQuery::info], ".xqy" => &
3254 [XQuery::info], ".xrl" => & [Erlang::info], ".xs" => & [XS::info], ".xsd" => &
3255 [XML::info], ".xsh" => & [Xonsh::info], ".xsjs" => & [JavaScript::info], ".xsjslib"
3256 => & [JavaScript::info], ".xsl" => & [XSLT::info], ".xslt" => & [XSLT::info],
3257 ".xsp-config" => & [XPages::info], ".xsp.metadata" => & [XPages::info], ".xspec" => &
3258 [XML::info], ".xtend" => & [Xtend::info], ".xul" => & [XML::info], ".xzap" => &
3259 [ZAP::info], ".y" => & [Yacc::info], ".yacc" => & [Yacc::info], ".yaml" => &
3260 [MiniYAML::info, OASv2Yaml::info, OASv3Yaml::info, YAML::info], ".yaml-tmlanguage" =>
3261 & [YAML::info], ".yaml.sed" => & [YAML::info], ".yang" => & [YANG::info], ".yap" => &
3262 [Prolog::info], ".yar" => & [YARA::info], ".yara" => & [YARA::info], ".yasnippet" =>
3263 & [YASnippet::info], ".yml" => & [MiniYAML::info, OASv2Yaml::info, OASv3Yaml::info,
3264 YAML::info], ".yml.mysql" => & [YAML::info], ".yrl" => & [Erlang::info], ".yul" => &
3265 [Yul::info], ".yy" => & [JSON::info, Yacc::info], ".yyp" => & [JSON::info], ".z3" =>
3266 & [SMT::info], ".zap" => & [ZAP::info], ".zcml" => & [XML::info], ".zeek" => &
3267 [Zeek::info], ".zep" => & [Zephir::info], ".zig" => & [Zig::info], ".zig.zon" => &
3268 [Zig::info], ".zil" => & [ZIL::info], ".zimpl" => & [Zimpl::info], ".zmodel" => &
3269 [Zmodel::info], ".zmpl" => & [Zimpl::info], ".zone" => & [DNSZone::info], ".zpl" => &
3270 [Zimpl::info], ".zs" => & [ZenScript::info], ".zsh" => & [Shell::info], ".zsh-theme"
3271 => & [Shell::info]
3272};