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