Permalink
7978 lines (7978 sloc)
133 KB
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
linguist/lib/linguist/languages.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Wrong branch. This reverts commit 4ff25e9.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Defines all Languages known to GitHub. | |
# | |
# fs_name - Optional field. Only necessary as a replacement for the sample directory name if the | |
# language name is not a valid filename under the Windows filesystem (e.g., if it | |
# contains an asterisk). | |
# type - Either data, programming, markup, prose, or nil | |
# aliases - An Array of additional aliases (implicitly | |
# includes name.downcase) | |
# ace_mode - A String name of the Ace Mode used for highlighting whenever | |
# a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. | |
# Use "text" if a mode does not exist. | |
# codemirror_mode - A String name of the CodeMirror Mode used for highlighting whenever a file is edited. | |
# This must match a mode from https://git.io/vi9Fx | |
# codemirror_mime_type - A String name of the file mime type used for highlighting whenever a file is edited. | |
# This should match the `mime` associated with the mode from https://git.io/f4SoQ | |
# wrap - Boolean wrap to enable line wrapping (default: false) | |
# extensions - An Array of associated extensions (the first one is | |
# considered the primary extension, the others should be | |
# listed alphabetically) | |
# filenames - An Array of filenames commonly associated with the language | |
# interpreters - An Array of associated interpreters | |
# language_id - Integer used as a language-name-independent indexed field so that we can rename | |
# languages in Linguist without reindexing all the code on GitHub. Must not be | |
# changed for existing languages without the explicit permission of GitHub staff. | |
# color - CSS hex color to represent the language. Only used if type is "programming" or "markup". | |
# tm_scope - The TextMate scope that represents this programming | |
# language. This should match one of the scopes listed in | |
# the grammars.yml file. Use "none" if there is no grammar | |
# for this language. | |
# group - Name of the parent language. Languages in a group are counted | |
# in the statistics as the parent language. | |
# | |
# Any additions or modifications (even trivial) should have corresponding | |
# test changes in `test/test_blob.rb`. | |
# | |
# Please keep this list alphabetized. Capitalization comes before lowercase. | |
--- | |
1C Enterprise: | |
type: programming | |
color: "#814CCC" | |
extensions: | |
- ".bsl" | |
- ".os" | |
tm_scope: source.bsl | |
ace_mode: text | |
language_id: 0 | |
2-Dimensional Array: | |
type: data | |
color: "#38761D" | |
extensions: | |
- ".2da" | |
tm_scope: source.2da | |
ace_mode: text | |
language_id: 387204628 | |
4D: | |
type: programming | |
color: "#004289" | |
extensions: | |
- ".4dm" | |
tm_scope: source.4dm | |
ace_mode: text | |
language_id: 577529595 | |
ABAP: | |
type: programming | |
color: "#E8274B" | |
extensions: | |
- ".abap" | |
tm_scope: source.abap | |
ace_mode: abap | |
language_id: 1 | |
ABAP CDS: | |
type: programming | |
color: "#555e25" | |
extensions: | |
- ".asddls" | |
tm_scope: source.abapcds | |
language_id: 452681853 | |
ace_mode: text | |
ABNF: | |
type: data | |
ace_mode: text | |
extensions: | |
- ".abnf" | |
tm_scope: source.abnf | |
language_id: 429 | |
AGS Script: | |
type: programming | |
color: "#B9D9FF" | |
aliases: | |
- ags | |
extensions: | |
- ".asc" | |
- ".ash" | |
tm_scope: source.c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
language_id: 2 | |
AIDL: | |
type: programming | |
color: "#34EB6B" | |
tm_scope: source.aidl | |
extensions: | |
- ".aidl" | |
ace_mode: text | |
interpreters: | |
- aidl | |
language_id: 451700185 | |
AL: | |
type: programming | |
color: "#3AA2B5" | |
extensions: | |
- ".al" | |
tm_scope: source.al | |
ace_mode: text | |
language_id: 658971832 | |
AMPL: | |
type: programming | |
color: "#E6EFBB" | |
extensions: | |
- ".ampl" | |
- ".mod" | |
tm_scope: source.ampl | |
ace_mode: text | |
language_id: 3 | |
ANTLR: | |
type: programming | |
color: "#9DC3FF" | |
extensions: | |
- ".g4" | |
tm_scope: source.antlr | |
ace_mode: text | |
language_id: 4 | |
API Blueprint: | |
type: markup | |
color: "#2ACCA8" | |
ace_mode: markdown | |
extensions: | |
- ".apib" | |
tm_scope: text.html.markdown.source.gfm.apib | |
language_id: 5 | |
APL: | |
type: programming | |
color: "#5A8164" | |
extensions: | |
- ".apl" | |
- ".dyalog" | |
interpreters: | |
- apl | |
- aplx | |
- dyalog | |
tm_scope: source.apl | |
ace_mode: text | |
codemirror_mode: apl | |
codemirror_mime_type: text/apl | |
language_id: 6 | |
ASL: | |
type: programming | |
ace_mode: text | |
extensions: | |
- ".asl" | |
- ".dsl" | |
tm_scope: source.asl | |
language_id: 124996147 | |
ASN.1: | |
type: data | |
extensions: | |
- ".asn" | |
- ".asn1" | |
tm_scope: source.asn | |
ace_mode: text | |
codemirror_mode: asn.1 | |
codemirror_mime_type: text/x-ttcn-asn | |
language_id: 7 | |
ASP.NET: | |
type: programming | |
tm_scope: text.html.asp | |
color: "#9400ff" | |
aliases: | |
- aspx | |
- aspx-vb | |
extensions: | |
- ".asax" | |
- ".ascx" | |
- ".ashx" | |
- ".asmx" | |
- ".aspx" | |
- ".axd" | |
ace_mode: text | |
codemirror_mode: htmlembedded | |
codemirror_mime_type: application/x-aspx | |
language_id: 564186416 | |
ATS: | |
type: programming | |
color: "#1ac620" | |
aliases: | |
- ats2 | |
extensions: | |
- ".dats" | |
- ".hats" | |
- ".sats" | |
tm_scope: source.ats | |
ace_mode: ocaml | |
language_id: 9 | |
ActionScript: | |
type: programming | |
tm_scope: source.actionscript.3 | |
color: "#882B0F" | |
aliases: | |
- actionscript 3 | |
- actionscript3 | |
- as3 | |
extensions: | |
- ".as" | |
ace_mode: actionscript | |
language_id: 10 | |
Ada: | |
type: programming | |
color: "#02f88c" | |
extensions: | |
- ".adb" | |
- ".ada" | |
- ".ads" | |
aliases: | |
- ada95 | |
- ada2005 | |
tm_scope: source.ada | |
ace_mode: ada | |
language_id: 11 | |
Adblock Filter List: | |
type: data | |
color: "#800000" | |
ace_mode: text | |
extensions: | |
- ".txt" | |
aliases: | |
- ad block filters | |
- ad block | |
- adb | |
- adblock | |
tm_scope: text.adblock | |
language_id: 884614762 | |
Adobe Font Metrics: | |
type: data | |
color: "#fa0f00" | |
tm_scope: source.afm | |
extensions: | |
- ".afm" | |
aliases: | |
- acfm | |
- adobe composite font metrics | |
- adobe multiple font metrics | |
- amfm | |
ace_mode: text | |
language_id: 147198098 | |
Agda: | |
type: programming | |
color: "#315665" | |
extensions: | |
- ".agda" | |
tm_scope: source.agda | |
ace_mode: text | |
language_id: 12 | |
Alloy: | |
type: programming | |
color: "#64C800" | |
extensions: | |
- ".als" | |
tm_scope: source.alloy | |
ace_mode: text | |
language_id: 13 | |
Alpine Abuild: | |
type: programming | |
color: "#0D597F" | |
group: Shell | |
aliases: | |
- abuild | |
- apkbuild | |
filenames: | |
- APKBUILD | |
tm_scope: source.shell | |
ace_mode: sh | |
codemirror_mode: shell | |
codemirror_mime_type: text/x-sh | |
language_id: 14 | |
Altium Designer: | |
type: data | |
color: "#A89663" | |
aliases: | |
- altium | |
extensions: | |
- ".OutJob" | |
- ".PcbDoc" | |
- ".PrjPCB" | |
- ".SchDoc" | |
tm_scope: source.ini | |
ace_mode: ini | |
language_id: 187772328 | |
AngelScript: | |
type: programming | |
color: "#C7D7DC" | |
extensions: | |
- ".as" | |
- ".angelscript" | |
tm_scope: source.angelscript | |
ace_mode: text | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
language_id: 389477596 | |
Ant Build System: | |
type: data | |
color: "#A9157E" | |
tm_scope: text.xml.ant | |
filenames: | |
- ant.xml | |
- build.xml | |
ace_mode: xml | |
codemirror_mode: xml | |
codemirror_mime_type: application/xml | |
language_id: 15 | |
Antlers: | |
type: markup | |
color: "#ff269e" | |
extensions: | |
- ".antlers.html" | |
- ".antlers.php" | |
- ".antlers.xml" | |
tm_scope: text.html.statamic | |
ace_mode: text | |
language_id: 1067292663 | |
ApacheConf: | |
type: data | |
color: "#d12127" | |
aliases: | |
- aconf | |
- apache | |
extensions: | |
- ".apacheconf" | |
- ".vhost" | |
filenames: | |
- ".htaccess" | |
- apache2.conf | |
- httpd.conf | |
tm_scope: source.apache-config | |
ace_mode: apache_conf | |
language_id: 16 | |
Apex: | |
type: programming | |
color: "#1797c0" | |
extensions: | |
- ".cls" | |
tm_scope: source.java | |
ace_mode: java | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-java | |
language_id: 17 | |
Apollo Guidance Computer: | |
type: programming | |
color: "#0B3D91" | |
group: Assembly | |
extensions: | |
- ".agc" | |
tm_scope: source.agc | |
ace_mode: assembly_x86 | |
language_id: 18 | |
AppleScript: | |
type: programming | |
aliases: | |
- osascript | |
extensions: | |
- ".applescript" | |
- ".scpt" | |
interpreters: | |
- osascript | |
tm_scope: source.applescript | |
ace_mode: applescript | |
color: "#101F1F" | |
language_id: 19 | |
Arc: | |
type: programming | |
color: "#aa2afe" | |
extensions: | |
- ".arc" | |
tm_scope: none | |
ace_mode: text | |
language_id: 20 | |
AsciiDoc: | |
type: prose | |
color: "#73a0c5" | |
ace_mode: asciidoc | |
wrap: true | |
extensions: | |
- ".asciidoc" | |
- ".adoc" | |
- ".asc" | |
tm_scope: text.html.asciidoc | |
language_id: 22 | |
AspectJ: | |
type: programming | |
color: "#a957b0" | |
extensions: | |
- ".aj" | |
tm_scope: source.aspectj | |
ace_mode: text | |
language_id: 23 | |
Assembly: | |
type: programming | |
color: "#6E4C13" | |
aliases: | |
- asm | |
- nasm | |
extensions: | |
- ".asm" | |
- ".a51" | |
- ".i" | |
- ".inc" | |
- ".nas" | |
- ".nasm" | |
tm_scope: source.assembly | |
ace_mode: assembly_x86 | |
language_id: 24 | |
Astro: | |
type: markup | |
color: "#ff5a03" | |
extensions: | |
- ".astro" | |
tm_scope: source.astro | |
ace_mode: html | |
codemirror_mode: jsx | |
codemirror_mime_type: text/jsx | |
language_id: 578209015 | |
Asymptote: | |
type: programming | |
color: "#ff0000" | |
extensions: | |
- ".asy" | |
interpreters: | |
- asy | |
tm_scope: source.c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-kotlin | |
language_id: 591605007 | |
Augeas: | |
type: programming | |
color: "#9CC134" | |
extensions: | |
- ".aug" | |
tm_scope: none | |
ace_mode: text | |
language_id: 25 | |
AutoHotkey: | |
type: programming | |
color: "#6594b9" | |
aliases: | |
- ahk | |
extensions: | |
- ".ahk" | |
- ".ahkl" | |
tm_scope: source.ahk | |
ace_mode: autohotkey | |
language_id: 26 | |
AutoIt: | |
type: programming | |
color: "#1C3552" | |
aliases: | |
- au3 | |
- AutoIt3 | |
- AutoItScript | |
extensions: | |
- ".au3" | |
tm_scope: source.autoit | |
ace_mode: autohotkey | |
language_id: 27 | |
Avro IDL: | |
type: data | |
color: "#0040FF" | |
extensions: | |
- ".avdl" | |
tm_scope: source.avro | |
ace_mode: text | |
language_id: 785497837 | |
Awk: | |
type: programming | |
color: "#c30e9b" | |
extensions: | |
- ".awk" | |
- ".auk" | |
- ".gawk" | |
- ".mawk" | |
- ".nawk" | |
interpreters: | |
- awk | |
- gawk | |
- mawk | |
- nawk | |
tm_scope: source.awk | |
ace_mode: text | |
language_id: 28 | |
BASIC: | |
type: programming | |
extensions: | |
- ".bas" | |
tm_scope: source.basic | |
ace_mode: text | |
color: "#ff0000" | |
language_id: 28923963 | |
Ballerina: | |
type: programming | |
extensions: | |
- ".bal" | |
tm_scope: source.ballerina | |
ace_mode: text | |
color: "#FF5000" | |
language_id: 720859680 | |
Batchfile: | |
type: programming | |
aliases: | |
- bat | |
- batch | |
- dosbatch | |
- winbatch | |
extensions: | |
- ".bat" | |
- ".cmd" | |
tm_scope: source.batchfile | |
ace_mode: batchfile | |
color: "#C1F12E" | |
language_id: 29 | |
Beef: | |
type: programming | |
color: "#a52f4e" | |
extensions: | |
- ".bf" | |
tm_scope: source.cs | |
ace_mode: csharp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csharp | |
language_id: 545626333 | |
Befunge: | |
type: programming | |
extensions: | |
- ".befunge" | |
- ".bf" | |
tm_scope: source.befunge | |
ace_mode: text | |
language_id: 30 | |
Berry: | |
type: programming | |
extensions: | |
- ".be" | |
tm_scope: source.berry | |
ace_mode: text | |
color: "#15A13C" | |
aliases: | |
- be | |
language_id: 121855308 | |
BibTeX: | |
type: markup | |
color: "#778899" | |
group: TeX | |
extensions: | |
- ".bib" | |
- ".bibtex" | |
tm_scope: text.bibtex | |
ace_mode: tex | |
codemirror_mode: stex | |
codemirror_mime_type: text/x-stex | |
language_id: 982188347 | |
Bicep: | |
type: programming | |
color: "#519aba" | |
extensions: | |
- ".bicep" | |
tm_scope: source.bicep | |
ace_mode: text | |
language_id: 321200902 | |
Bikeshed: | |
type: markup | |
color: "#5562ac" | |
extensions: | |
- ".bs" | |
tm_scope: source.csswg | |
ace_mode: html | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
language_id: 1055528081 | |
Bison: | |
type: programming | |
color: "#6A463F" | |
group: Yacc | |
tm_scope: source.yacc | |
extensions: | |
- ".bison" | |
ace_mode: text | |
language_id: 31 | |
BitBake: | |
type: programming | |
color: "#00bce4" | |
tm_scope: none | |
extensions: | |
- ".bb" | |
ace_mode: text | |
language_id: 32 | |
Blade: | |
type: markup | |
color: "#f7523f" | |
extensions: | |
- ".blade" | |
- ".blade.php" | |
tm_scope: text.html.php.blade | |
ace_mode: text | |
language_id: 33 | |
BlitzBasic: | |
type: programming | |
color: "#00FFAE" | |
aliases: | |
- b3d | |
- blitz3d | |
- blitzplus | |
- bplus | |
extensions: | |
- ".bb" | |
- ".decls" | |
tm_scope: source.blitzmax | |
ace_mode: text | |
language_id: 34 | |
BlitzMax: | |
type: programming | |
color: "#cd6400" | |
extensions: | |
- ".bmx" | |
aliases: | |
- bmax | |
tm_scope: source.blitzmax | |
ace_mode: text | |
language_id: 35 | |
Bluespec: | |
type: programming | |
color: "#12223c" | |
extensions: | |
- ".bsv" | |
tm_scope: source.bsv | |
ace_mode: verilog | |
language_id: 36 | |
Boo: | |
type: programming | |
color: "#d4bec1" | |
extensions: | |
- ".boo" | |
ace_mode: text | |
tm_scope: source.boo | |
language_id: 37 | |
Boogie: | |
type: programming | |
color: "#c80fa0" | |
extensions: | |
- ".bpl" | |
interpreters: | |
- boogie | |
tm_scope: source.boogie | |
ace_mode: text | |
language_id: 955017407 | |
Brainfuck: | |
type: programming | |
color: "#2F2530" | |
extensions: | |
- ".b" | |
- ".bf" | |
tm_scope: source.bf | |
ace_mode: text | |
codemirror_mode: brainfuck | |
codemirror_mime_type: text/x-brainfuck | |
language_id: 38 | |
BrighterScript: | |
type: programming | |
color: "#66AABB" | |
extensions: | |
- ".bs" | |
tm_scope: source.brs | |
ace_mode: text | |
language_id: 943571030 | |
Brightscript: | |
type: programming | |
color: "#662D91" | |
extensions: | |
- ".brs" | |
tm_scope: source.brs | |
ace_mode: text | |
language_id: 39 | |
Browserslist: | |
type: data | |
color: "#ffd539" | |
filenames: | |
- ".browserslistrc" | |
- browserslist | |
tm_scope: text.browserslist | |
ace_mode: text | |
language_id: 153503348 | |
C: | |
type: programming | |
color: "#555555" | |
extensions: | |
- ".c" | |
- ".cats" | |
- ".h" | |
- ".idc" | |
interpreters: | |
- tcc | |
tm_scope: source.c | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csrc | |
language_id: 41 | |
C#: | |
type: programming | |
ace_mode: csharp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csharp | |
tm_scope: source.cs | |
color: "#178600" | |
aliases: | |
- csharp | |
- cake | |
- cakescript | |
extensions: | |
- ".cs" | |
- ".cake" | |
- ".csx" | |
- ".linq" | |
language_id: 42 | |
C++: | |
type: programming | |
tm_scope: source.c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
color: "#f34b7d" | |
aliases: | |
- cpp | |
extensions: | |
- ".cpp" | |
- ".c++" | |
- ".cc" | |
- ".cp" | |
- ".cxx" | |
- ".h" | |
- ".h++" | |
- ".hh" | |
- ".hpp" | |
- ".hxx" | |
- ".inc" | |
- ".inl" | |
- ".ino" | |
- ".ipp" | |
- ".ixx" | |
- ".re" | |
- ".tcc" | |
- ".tpp" | |
language_id: 43 | |
C-ObjDump: | |
type: data | |
extensions: | |
- ".c-objdump" | |
tm_scope: objdump.x86asm | |
ace_mode: assembly_x86 | |
language_id: 44 | |
C2hs Haskell: | |
type: programming | |
group: Haskell | |
aliases: | |
- c2hs | |
extensions: | |
- ".chs" | |
tm_scope: source.haskell | |
ace_mode: haskell | |
codemirror_mode: haskell | |
codemirror_mime_type: text/x-haskell | |
language_id: 45 | |
CAP CDS: | |
type: programming | |
tm_scope: source.cds | |
color: "#0092d1" | |
aliases: | |
- cds | |
extensions: | |
- ".cds" | |
ace_mode: text | |
language_id: 390788699 | |
CIL: | |
type: data | |
tm_scope: source.cil | |
extensions: | |
- ".cil" | |
ace_mode: text | |
language_id: 29176339 | |
CLIPS: | |
type: programming | |
color: "#00A300" | |
extensions: | |
- ".clp" | |
tm_scope: source.clips | |
ace_mode: text | |
language_id: 46 | |
CMake: | |
type: programming | |
color: "#DA3434" | |
extensions: | |
- ".cmake" | |
- ".cmake.in" | |
filenames: | |
- CMakeLists.txt | |
tm_scope: source.cmake | |
ace_mode: text | |
codemirror_mode: cmake | |
codemirror_mime_type: text/x-cmake | |
language_id: 47 | |
COBOL: | |
type: programming | |
extensions: | |
- ".cob" | |
- ".cbl" | |
- ".ccp" | |
- ".cobol" | |
- ".cpy" | |
tm_scope: source.cobol | |
ace_mode: cobol | |
codemirror_mode: cobol | |
codemirror_mime_type: text/x-cobol | |
language_id: 48 | |
CODEOWNERS: | |
type: data | |
filenames: | |
- CODEOWNERS | |
tm_scope: text.codeowners | |
ace_mode: gitignore | |
language_id: 321684729 | |
COLLADA: | |
type: data | |
color: "#F1A42B" | |
extensions: | |
- ".dae" | |
tm_scope: text.xml | |
ace_mode: xml | |
codemirror_mode: xml | |
codemirror_mime_type: text/xml | |
language_id: 49 | |
CSON: | |
type: data | |
color: "#244776" | |
tm_scope: source.coffee | |
ace_mode: coffee | |
codemirror_mode: coffeescript | |
codemirror_mime_type: text/x-coffeescript | |
extensions: | |
- ".cson" | |
language_id: 424 | |
CSS: | |
type: markup | |
tm_scope: source.css | |
ace_mode: css | |
codemirror_mode: css | |
codemirror_mime_type: text/css | |
color: "#563d7c" | |
extensions: | |
- ".css" | |
language_id: 50 | |
CSV: | |
type: data | |
color: "#237346" | |
ace_mode: text | |
tm_scope: none | |
extensions: | |
- ".csv" | |
language_id: 51 | |
CUE: | |
type: programming | |
extensions: | |
- ".cue" | |
tm_scope: source.cue | |
ace_mode: text | |
color: "#5886E1" | |
language_id: 356063509 | |
CWeb: | |
type: programming | |
color: "#00007a" | |
extensions: | |
- ".w" | |
tm_scope: none | |
ace_mode: text | |
language_id: 657332628 | |
Cabal Config: | |
type: data | |
color: "#483465" | |
aliases: | |
- Cabal | |
extensions: | |
- ".cabal" | |
filenames: | |
- cabal.config | |
- cabal.project | |
ace_mode: haskell | |
codemirror_mode: haskell | |
codemirror_mime_type: text/x-haskell | |
tm_scope: source.cabal | |
language_id: 677095381 | |
Cadence: | |
type: programming | |
color: "#00ef8b" | |
ace_mode: text | |
tm_scope: source.cadence | |
extensions: | |
- ".cdc" | |
language_id: 270184138 | |
Cairo: | |
type: programming | |
color: "#ff4a48" | |
ace_mode: text | |
tm_scope: source.cairo | |
extensions: | |
- ".cairo" | |
language_id: 620599567 | |
CameLIGO: | |
type: programming | |
color: "#3be133" | |
extensions: | |
- ".mligo" | |
tm_scope: source.mligo | |
ace_mode: ocaml | |
codemirror_mode: mllike | |
codemirror_mime_type: text/x-ocaml | |
group: LigoLANG | |
language_id: 829207807 | |
Cap'n Proto: | |
type: programming | |
color: "#c42727" | |
tm_scope: source.capnp | |
extensions: | |
- ".capnp" | |
ace_mode: text | |
language_id: 52 | |
CartoCSS: | |
type: programming | |
aliases: | |
- Carto | |
extensions: | |
- ".mss" | |
ace_mode: text | |
tm_scope: source.css.mss | |
language_id: 53 | |
Ceylon: | |
type: programming | |
color: "#dfa535" | |
extensions: | |
- ".ceylon" | |
tm_scope: source.ceylon | |
ace_mode: text | |
language_id: 54 | |
Chapel: | |
type: programming | |
color: "#8dc63f" | |
aliases: | |
- chpl | |
extensions: | |
- ".chpl" | |
tm_scope: source.chapel | |
ace_mode: text | |
language_id: 55 | |
Charity: | |
type: programming | |
extensions: | |
- ".ch" | |
tm_scope: none | |
ace_mode: text | |
language_id: 56 | |
Checksums: | |
type: data | |
tm_scope: text.checksums | |
aliases: | |
- checksum | |
- hash | |
- hashes | |
- sum | |
- sums | |
filenames: | |
- MD5SUMS | |
- SHA1SUMS | |
- SHA256SUMS | |
- SHA256SUMS.txt | |
- SHA512SUMS | |
- checksums.txt | |
- cksums | |
- md5sum.txt | |
extensions: | |
- ".crc32" | |
- ".md2" | |
- ".md4" | |
- ".md5" | |
- ".sha1" | |
- ".sha2" | |
- ".sha224" | |
- ".sha256" | |
- ".sha256sum" | |
- ".sha3" | |
- ".sha384" | |
- ".sha512" | |
ace_mode: text | |
language_id: 372063053 | |
ChucK: | |
type: programming | |
color: "#3f8000" | |
extensions: | |
- ".ck" | |
tm_scope: source.java | |
ace_mode: java | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-java | |
language_id: 57 | |
Cirru: | |
type: programming | |
color: "#ccccff" | |
tm_scope: source.cirru | |
ace_mode: cirru | |
extensions: | |
- ".cirru" | |
language_id: 58 | |
Clarion: | |
type: programming | |
color: "#db901e" | |
ace_mode: text | |
extensions: | |
- ".clw" | |
tm_scope: source.clarion | |
language_id: 59 | |
Clarity: | |
type: programming | |
color: "#5546ff" | |
ace_mode: lisp | |
extensions: | |
- ".clar" | |
tm_scope: source.clar | |
language_id: 91493841 | |
Classic ASP: | |
type: programming | |
color: "#6a40fd" | |
tm_scope: text.html.asp | |
aliases: | |
- asp | |
extensions: | |
- ".asp" | |
ace_mode: text | |
language_id: 8 | |
Clean: | |
type: programming | |
color: "#3F85AF" | |
extensions: | |
- ".icl" | |
- ".dcl" | |
tm_scope: source.clean | |
ace_mode: text | |
language_id: 60 | |
Click: | |
type: programming | |
color: "#E4E6F3" | |
extensions: | |
- ".click" | |
tm_scope: source.click | |
ace_mode: text | |
language_id: 61 | |
Clojure: | |
type: programming | |
tm_scope: source.clojure | |
ace_mode: clojure | |
codemirror_mode: clojure | |
codemirror_mime_type: text/x-clojure | |
color: "#db5855" | |
extensions: | |
- ".clj" | |
- ".bb" | |
- ".boot" | |
- ".cl2" | |
- ".cljc" | |
- ".cljs" | |
- ".cljs.hl" | |
- ".cljscm" | |
- ".cljx" | |
- ".hic" | |
filenames: | |
- riemann.config | |
interpreters: | |
- bb | |
language_id: 62 | |
Closure Templates: | |
type: markup | |
color: "#0d948f" | |
ace_mode: soy_template | |
codemirror_mode: soy | |
codemirror_mime_type: text/x-soy | |
aliases: | |
- soy | |
extensions: | |
- ".soy" | |
tm_scope: text.html.soy | |
language_id: 357046146 | |
Cloud Firestore Security Rules: | |
type: data | |
color: "#FFA000" | |
ace_mode: less | |
codemirror_mode: css | |
codemirror_mime_type: text/css | |
tm_scope: source.firestore | |
filenames: | |
- firestore.rules | |
language_id: 407996372 | |
CoNLL-U: | |
type: data | |
extensions: | |
- ".conllu" | |
- ".conll" | |
tm_scope: text.conllu | |
ace_mode: text | |
aliases: | |
- CoNLL | |
- CoNLL-X | |
language_id: 421026389 | |
CodeQL: | |
type: programming | |
color: "#140f46" | |
extensions: | |
- ".ql" | |
- ".qll" | |
tm_scope: source.ql | |
ace_mode: text | |
language_id: 424259634 | |
aliases: | |
- ql | |
CoffeeScript: | |
type: programming | |
tm_scope: source.coffee | |
ace_mode: coffee | |
codemirror_mode: coffeescript | |
codemirror_mime_type: text/x-coffeescript | |
color: "#244776" | |
aliases: | |
- coffee | |
- coffee-script | |
extensions: | |
- ".coffee" | |
- "._coffee" | |
- ".cake" | |
- ".cjsx" | |
- ".iced" | |
filenames: | |
- Cakefile | |
interpreters: | |
- coffee | |
language_id: 63 | |
ColdFusion: | |
type: programming | |
ace_mode: coldfusion | |
color: "#ed2cd6" | |
aliases: | |
- cfm | |
- cfml | |
- coldfusion html | |
extensions: | |
- ".cfm" | |
- ".cfml" | |
tm_scope: text.html.cfm | |
language_id: 64 | |
ColdFusion CFC: | |
type: programming | |
color: "#ed2cd6" | |
group: ColdFusion | |
ace_mode: coldfusion | |
aliases: | |
- cfc | |
extensions: | |
- ".cfc" | |
tm_scope: source.cfscript | |
language_id: 65 | |
Common Lisp: | |
type: programming | |
tm_scope: source.lisp | |
color: "#3fb68b" | |
aliases: | |
- lisp | |
extensions: | |
- ".lisp" | |
- ".asd" | |
- ".cl" | |
- ".l" | |
- ".lsp" | |
- ".ny" | |
- ".podsl" | |
- ".sexp" | |
interpreters: | |
- lisp | |
- sbcl | |
- ccl | |
- clisp | |
- ecl | |
ace_mode: lisp | |
codemirror_mode: commonlisp | |
codemirror_mime_type: text/x-common-lisp | |
language_id: 66 | |
Common Workflow Language: | |
aliases: | |
- cwl | |
type: programming | |
ace_mode: yaml | |
codemirror_mode: yaml | |
codemirror_mime_type: text/x-yaml | |
extensions: | |
- ".cwl" | |
interpreters: | |
- cwl-runner | |
color: "#B5314C" | |
tm_scope: source.cwl | |
language_id: 988547172 | |
Component Pascal: | |
type: programming | |
color: "#B0CE4E" | |
extensions: | |
- ".cp" | |
- ".cps" | |
tm_scope: source.pascal | |
ace_mode: pascal | |
codemirror_mode: pascal | |
codemirror_mime_type: text/x-pascal | |
language_id: 67 | |
Cool: | |
type: programming | |
extensions: | |
- ".cl" | |
tm_scope: source.cool | |
ace_mode: text | |
language_id: 68 | |
Coq: | |
type: programming | |
color: "#d0b68c" | |
extensions: | |
- ".coq" | |
- ".v" | |
tm_scope: source.coq | |
ace_mode: text | |
language_id: 69 | |
Cpp-ObjDump: | |
type: data | |
extensions: | |
- ".cppobjdump" | |
- ".c++-objdump" | |
- ".c++objdump" | |
- ".cpp-objdump" | |
- ".cxx-objdump" | |
tm_scope: objdump.x86asm | |
aliases: | |
- c++-objdump | |
ace_mode: assembly_x86 | |
language_id: 70 | |
Creole: | |
type: prose | |
wrap: true | |
extensions: | |
- ".creole" | |
tm_scope: text.html.creole | |
ace_mode: text | |
language_id: 71 | |
Crystal: | |
type: programming | |
color: "#000100" | |
extensions: | |
- ".cr" | |
ace_mode: ruby | |
codemirror_mode: crystal | |
codemirror_mime_type: text/x-crystal | |
tm_scope: source.crystal | |
interpreters: | |
- crystal | |
language_id: 72 | |
Csound: | |
type: programming | |
color: "#1a1a1a" | |
aliases: | |
- csound-orc | |
extensions: | |
- ".orc" | |
- ".udo" | |
tm_scope: source.csound | |
ace_mode: csound_orchestra | |
language_id: 73 | |
Csound Document: | |
type: programming | |
color: "#1a1a1a" | |
aliases: | |
- csound-csd | |
extensions: | |
- ".csd" | |
tm_scope: source.csound-document | |
ace_mode: csound_document | |
language_id: 74 | |
Csound Score: | |
type: programming | |
color: "#1a1a1a" | |
aliases: | |
- csound-sco | |
extensions: | |
- ".sco" | |
tm_scope: source.csound-score | |
ace_mode: csound_score | |
language_id: 75 | |
Cuda: | |
type: programming | |
extensions: | |
- ".cu" | |
- ".cuh" | |
tm_scope: source.cuda-c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
color: "#3A4E3A" | |
language_id: 77 | |
Cue Sheet: | |
type: data | |
extensions: | |
- ".cue" | |
tm_scope: source.cuesheet | |
ace_mode: text | |
language_id: 942714150 | |
Curry: | |
type: programming | |
color: "#531242" | |
extensions: | |
- ".curry" | |
tm_scope: source.curry | |
ace_mode: haskell | |
language_id: 439829048 | |
Cycript: | |
type: programming | |
extensions: | |
- ".cy" | |
tm_scope: source.js | |
ace_mode: javascript | |
codemirror_mode: javascript | |
codemirror_mime_type: text/javascript | |
language_id: 78 | |
Cypher: | |
type: programming | |
color: "#34c0eb" | |
extensions: | |
- ".cyp" | |
- ".cypher" | |
tm_scope: source.cypher | |
ace_mode: text | |
language_id: 850806976 | |
Cython: | |
type: programming | |
color: "#fedf5b" | |
extensions: | |
- ".pyx" | |
- ".pxd" | |
- ".pxi" | |
aliases: | |
- pyrex | |
tm_scope: source.cython | |
ace_mode: text | |
codemirror_mode: python | |
codemirror_mime_type: text/x-cython | |
language_id: 79 | |
D: | |
type: programming | |
color: "#ba595e" | |
aliases: | |
- Dlang | |
extensions: | |
- ".d" | |
- ".di" | |
tm_scope: source.d | |
ace_mode: d | |
codemirror_mode: d | |
codemirror_mime_type: text/x-d | |
language_id: 80 | |
D-ObjDump: | |
type: data | |
extensions: | |
- ".d-objdump" | |
tm_scope: objdump.x86asm | |
ace_mode: assembly_x86 | |
language_id: 81 | |
DIGITAL Command Language: | |
type: programming | |
aliases: | |
- dcl | |
extensions: | |
- ".com" | |
tm_scope: none | |
ace_mode: text | |
language_id: 82 | |
DM: | |
type: programming | |
color: "#447265" | |
extensions: | |
- ".dm" | |
aliases: | |
- byond | |
tm_scope: source.dm | |
ace_mode: c_cpp | |
language_id: 83 | |
DNS Zone: | |
type: data | |
extensions: | |
- ".zone" | |
- ".arpa" | |
tm_scope: text.zone_file | |
ace_mode: text | |
language_id: 84 | |
DTrace: | |
type: programming | |
aliases: | |
- dtrace-script | |
extensions: | |
- ".d" | |
interpreters: | |
- dtrace | |
tm_scope: source.c | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csrc | |
language_id: 85 | |
Dafny: | |
type: programming | |
color: "#FFEC25" | |
extensions: | |
- ".dfy" | |
interpreters: | |
- dafny | |
tm_scope: text.dfy.dafny | |
ace_mode: text | |
language_id: 969323346 | |
Darcs Patch: | |
type: data | |
color: "#8eff23" | |
aliases: | |
- dpatch | |
extensions: | |
- ".darcspatch" | |
- ".dpatch" | |
tm_scope: none | |
ace_mode: text | |
language_id: 86 | |
Dart: | |
type: programming | |
color: "#00B4AB" | |
extensions: | |
- ".dart" | |
interpreters: | |
- dart | |
tm_scope: source.dart | |
ace_mode: dart | |
codemirror_mode: dart | |
codemirror_mime_type: application/dart | |
language_id: 87 | |
DataWeave: | |
type: programming | |
color: "#003a52" | |
extensions: | |
- ".dwl" | |
ace_mode: text | |
tm_scope: source.data-weave | |
language_id: 974514097 | |
Debian Package Control File: | |
type: data | |
color: "#D70751" | |
extensions: | |
- ".dsc" | |
tm_scope: source.deb-control | |
ace_mode: text | |
language_id: 527438264 | |
DenizenScript: | |
type: programming | |
color: "#FBEE96" | |
ace_mode: yaml | |
codemirror_mode: yaml | |
codemirror_mime_type: text/x-yaml | |
extensions: | |
- ".dsc" | |
tm_scope: source.denizenscript | |
language_id: 435000929 | |
Dhall: | |
type: programming | |
color: "#dfafff" | |
extensions: | |
- ".dhall" | |
tm_scope: source.haskell | |
ace_mode: haskell | |
codemirror_mode: haskell | |
codemirror_mime_type: text/x-haskell | |
language_id: 793969321 | |
Diff: | |
type: data | |
extensions: | |
- ".diff" | |
- ".patch" | |
aliases: | |
- udiff | |
tm_scope: source.diff | |
ace_mode: diff | |
codemirror_mode: diff | |
codemirror_mime_type: text/x-diff | |
language_id: 88 | |
DirectX 3D File: | |
type: data | |
color: "#aace60" | |
extensions: | |
- ".x" | |
ace_mode: text | |
tm_scope: none | |
language_id: 201049282 | |
Dockerfile: | |
type: programming | |
aliases: | |
- Containerfile | |
color: "#384d54" | |
tm_scope: source.dockerfile | |
extensions: | |
- ".dockerfile" | |
filenames: | |
- Containerfile | |
- Dockerfile | |
ace_mode: dockerfile | |
codemirror_mode: dockerfile | |
codemirror_mime_type: text/x-dockerfile | |
language_id: 89 | |
Dogescript: | |
type: programming | |
color: "#cca760" | |
extensions: | |
- ".djs" | |
tm_scope: none | |
ace_mode: text | |
language_id: 90 | |
Dylan: | |
type: programming | |
color: "#6c616e" | |
extensions: | |
- ".dylan" | |
- ".dyl" | |
- ".intr" | |
- ".lid" | |
tm_scope: source.dylan | |
ace_mode: text | |
codemirror_mode: dylan | |
codemirror_mime_type: text/x-dylan | |
language_id: 91 | |
E: | |
type: programming | |
color: "#ccce35" | |
extensions: | |
- ".e" | |
interpreters: | |
- rune | |
tm_scope: none | |
ace_mode: text | |
language_id: 92 | |
E-mail: | |
type: data | |
aliases: | |
- eml | |
- mbox | |
extensions: | |
- ".eml" | |
- ".mbox" | |
tm_scope: text.eml.basic | |
ace_mode: text | |
codemirror_mode: mbox | |
codemirror_mime_type: application/mbox | |
language_id: 529653389 | |
EBNF: | |
type: data | |
extensions: | |
- ".ebnf" | |
tm_scope: source.ebnf | |
ace_mode: text | |
codemirror_mode: ebnf | |
codemirror_mime_type: text/x-ebnf | |
language_id: 430 | |
ECL: | |
type: programming | |
color: "#8a1267" | |
extensions: | |
- ".ecl" | |
- ".eclxml" | |
tm_scope: source.ecl | |
ace_mode: text | |
codemirror_mode: ecl | |
codemirror_mime_type: text/x-ecl | |
language_id: 93 | |
ECLiPSe: | |
type: programming | |
color: "#001d9d" | |
group: prolog | |
extensions: | |
- ".ecl" | |
tm_scope: source.prolog.eclipse | |
ace_mode: prolog | |
language_id: 94 | |
EJS: | |
type: markup | |
color: "#a91e50" | |
extensions: | |
- ".ejs" | |
- ".ect" | |
- ".ejs.t" | |
- ".jst" | |
tm_scope: text.html.js | |
ace_mode: ejs | |
language_id: 95 | |
EQ: | |
type: programming | |
color: "#a78649" | |
extensions: | |
- ".eq" | |
tm_scope: source.cs | |
ace_mode: csharp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csharp | |
language_id: 96 | |
Eagle: | |
type: data | |
extensions: | |
- ".sch" | |
- ".brd" | |
tm_scope: text.xml | |
ace_mode: xml | |
codemirror_mode: xml | |
codemirror_mime_type: text/xml | |
language_id: 97 | |
Earthly: | |
type: programming | |
aliases: | |
- Earthfile | |
color: "#2af0ff" | |
tm_scope: source.earthfile | |
ace_mode: text | |
filenames: | |
- Earthfile | |
language_id: 963512632 | |
Easybuild: | |
type: data | |
color: "#069406" | |
group: Python | |
ace_mode: python | |
codemirror_mode: python | |
codemirror_mime_type: text/x-python | |
tm_scope: source.python | |
extensions: | |
- ".eb" | |
language_id: 342840477 | |
Ecere Projects: | |
type: data | |
color: "#913960" | |
group: JavaScript | |
extensions: | |
- ".epj" | |
tm_scope: source.json | |
ace_mode: json | |
codemirror_mode: javascript | |
codemirror_mime_type: application/json | |
language_id: 98 | |
Ecmarkup: | |
type: markup | |
color: "#eb8131" | |
group: HTML | |
extensions: | |
- ".html" | |
tm_scope: text.html.ecmarkup | |
ace_mode: html | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
aliases: | |
- ecmarkdown | |
language_id: 844766630 | |
EditorConfig: | |
type: data | |
color: "#fff1f2" | |
group: INI | |
extensions: | |
- ".editorconfig" | |
filenames: | |
- ".editorconfig" | |
aliases: | |
- editor-config | |
ace_mode: ini | |
codemirror_mode: properties | |
codemirror_mime_type: text/x-properties | |
tm_scope: source.editorconfig | |
language_id: 96139566 | |
Edje Data Collection: | |
type: data | |
extensions: | |
- ".edc" | |
tm_scope: source.c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
language_id: 342840478 | |
Eiffel: | |
type: programming | |
color: "#4d6977" | |
extensions: | |
- ".e" | |
tm_scope: source.eiffel | |
ace_mode: eiffel | |
codemirror_mode: eiffel | |
codemirror_mime_type: text/x-eiffel | |
language_id: 99 | |
Elixir: | |
type: programming | |
color: "#6e4a7e" | |
extensions: | |
- ".ex" | |
- ".exs" | |
tm_scope: source.elixir | |
ace_mode: elixir | |
filenames: | |
- mix.lock | |
interpreters: | |
- elixir | |
language_id: 100 | |
Elm: | |
type: programming | |
color: "#60B5CC" | |
extensions: | |
- ".elm" | |
tm_scope: source.elm | |
ace_mode: elm | |
codemirror_mode: elm | |
codemirror_mime_type: text/x-elm | |
language_id: 101 | |
Elvish: | |
type: programming | |
ace_mode: text | |
extensions: | |
- ".elv" | |
interpreters: | |
- elvish | |
tm_scope: source.elvish | |
color: "#55BB55" | |
language_id: 570996448 | |
Emacs Lisp: | |
type: programming | |
tm_scope: source.emacs.lisp | |
color: "#c065db" | |
aliases: | |
- elisp | |
- emacs | |
filenames: | |
- ".abbrev_defs" | |
- ".emacs" | |
- ".emacs.desktop" | |
- ".gnus" | |
- ".spacemacs" | |
- ".viper" | |
- Cask | |
- Project.ede | |
- _emacs | |
- abbrev_defs | |
extensions: | |
- ".el" | |
- ".emacs" | |
- ".emacs.desktop" | |
ace_mode: lisp | |
codemirror_mode: commonlisp | |
codemirror_mime_type: text/x-common-lisp | |
language_id: 102 | |
EmberScript: | |
type: programming | |
color: "#FFF4F3" | |
extensions: | |
- ".em" | |
- ".emberscript" | |
tm_scope: source.coffee | |
ace_mode: coffee | |
codemirror_mode: coffeescript | |
codemirror_mime_type: text/x-coffeescript | |
language_id: 103 | |
Erlang: | |
type: programming | |
color: "#B83998" | |
extensions: | |
- ".erl" | |
- ".app.src" | |
- ".es" | |
- ".escript" | |
- ".hrl" | |
- ".xrl" | |
- ".yrl" | |
filenames: | |
- Emakefile | |
- rebar.config | |
- rebar.config.lock | |
- rebar.lock | |
tm_scope: source.erlang | |
ace_mode: erlang | |
codemirror_mode: erlang | |
codemirror_mime_type: text/x-erlang | |
interpreters: | |
- escript | |
language_id: 104 | |
Euphoria: | |
type: programming | |
color: "#FF790B" | |
extensions: | |
- ".e" | |
- ".ex" | |
interpreters: | |
- eui | |
- euiw | |
ace_mode: text | |
tm_scope: source.euphoria | |
language_id: 880693982 | |
F#: | |
type: programming | |
color: "#b845fc" | |
aliases: | |
- fsharp | |
extensions: | |
- ".fs" | |
- ".fsi" | |
- ".fsx" | |
tm_scope: source.fsharp | |
ace_mode: text | |
codemirror_mode: mllike | |
codemirror_mime_type: text/x-fsharp | |
language_id: 105 | |
F*: | |
fs_name: Fstar | |
type: programming | |
color: "#572e30" | |
aliases: | |
- fstar | |
extensions: | |
- ".fst" | |
- ".fsti" | |
tm_scope: source.fstar | |
ace_mode: text | |
language_id: 336943375 | |
FIGlet Font: | |
type: data | |
color: "#FFDDBB" | |
aliases: | |
- FIGfont | |
extensions: | |
- ".flf" | |
tm_scope: source.figfont | |
ace_mode: text | |
language_id: 686129783 | |
FLUX: | |
type: programming | |
color: "#88ccff" | |
extensions: | |
- ".fx" | |
- ".flux" | |
tm_scope: none | |
ace_mode: text | |
language_id: 106 | |
Factor: | |
type: programming | |
color: "#636746" | |
extensions: | |
- ".factor" | |
filenames: | |
- ".factor-boot-rc" | |
- ".factor-rc" | |
tm_scope: source.factor | |
ace_mode: text | |
codemirror_mode: factor | |
codemirror_mime_type: text/x-factor | |
language_id: 108 | |
Fancy: | |
type: programming | |
color: "#7b9db4" | |
extensions: | |
- ".fy" | |
- ".fancypack" | |
filenames: | |
- Fakefile | |
tm_scope: source.fancy | |
ace_mode: text | |
language_id: 109 | |
Fantom: | |
type: programming | |
color: "#14253c" | |
extensions: | |
- ".fan" | |
tm_scope: source.fan | |
ace_mode: text | |
language_id: 110 | |
Faust: | |
type: programming | |
color: "#c37240" | |
extensions: | |
- ".dsp" | |
tm_scope: source.faust | |
ace_mode: text | |
language_id: 622529198 | |
Fennel: | |
type: programming | |
tm_scope: source.fnl | |
ace_mode: text | |
color: "#fff3d7" | |
interpreters: | |
- fennel | |
extensions: | |
- ".fnl" | |
language_id: 239946126 | |
Filebench WML: | |
type: programming | |
color: "#F6B900" | |
extensions: | |
- ".f" | |
tm_scope: none | |
ace_mode: text | |
language_id: 111 | |
Filterscript: | |
type: programming | |
group: RenderScript | |
extensions: | |
- ".fs" | |
tm_scope: none | |
ace_mode: text | |
language_id: 112 | |
Fluent: | |
type: programming | |
color: "#ffcc33" | |
extensions: | |
- ".ftl" | |
tm_scope: source.ftl | |
ace_mode: text | |
language_id: 206353404 | |
Formatted: | |
type: data | |
extensions: | |
- ".for" | |
- ".eam.fs" | |
tm_scope: none | |
ace_mode: text | |
language_id: 113 | |
Forth: | |
type: programming | |
color: "#341708" | |
extensions: | |
- ".fth" | |
- ".4th" | |
- ".f" | |
- ".for" | |
- ".forth" | |
- ".fr" | |
- ".frt" | |
- ".fs" | |
tm_scope: source.forth | |
ace_mode: forth | |
codemirror_mode: forth | |
codemirror_mime_type: text/x-forth | |
language_id: 114 | |
Fortran: | |
group: Fortran | |
type: programming | |
color: "#4d41b1" | |
extensions: | |
- ".f" | |
- ".f77" | |
- ".for" | |
- ".fpp" | |
tm_scope: source.fortran | |
ace_mode: text | |
codemirror_mode: fortran | |
codemirror_mime_type: text/x-fortran | |
language_id: 107 | |
Fortran Free Form: | |
group: Fortran | |
color: "#4d41b1" | |
type: programming | |
extensions: | |
- ".f90" | |
- ".f03" | |
- ".f08" | |
- ".f95" | |
tm_scope: source.fortran.modern | |
ace_mode: text | |
codemirror_mode: fortran | |
codemirror_mime_type: text/x-fortran | |
language_id: 761352333 | |
FreeBasic: | |
type: programming | |
color: "#867db1" | |
extensions: | |
- ".bi" | |
- ".bas" | |
tm_scope: source.vbnet | |
aliases: | |
- fb | |
ace_mode: text | |
codemirror_mode: vb | |
codemirror_mime_type: text/x-vb | |
language_id: 472896659 | |
FreeMarker: | |
type: programming | |
color: "#0050b2" | |
aliases: | |
- ftl | |
extensions: | |
- ".ftl" | |
tm_scope: text.html.ftl | |
ace_mode: ftl | |
language_id: 115 | |
Frege: | |
type: programming | |
color: "#00cafe" | |
extensions: | |
- ".fr" | |
tm_scope: source.haskell | |
ace_mode: haskell | |
language_id: 116 | |
Futhark: | |
type: programming | |
color: "#5f021f" | |
extensions: | |
- ".fut" | |
tm_scope: source.futhark | |
ace_mode: text | |
language_id: 97358117 | |
G-code: | |
type: programming | |
color: "#D08CF2" | |
extensions: | |
- ".g" | |
- ".cnc" | |
- ".gco" | |
- ".gcode" | |
tm_scope: source.gcode | |
ace_mode: gcode | |
language_id: 117 | |
GAML: | |
type: programming | |
color: "#FFC766" | |
extensions: | |
- ".gaml" | |
tm_scope: none | |
ace_mode: text | |
language_id: 290345951 | |
GAMS: | |
type: programming | |
color: "#f49a22" | |
extensions: | |
- ".gms" | |
tm_scope: none | |
ace_mode: text | |
language_id: 118 | |
GAP: | |
type: programming | |
color: "#0000cc" | |
extensions: | |
- ".g" | |
- ".gap" | |
- ".gd" | |
- ".gi" | |
- ".tst" | |
tm_scope: source.gap | |
ace_mode: text | |
language_id: 119 | |
GCC Machine Description: | |
type: programming | |
color: "#FFCFAB" | |
extensions: | |
- ".md" | |
tm_scope: source.lisp | |
ace_mode: lisp | |
codemirror_mode: commonlisp | |
codemirror_mime_type: text/x-common-lisp | |
language_id: 121 | |
GDB: | |
type: programming | |
extensions: | |
- ".gdb" | |
- ".gdbinit" | |
tm_scope: source.gdb | |
ace_mode: text | |
language_id: 122 | |
GDScript: | |
type: programming | |
color: "#355570" | |
extensions: | |
- ".gd" | |
tm_scope: source.gdscript | |
ace_mode: text | |
language_id: 123 | |
GEDCOM: | |
type: data | |
color: "#003058" | |
ace_mode: text | |
extensions: | |
- ".ged" | |
tm_scope: source.gedcom | |
language_id: 459577965 | |
GLSL: | |
type: programming | |
color: "#5686a5" | |
extensions: | |
- ".glsl" | |
- ".fp" | |
- ".frag" | |
- ".frg" | |
- ".fs" | |
- ".fsh" | |
- ".fshader" | |
- ".geo" | |
- ".geom" | |
- ".glslf" | |
- ".glslv" | |
- ".gs" | |
- ".gshader" | |
- ".rchit" | |
- ".rmiss" | |
- ".shader" | |
- ".tesc" | |
- ".tese" | |
- ".vert" | |
- ".vrx" | |
- ".vsh" | |
- ".vshader" | |
tm_scope: source.glsl | |
ace_mode: glsl | |
language_id: 124 | |
GN: | |
type: data | |
extensions: | |
- ".gn" | |
- ".gni" | |
interpreters: | |
- gn | |
filenames: | |
- ".gn" | |
tm_scope: source.gn | |
ace_mode: python | |
codemirror_mode: python | |
codemirror_mime_type: text/x-python | |
language_id: 302957008 | |
GSC: | |
type: programming | |
color: "#FF6800" | |
extensions: | |
- ".gsc" | |
- ".csc" | |
- ".gsh" | |
tm_scope: source.gsc | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csrc | |
language_id: 257856279 | |
Game Maker Language: | |
type: programming | |
color: "#71b417" | |
extensions: | |
- ".gml" | |
tm_scope: source.c++ | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-c++src | |
language_id: 125 | |
Gemfile.lock: | |
type: data | |
color: "#701516" | |
searchable: false | |
tm_scope: source.gemfile-lock | |
ace_mode: text | |
filenames: | |
- Gemfile.lock | |
language_id: 907065713 | |
Gemini: | |
type: prose | |
color: "#ff6900" | |
ace_mode: text | |
extensions: | |
- ".gmi" | |
aliases: | |
- gemtext | |
wrap: true | |
tm_scope: source.gemini | |
language_id: 310828396 | |
Genero: | |
type: programming | |
color: "#63408e" | |
extensions: | |
- ".4gl" | |
tm_scope: source.genero | |
ace_mode: text | |
language_id: 986054050 | |
Genero Forms: | |
type: markup | |
color: "#d8df39" | |
extensions: | |
- ".per" | |
tm_scope: source.genero-forms | |
ace_mode: text | |
language_id: 902995658 | |
Genie: | |
type: programming | |
ace_mode: text | |
extensions: | |
- ".gs" | |
color: "#fb855d" | |
tm_scope: none | |
language_id: 792408528 | |
Genshi: | |
type: programming | |
color: "#951531" | |
extensions: | |
- ".kid" | |
tm_scope: text.xml.genshi | |
aliases: | |
- xml+genshi | |
- xml+kid | |
ace_mode: xml | |
codemirror_mode: xml | |
codemirror_mime_type: text/xml | |
language_id: 126 | |
Gentoo Ebuild: | |
type: programming | |
color: "#9400ff" | |
group: Shell | |
extensions: | |
- ".ebuild" | |
tm_scope: source.shell | |
ace_mode: sh | |
codemirror_mode: shell | |
codemirror_mime_type: text/x-sh | |
language_id: 127 | |
Gentoo Eclass: | |
type: programming | |
color: "#9400ff" | |
group: Shell | |
extensions: | |
- ".eclass" | |
tm_scope: source.shell | |
ace_mode: sh | |
codemirror_mode: shell | |
codemirror_mime_type: text/x-sh | |
language_id: 128 | |
Gerber Image: | |
type: data | |
color: "#d20b00" | |
aliases: | |
- rs-274x | |
extensions: | |
- ".gbr" | |
- ".cmp" | |
- ".gbl" | |
- ".gbo" | |
- ".gbp" | |
- ".gbs" | |
- ".gko" | |
- ".gml" | |
- ".gpb" | |
- ".gpt" | |
- ".gtl" | |
- ".gto" | |
- ".gtp" | |
- ".gts" | |
- ".ncl" | |
- ".sol" | |
interpreters: | |
- gerbv | |
- gerbview | |
tm_scope: source.gerber | |
ace_mode: text | |
language_id: 404627610 | |
Gettext Catalog: | |
type: prose | |
aliases: | |
- pot | |
extensions: | |
- ".po" | |
- ".pot" | |
tm_scope: source.po | |
ace_mode: text | |
language_id: 129 | |
Gherkin: | |
type: programming | |
extensions: | |
- ".feature" | |
- ".story" | |
tm_scope: text.gherkin.feature | |
aliases: | |
- cucumber | |
ace_mode: text | |
color: "#5B2063" | |
language_id: 76 | |
Git Attributes: | |
type: data | |
color: "#F44D27" | |
group: INI | |
aliases: | |
- gitattributes | |
filenames: | |
- ".gitattributes" | |
tm_scope: source.gitattributes | |
ace_mode: gitignore | |
codemirror_mode: shell | |
codemirror_mime_type: text/x-sh | |
language_id: 956324166 | |
Git Config: | |
type: data | |
color: "#F44D27" | |
group: INI | |
aliases: | |
- gitconfig | |
- gitmodules | |
extensions: | |
- ".gitconfig" | |
filenames: | |
- ".gitconfig" | |
- ".gitmodules" | |
ace_mode: ini | |
codemirror_mode: properties | |
codemirror_mime_type: text/x-properties | |
tm_scope: source.gitconfig | |
language_id: 807968997 | |
Git Revision List: | |
type: data | |
color: "#F44D27" | |
aliases: | |
- Git Blame Ignore Revs | |
filenames: | |
- ".git-blame-ignore-revs" | |
tm_scope: source.git-revlist | |
ace_mode: text | |
language_id: 461881235 | |
Gleam: | |
type: programming | |
color: "#ffaff3" | |
ace_mode: text | |
extensions: | |
- ".gleam" | |
tm_scope: source.gleam | |
language_id: 1054258749 | |
Glyph: | |
type: programming | |
color: "#c1ac7f" | |
extensions: | |
- ".glf" | |
tm_scope: source.tcl | |
ace_mode: tcl | |
codemirror_mode: tcl | |
codemirror_mime_type: text/x-tcl | |
language_id: 130 | |
Glyph Bitmap Distribution Format: | |
type: data | |
extensions: | |
- ".bdf" | |
tm_scope: source.bdf | |
ace_mode: text | |
language_id: 997665271 | |
Gnuplot: | |
type: programming | |
color: "#f0a9f0" | |
extensions: | |
- ".gp" | |
- ".gnu" | |
- ".gnuplot" | |
- ".p" | |
- ".plot" | |
- ".plt" | |
interpreters: | |
- gnuplot | |
tm_scope: source.gnuplot | |
ace_mode: text | |
language_id: 131 | |
Go: | |
type: programming | |
color: "#00ADD8" | |
aliases: | |
- golang | |
extensions: | |
- ".go" | |
tm_scope: source.go | |
ace_mode: golang | |
codemirror_mode: go | |
codemirror_mime_type: text/x-go | |
language_id: 132 | |
Go Checksums: | |
type: data | |
color: "#00ADD8" | |
aliases: | |
- go.sum | |
- go sum | |
filenames: | |
- go.sum | |
tm_scope: go.sum | |
ace_mode: text | |
language_id: 1054391671 | |
Go Module: | |
type: data | |
color: "#00ADD8" | |
aliases: | |
- go.mod | |
- go mod | |
filenames: | |
- go.mod | |
tm_scope: go.mod | |
ace_mode: text | |
language_id: 947461016 | |
Golo: | |
type: programming | |
color: "#88562A" | |
extensions: | |
- ".golo" | |
tm_scope: source.golo | |
ace_mode: text | |
language_id: 133 | |
Gosu: | |
type: programming | |
color: "#82937f" | |
extensions: | |
- ".gs" | |
- ".gst" | |
- ".gsx" | |
- ".vark" | |
tm_scope: source.gosu.2 | |
ace_mode: text | |
language_id: 134 | |
Grace: | |
type: programming | |
color: "#615f8b" | |
extensions: | |
- ".grace" | |
tm_scope: source.grace | |
ace_mode: text | |
language_id: 135 | |
Gradle: | |
type: data | |
color: "#02303a" | |
extensions: | |
- ".gradle" | |
tm_scope: source.groovy.gradle | |
ace_mode: text | |
language_id: 136 | |
Grammatical Framework: | |
type: programming | |
aliases: | |
- gf | |
extensions: | |
- ".gf" | |
color: "#ff0000" | |
tm_scope: source.gf | |
ace_mode: haskell | |
codemirror_mode: haskell | |
codemirror_mime_type: text/x-haskell | |
language_id: 137 | |
Graph Modeling Language: | |
type: data | |
extensions: | |
- ".gml" | |
tm_scope: none | |
ace_mode: text | |
language_id: 138 | |
GraphQL: | |
type: data | |
color: "#e10098" | |
extensions: | |
- ".graphql" | |
- ".gql" | |
- ".graphqls" | |
tm_scope: source.graphql | |
ace_mode: text | |
language_id: 139 | |
Graphviz (DOT): | |
type: data | |
color: "#2596be" | |
tm_scope: source.dot | |
extensions: | |
- ".dot" | |
- ".gv" | |
ace_mode: text | |
language_id: 140 | |
Groovy: | |
type: programming | |
tm_scope: source.groovy | |
ace_mode: groovy | |
codemirror_mode: groovy | |
codemirror_mime_type: text/x-groovy | |
color: "#4298b8" | |
extensions: | |
- ".groovy" | |
- ".grt" | |
- ".gtpl" | |
- ".gvy" | |
interpreters: | |
- groovy | |
filenames: | |
- Jenkinsfile | |
language_id: 142 | |
Groovy Server Pages: | |
type: programming | |
color: "#4298b8" | |
group: Groovy | |
aliases: | |
- gsp | |
- java server page | |
extensions: | |
- ".gsp" | |
tm_scope: text.html.jsp | |
ace_mode: jsp | |
codemirror_mode: htmlembedded | |
codemirror_mime_type: application/x-jsp | |
language_id: 143 | |
HAProxy: | |
type: data | |
color: "#106da9" | |
extensions: | |
- ".cfg" | |
filenames: | |
- haproxy.cfg | |
tm_scope: source.haproxy-config | |
ace_mode: text | |
language_id: 366607477 | |
HCL: | |
type: programming | |
extensions: | |
- ".hcl" | |
- ".nomad" | |
- ".tf" | |
- ".tfvars" | |
- ".workflow" | |
aliases: | |
- HashiCorp Configuration Language | |
- terraform | |
ace_mode: ruby | |
codemirror_mode: ruby | |
codemirror_mime_type: text/x-ruby | |
tm_scope: source.terraform | |
language_id: 144 | |
HLSL: | |
type: programming | |
color: "#aace60" | |
extensions: | |
- ".hlsl" | |
- ".cginc" | |
- ".fx" | |
- ".fxh" | |
- ".hlsli" | |
ace_mode: text | |
tm_scope: source.hlsl | |
language_id: 145 | |
HOCON: | |
type: data | |
color: "#9ff8ee" | |
extensions: | |
- ".hocon" | |
tm_scope: source.hocon | |
ace_mode: text | |
language_id: 679725279 | |
HTML: | |
type: markup | |
tm_scope: text.html.basic | |
ace_mode: html | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
color: "#e34c26" | |
aliases: | |
- xhtml | |
extensions: | |
- ".html" | |
- ".hta" | |
- ".htm" | |
- ".html.hl" | |
- ".inc" | |
- ".xht" | |
- ".xhtml" | |
language_id: 146 | |
HTML+ECR: | |
type: markup | |
color: "#2e1052" | |
tm_scope: text.html.ecr | |
group: HTML | |
aliases: | |
- ecr | |
extensions: | |
- ".ecr" | |
ace_mode: text | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
language_id: 148 | |
HTML+EEX: | |
type: markup | |
color: "#6e4a7e" | |
tm_scope: text.html.elixir | |
group: HTML | |
aliases: | |
- eex | |
- heex | |
- leex | |
extensions: | |
- ".eex" | |
- ".html.heex" | |
- ".html.leex" | |
ace_mode: text | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
language_id: 149 | |
HTML+ERB: | |
type: markup | |
color: "#701516" | |
tm_scope: text.html.erb | |
group: HTML | |
aliases: | |
- erb | |
- rhtml | |
- html+ruby | |
extensions: | |
- ".erb" | |
- ".erb.deface" | |
- ".rhtml" | |
ace_mode: text | |
codemirror_mode: htmlembedded | |
codemirror_mime_type: application/x-erb | |
language_id: 150 | |
HTML+PHP: | |
type: markup | |
color: "#4f5d95" | |
tm_scope: text.html.php | |
group: HTML | |
extensions: | |
- ".phtml" | |
ace_mode: php | |
codemirror_mode: php | |
codemirror_mime_type: application/x-httpd-php | |
language_id: 151 | |
HTML+Razor: | |
type: markup | |
color: "#512be4" | |
tm_scope: text.html.cshtml | |
group: HTML | |
aliases: | |
- razor | |
extensions: | |
- ".cshtml" | |
- ".razor" | |
ace_mode: razor | |
codemirror_mode: htmlmixed | |
codemirror_mime_type: text/html | |
language_id: 479039817 | |
HTTP: | |
type: data | |
color: "#005C9C" | |
extensions: | |
- ".http" | |
tm_scope: source.httpspec | |
ace_mode: text | |
codemirror_mode: http | |
codemirror_mime_type: message/http | |
language_id: 152 | |
HXML: | |
type: data | |
color: "#f68712" | |
ace_mode: text | |
extensions: | |
- ".hxml" | |
tm_scope: source.hxml | |
language_id: 786683730 | |
Hack: | |
type: programming | |
ace_mode: php | |
codemirror_mode: php | |
codemirror_mime_type: application/x-httpd-php | |
extensions: | |
- ".hack" | |
- ".hh" | |
- ".hhi" | |
- ".php" | |
tm_scope: source.hack | |
color: "#878787" | |
language_id: 153 | |
Haml: | |
type: markup | |
color: "#ece2a9" | |
extensions: | |
- ".haml" | |
- ".haml.deface" | |
tm_scope: text.haml | |
ace_mode: haml | |
codemirror_mode: haml | |
codemirror_mime_type: text/x-haml | |
language_id: 154 | |
Handlebars: | |
type: markup | |
color: "#f7931e" | |
aliases: | |
- hbs | |
- htmlbars | |
extensions: | |
- ".handlebars" | |
- ".hbs" | |
tm_scope: text.html.handlebars | |
ace_mode: handlebars | |
language_id: 155 | |
Harbour: | |
type: programming | |
color: "#0e60e3" | |
extensions: | |
- ".hb" | |
tm_scope: source.harbour | |
ace_mode: text | |
language_id: 156 | |
Haskell: | |
type: programming | |
color: "#5e5086" | |
extensions: | |
- ".hs" | |
- ".hs-boot" | |
- ".hsc" | |
interpreters: | |
- runghc | |
- runhaskell | |
- runhugs | |
tm_scope: source.haskell | |
ace_mode: haskell | |
codemirror_mode: haskell | |
codemirror_mime_type: text/x-haskell | |
language_id: 157 | |
Haxe: | |
type: programming | |
ace_mode: haxe | |
codemirror_mode: haxe | |
codemirror_mime_type: text/x-haxe | |
color: "#df7900" | |
extensions: | |
- ".hx" | |
- ".hxsl" | |
tm_scope: source.hx | |
language_id: 158 | |
HiveQL: | |
type: programming | |
extensions: | |
- ".q" | |
- ".hql" | |
color: "#dce200" | |
tm_scope: source.hql | |
ace_mode: sql | |
language_id: 931814087 | |
HolyC: | |
type: programming | |
color: "#ffefaf" | |
extensions: | |
- ".hc" | |
tm_scope: source.hc | |
ace_mode: c_cpp | |
codemirror_mode: clike | |
codemirror_mime_type: text/x-csrc | |
language_id: 928121743 | |
Hy: | |
type: programming | |
ace_mode: text | |
color: "#7790B2" | |
extensions: | |
- ".hy" | |
interpreters: | |
- hy | |
aliases: | |
- hylang | |
tm_scope: source.hy | |
language_id: 159 | |
HyPhy: | |
type: programming | |
ace_mode: text | |
extensions: | |
- ".bf" | |
tm_scope: none | |
language_id: 160 | |
IDL: | |
type: programming | |
color: "#a3522f" | |
extensions: | |
- ".pro" | |
- ".dlm" | |
tm_scope: source.idl | |
ace_mode: text | |
codemirror_mode: idl | |
codemirror_mime_type: text/x-idl | |
language_id: 161 | |
IGOR Pro: | |
type: programming | |
color: "#0000cc" | |
extensions: | |
- ".ipf" | |
aliases: | |
- igor | |
- igorpro | |
tm_scope: source.igor | |
ace_mode: text | |
language_id: 162 | |
INI: | |
type: data | |
color: "#d1dbe0" | |
extensions: | |
- ".ini" | |
- ".cfg" | |
- ".dof" | |
- ".lektorproject" | |
- ".prefs" | |
- ".pro" | |
- ".properties" | |
- ".url" | |
filenames: | |
- ".coveragerc" | |
- ".flake8" | |
- ".pylintrc" | |
- buildozer.spec | |
- pylintrc | |
tm_scope: source.ini | |
aliases: | |
- dosini | |
ace_mode: ini | |
codemirror_mode: properties | |
codemirror_mime_type: text/x-properties | |
language_id: 163 | |
IRC log: | |
type: data | |
aliases: | |
- irc | |
- irc logs | |
extensions: | |
- ".irclog" | |
- ".weechatlog" | |
tm_scope: none | |
ace_mode: text | |
codemirror_mode: mirc | |
codemirror_mime_type: text/mirc | |
language_id: 164 | |
Idris: | |
type: programming | |
color: "#b30000" | |
extensions: | |
- ".idr" | |
- ".lidr" | |
ace_mode: text | |
tm_scope: source.idris | |
language_id: 165 | |
Ignore List: | |
type: data | |
color: "#000000" | |
group: INI | |
aliases: | |
- ignore | |
- gitignore | |
- git-ignore | |
extensions: | |
- ".gitignore" | |
filenames: | |
- ".atomignore" | |
- ".babelignore" | |
- ".bzrignore" | |
- ".coffeelintignore" | |
- ".cvsignore" | |
- ".dockerignore" | |
- ".eleventyignore" | |
- ".eslintignore" | |
- ".gitignore" | |
- ".markdownlintignore" | |
- ".nodemonignore" | |
- ".npmignore" | |
- ".prettierignore" | |
- ".stylelintignore" | |
- ".vercelignore" | |
- ".vscodeignore" | |
- gitignore-global | |
- gitignore_global | |
ace_mode: gitignore | |
tm_scope: source.gitignore | |
codemirror_mode: shell | |
codemirror_mime_type: text/x-sh | |
language_id: 74444240 | |
ImageJ Macro: | |
type: programming | |
color: "#99AAFF" | |
aliases: | |
- ijm | |
extensions: | |
- ".ijm" | |
ace_mode: text | |
tm_scope: none | |
language_id: 575143428 | |
Imba: | |
type: programming | |
color: "#16cec6" | |
extensions: | |
- ".imba" | |
ace_mode: text | |
tm_scope: source.imba | |
language_id: 1057618448 | |
Inform 7: | |
type: programming | |
wrap: true | |
extensions: | |
- ".ni" | |
- ".i7x" | |
tm_scope: source.inform7 | |
aliases: | |
- i7 | |
- inform7 | |
ace_mode: text | |
language_id: 166 | |
Ink: | |
type: programming | |
wrap: true | |
extensions: | |
- ".ink" | |
tm_scope: source.ink | |
ace_mode: text | |
language_id: 838252715 | |
Inno Setup: | |
type: programming | |
color: "#264b99" | |
extensions: | |
- ".iss" | |
- ".isl" | |
tm_scope: source.inno | |
ace_mode: text | |
language_id: 167 | |
Io: | |
type: programming | |
color: "#a9188d" | |
extensions: | |
- ".io" | |
interpreters: | |
- io | |
tm_scope: source.io | |
ace_mode: io | |
language_id: 168 | |
Ioke: | |
type: programming | |
color: "#078193" | |
extensions: | |
- ".ik" | |
interpreters: | |
- ioke | |
tm_scope: source.ioke | |
ace_mode: text | |
language_id: 169 | |
Isabelle: | |
type: programming | |
color: "#FEFE00" | |
extensions: | |
- ".thy" | |
tm_scope: source.isabelle.theory | |
ace_mode: text | |
language_id: 170 | |
Isabelle ROOT: | |
type: programming | |
color: "#FEFE00" | |
group: Isabelle | |
filenames: | |
- ROOT | |
tm_scope: source.isabelle.root | |
ace_mode: text | |
language_id: 171 | |
J: | |
type: programming | |
color: "#9EEDFF" | |
extensions: | |
- ".ijs" | |
interpreters: | |
- jconsole | |
tm_scope: source.j | |
ace_mode: text | |
language_id: 172 | |
JAR Manifest: | |
type: data | |
color: "#b07219" | |
filenames: | |
- MANIFEST.MF | |