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