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