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