🆙 Add cms i using 🆙

This commit is contained in:
Remco
2025-11-25 22:42:56 +01:00
parent 94704e0925
commit d44196149e
35591 changed files with 3601123 additions and 0 deletions
@@ -0,0 +1,21 @@
MIT License
Copyright (c) Ika <ikatyang@gmail.com> (https://github.com/ikatyang)
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
@@ -0,0 +1,41 @@
# linguist-languages
[![npm](https://img.shields.io/npm/v/linguist-languages.svg)](https://www.npmjs.com/package/linguist-languages)
[![build](https://img.shields.io/travis/com/ikatyang/linguist-languages/master.svg)](https://travis-ci.com/ikatyang/linguist-languages/builds)
[Linguist `languages.yml`](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml) in JSON format
## Install
```sh
npm install linguist-languages
```
## Usage
```js
const javascript = require("linguist-languages/data/JavaScript");
```
or
```js
const javascript = require("linguist-languages").JavaScript;
```
## Development
```sh
# lint
yarn run lint
# build
yarn run build
# test
yarn run test
```
## License
MIT © [Ika](https://github.com/ikatyang)
@@ -0,0 +1,26 @@
This project incorporates third party material from the projects listed below.
The original copyright notice and the license under which we received such third
party material are set forth below.
================================================================================
Linguist (https://github.com/github/linguist)
Copyright (c) 2017 GitHub, Inc.
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -0,0 +1,12 @@
{
"name": "1C Enterprise",
"type": "programming",
"color": "#814CCC",
"extensions": [
".bsl",
".os"
],
"tmScope": "source.bsl",
"aceMode": "text",
"languageId": 0
}
@@ -0,0 +1,11 @@
{
"name": "2-Dimensional Array",
"type": "data",
"color": "#38761D",
"extensions": [
".2da"
],
"tmScope": "source.2da",
"aceMode": "text",
"languageId": 387204628
}
@@ -0,0 +1,11 @@
{
"name": "4D",
"type": "programming",
"color": "#004289",
"extensions": [
".4dm"
],
"tmScope": "source.4dm",
"aceMode": "text",
"languageId": 577529595
}
@@ -0,0 +1,11 @@
{
"name": "ABAP CDS",
"type": "programming",
"color": "#555e25",
"extensions": [
".asddls"
],
"tmScope": "source.abapcds",
"languageId": 452681853,
"aceMode": "text"
}
@@ -0,0 +1,11 @@
{
"name": "ABAP",
"type": "programming",
"color": "#E8274B",
"extensions": [
".abap"
],
"tmScope": "source.abap",
"aceMode": "abap",
"languageId": 1
}
@@ -0,0 +1,10 @@
{
"name": "ABNF",
"type": "data",
"aceMode": "text",
"extensions": [
".abnf"
],
"tmScope": "source.abnf",
"languageId": 429
}
@@ -0,0 +1,17 @@
{
"name": "AGS Script",
"type": "programming",
"color": "#B9D9FF",
"aliases": [
"ags"
],
"extensions": [
".asc",
".ash"
],
"tmScope": "source.c++",
"aceMode": "c_cpp",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-c++src",
"languageId": 2
}
@@ -0,0 +1,14 @@
{
"name": "AIDL",
"type": "programming",
"color": "#34EB6B",
"tmScope": "source.aidl",
"extensions": [
".aidl"
],
"aceMode": "text",
"interpreters": [
"aidl"
],
"languageId": 451700185
}
@@ -0,0 +1,11 @@
{
"name": "AL",
"type": "programming",
"color": "#3AA2B5",
"extensions": [
".al"
],
"tmScope": "source.al",
"aceMode": "text",
"languageId": 658971832
}
@@ -0,0 +1,12 @@
{
"name": "AMPL",
"type": "programming",
"color": "#E6EFBB",
"extensions": [
".ampl",
".mod"
],
"tmScope": "source.ampl",
"aceMode": "text",
"languageId": 3
}
@@ -0,0 +1,11 @@
{
"name": "ANTLR",
"type": "programming",
"color": "#9DC3FF",
"extensions": [
".g4"
],
"tmScope": "source.antlr",
"aceMode": "text",
"languageId": 4
}
@@ -0,0 +1,11 @@
{
"name": "API Blueprint",
"type": "markup",
"color": "#2ACCA8",
"aceMode": "markdown",
"extensions": [
".apib"
],
"tmScope": "text.html.markdown.source.gfm.apib",
"languageId": 5
}
@@ -0,0 +1,19 @@
{
"name": "APL",
"type": "programming",
"color": "#5A8164",
"extensions": [
".apl",
".dyalog"
],
"interpreters": [
"apl",
"aplx",
"dyalog"
],
"tmScope": "source.apl",
"aceMode": "text",
"codemirrorMode": "apl",
"codemirrorMimeType": "text/apl",
"languageId": 6
}
@@ -0,0 +1,11 @@
{
"name": "ASL",
"type": "programming",
"aceMode": "text",
"extensions": [
".asl",
".dsl"
],
"tmScope": "source.asl",
"languageId": 124996147
}
@@ -0,0 +1,13 @@
{
"name": "ASN.1",
"type": "data",
"extensions": [
".asn",
".asn1"
],
"tmScope": "source.asn",
"aceMode": "text",
"codemirrorMode": "asn.1",
"codemirrorMimeType": "text/x-ttcn-asn",
"languageId": 7
}
@@ -0,0 +1,22 @@
{
"name": "ASP.NET",
"type": "programming",
"tmScope": "text.html.asp",
"color": "#9400ff",
"aliases": [
"aspx",
"aspx-vb"
],
"extensions": [
".asax",
".ascx",
".ashx",
".asmx",
".aspx",
".axd"
],
"aceMode": "text",
"codemirrorMode": "htmlembedded",
"codemirrorMimeType": "application/x-aspx",
"languageId": 564186416
}
@@ -0,0 +1,16 @@
{
"name": "ATS",
"type": "programming",
"color": "#1ac620",
"aliases": [
"ats2"
],
"extensions": [
".dats",
".hats",
".sats"
],
"tmScope": "source.ats",
"aceMode": "ocaml",
"languageId": 9
}
@@ -0,0 +1,16 @@
{
"name": "ActionScript",
"type": "programming",
"tmScope": "source.actionscript.3",
"color": "#882B0F",
"aliases": [
"actionscript 3",
"actionscript3",
"as3"
],
"extensions": [
".as"
],
"aceMode": "actionscript",
"languageId": 10
}
@@ -0,0 +1,17 @@
{
"name": "Ada",
"type": "programming",
"color": "#02f88c",
"extensions": [
".adb",
".ada",
".ads"
],
"aliases": [
"ada95",
"ada2005"
],
"tmScope": "source.ada",
"aceMode": "ada",
"languageId": 11
}
@@ -0,0 +1,17 @@
{
"name": "Adobe Font Metrics",
"type": "data",
"color": "#fa0f00",
"tmScope": "source.afm",
"extensions": [
".afm"
],
"aliases": [
"acfm",
"adobe composite font metrics",
"adobe multiple font metrics",
"amfm"
],
"aceMode": "text",
"languageId": 147198098
}
@@ -0,0 +1,11 @@
{
"name": "Agda",
"type": "programming",
"color": "#315665",
"extensions": [
".agda"
],
"tmScope": "source.agda",
"aceMode": "text",
"languageId": 12
}
@@ -0,0 +1,11 @@
{
"name": "Alloy",
"type": "programming",
"color": "#64C800",
"extensions": [
".als"
],
"tmScope": "source.alloy",
"aceMode": "text",
"languageId": 13
}
@@ -0,0 +1,18 @@
{
"name": "Alpine Abuild",
"type": "programming",
"color": "#0D597F",
"group": "Shell",
"aliases": [
"abuild",
"apkbuild"
],
"filenames": [
"APKBUILD"
],
"tmScope": "source.shell",
"aceMode": "sh",
"codemirrorMode": "shell",
"codemirrorMimeType": "text/x-sh",
"languageId": 14
}
@@ -0,0 +1,17 @@
{
"name": "Altium Designer",
"type": "data",
"color": "#A89663",
"aliases": [
"altium"
],
"extensions": [
".OutJob",
".PcbDoc",
".PrjPCB",
".SchDoc"
],
"tmScope": "source.ini",
"aceMode": "ini",
"languageId": 187772328
}
@@ -0,0 +1,14 @@
{
"name": "AngelScript",
"type": "programming",
"color": "#C7D7DC",
"extensions": [
".as",
".angelscript"
],
"tmScope": "source.angelscript",
"aceMode": "text",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-c++src",
"languageId": 389477596
}
@@ -0,0 +1,14 @@
{
"name": "Ant Build System",
"type": "data",
"color": "#A9157E",
"tmScope": "text.xml.ant",
"filenames": [
"ant.xml",
"build.xml"
],
"aceMode": "xml",
"codemirrorMode": "xml",
"codemirrorMimeType": "application/xml",
"languageId": 15
}
@@ -0,0 +1,13 @@
{
"name": "Antlers",
"type": "markup",
"color": "#ff269e",
"extensions": [
".antlers.html",
".antlers.php",
".antlers.xml"
],
"tmScope": "text.html.statamic",
"aceMode": "text",
"languageId": 1067292663
}
@@ -0,0 +1,21 @@
{
"name": "ApacheConf",
"type": "data",
"color": "#d12127",
"aliases": [
"aconf",
"apache"
],
"extensions": [
".apacheconf",
".vhost"
],
"filenames": [
".htaccess",
"apache2.conf",
"httpd.conf"
],
"tmScope": "source.apache-config",
"aceMode": "apache_conf",
"languageId": 16
}
@@ -0,0 +1,13 @@
{
"name": "Apex",
"type": "programming",
"color": "#1797c0",
"extensions": [
".cls"
],
"tmScope": "source.java",
"aceMode": "java",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-java",
"languageId": 17
}
@@ -0,0 +1,12 @@
{
"name": "Apollo Guidance Computer",
"type": "programming",
"color": "#0B3D91",
"group": "Assembly",
"extensions": [
".agc"
],
"tmScope": "source.agc",
"aceMode": "assembly_x86",
"languageId": 18
}
@@ -0,0 +1,18 @@
{
"name": "AppleScript",
"type": "programming",
"aliases": [
"osascript"
],
"extensions": [
".applescript",
".scpt"
],
"interpreters": [
"osascript"
],
"tmScope": "source.applescript",
"aceMode": "applescript",
"color": "#101F1F",
"languageId": 19
}
@@ -0,0 +1,11 @@
{
"name": "Arc",
"type": "programming",
"color": "#aa2afe",
"extensions": [
".arc"
],
"tmScope": "none",
"aceMode": "text",
"languageId": 20
}
@@ -0,0 +1,14 @@
{
"name": "AsciiDoc",
"type": "prose",
"color": "#73a0c5",
"aceMode": "asciidoc",
"wrap": true,
"extensions": [
".asciidoc",
".adoc",
".asc"
],
"tmScope": "text.html.asciidoc",
"languageId": 22
}
@@ -0,0 +1,11 @@
{
"name": "AspectJ",
"type": "programming",
"color": "#a957b0",
"extensions": [
".aj"
],
"tmScope": "source.aspectj",
"aceMode": "text",
"languageId": 23
}
@@ -0,0 +1,19 @@
{
"name": "Assembly",
"type": "programming",
"color": "#6E4C13",
"aliases": [
"asm",
"nasm"
],
"extensions": [
".asm",
".a51",
".i",
".inc",
".nasm"
],
"tmScope": "source.assembly",
"aceMode": "assembly_x86",
"languageId": 24
}
@@ -0,0 +1,13 @@
{
"name": "Astro",
"type": "markup",
"color": "#ff5a03",
"extensions": [
".astro"
],
"tmScope": "source.astro",
"aceMode": "html",
"codemirrorMode": "jsx",
"codemirrorMimeType": "text/jsx",
"languageId": 578209015
}
@@ -0,0 +1,16 @@
{
"name": "Asymptote",
"type": "programming",
"color": "#ff0000",
"extensions": [
".asy"
],
"interpreters": [
"asy"
],
"tmScope": "source.c++",
"aceMode": "c_cpp",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-kotlin",
"languageId": 591605007
}
@@ -0,0 +1,11 @@
{
"name": "Augeas",
"type": "programming",
"color": "#9CC134",
"extensions": [
".aug"
],
"tmScope": "none",
"aceMode": "text",
"languageId": 25
}
@@ -0,0 +1,15 @@
{
"name": "AutoHotkey",
"type": "programming",
"color": "#6594b9",
"aliases": [
"ahk"
],
"extensions": [
".ahk",
".ahkl"
],
"tmScope": "source.ahk",
"aceMode": "autohotkey",
"languageId": 26
}
@@ -0,0 +1,16 @@
{
"name": "AutoIt",
"type": "programming",
"color": "#1C3552",
"aliases": [
"au3",
"AutoIt3",
"AutoItScript"
],
"extensions": [
".au3"
],
"tmScope": "source.autoit",
"aceMode": "autohotkey",
"languageId": 27
}
@@ -0,0 +1,11 @@
{
"name": "Avro IDL",
"type": "data",
"color": "#0040FF",
"extensions": [
".avdl"
],
"tmScope": "source.avro",
"aceMode": "text",
"languageId": 785497837
}
@@ -0,0 +1,21 @@
{
"name": "Awk",
"type": "programming",
"color": "#c30e9b",
"extensions": [
".awk",
".auk",
".gawk",
".mawk",
".nawk"
],
"interpreters": [
"awk",
"gawk",
"mawk",
"nawk"
],
"tmScope": "source.awk",
"aceMode": "text",
"languageId": 28
}
@@ -0,0 +1,11 @@
{
"name": "BASIC",
"type": "programming",
"extensions": [
".bas"
],
"tmScope": "source.basic",
"aceMode": "text",
"color": "#ff0000",
"languageId": 28923963
}
@@ -0,0 +1,11 @@
{
"name": "Ballerina",
"type": "programming",
"extensions": [
".bal"
],
"tmScope": "source.ballerina",
"aceMode": "text",
"color": "#FF5000",
"languageId": 720859680
}
@@ -0,0 +1,18 @@
{
"name": "Batchfile",
"type": "programming",
"aliases": [
"bat",
"batch",
"dosbatch",
"winbatch"
],
"extensions": [
".bat",
".cmd"
],
"tmScope": "source.batchfile",
"aceMode": "batchfile",
"color": "#C1F12E",
"languageId": 29
}
@@ -0,0 +1,13 @@
{
"name": "Beef",
"type": "programming",
"color": "#a52f4e",
"extensions": [
".bf"
],
"tmScope": "source.cs",
"aceMode": "csharp",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-csharp",
"languageId": 545626333
}
@@ -0,0 +1,10 @@
{
"name": "Befunge",
"type": "programming",
"extensions": [
".befunge"
],
"tmScope": "source.befunge",
"aceMode": "text",
"languageId": 30
}
@@ -0,0 +1,14 @@
{
"name": "Berry",
"type": "programming",
"extensions": [
".be"
],
"tmScope": "source.berry",
"aceMode": "text",
"color": "#15A13C",
"aliases": [
"be"
],
"languageId": 121855308
}
@@ -0,0 +1,15 @@
{
"name": "BibTeX",
"type": "markup",
"color": "#778899",
"group": "TeX",
"extensions": [
".bib",
".bibtex"
],
"tmScope": "text.bibtex",
"aceMode": "tex",
"codemirrorMode": "stex",
"codemirrorMimeType": "text/x-stex",
"languageId": 982188347
}
@@ -0,0 +1,11 @@
{
"name": "Bicep",
"type": "programming",
"color": "#519aba",
"extensions": [
".bicep"
],
"tmScope": "source.bicep",
"aceMode": "text",
"languageId": 321200902
}
@@ -0,0 +1,13 @@
{
"name": "Bikeshed",
"type": "markup",
"color": "#5562ac",
"extensions": [
".bs"
],
"tmScope": "source.csswg",
"aceMode": "html",
"codemirrorMode": "htmlmixed",
"codemirrorMimeType": "text/html",
"languageId": 1055528081
}
@@ -0,0 +1,12 @@
{
"name": "Bison",
"type": "programming",
"color": "#6A463F",
"group": "Yacc",
"tmScope": "source.yacc",
"extensions": [
".bison"
],
"aceMode": "text",
"languageId": 31
}
@@ -0,0 +1,11 @@
{
"name": "BitBake",
"type": "programming",
"color": "#00bce4",
"tmScope": "none",
"extensions": [
".bb"
],
"aceMode": "text",
"languageId": 32
}
@@ -0,0 +1,12 @@
{
"name": "Blade",
"type": "markup",
"color": "#f7523f",
"extensions": [
".blade",
".blade.php"
],
"tmScope": "text.html.php.blade",
"aceMode": "text",
"languageId": 33
}
@@ -0,0 +1,18 @@
{
"name": "BlitzBasic",
"type": "programming",
"color": "#00FFAE",
"aliases": [
"b3d",
"blitz3d",
"blitzplus",
"bplus"
],
"extensions": [
".bb",
".decls"
],
"tmScope": "source.blitzmax",
"aceMode": "text",
"languageId": 34
}
@@ -0,0 +1,14 @@
{
"name": "BlitzMax",
"type": "programming",
"color": "#cd6400",
"extensions": [
".bmx"
],
"aliases": [
"bmax"
],
"tmScope": "source.blitzmax",
"aceMode": "text",
"languageId": 35
}
@@ -0,0 +1,11 @@
{
"name": "Bluespec",
"type": "programming",
"color": "#12223c",
"extensions": [
".bsv"
],
"tmScope": "source.bsv",
"aceMode": "verilog",
"languageId": 36
}
@@ -0,0 +1,11 @@
{
"name": "Boo",
"type": "programming",
"color": "#d4bec1",
"extensions": [
".boo"
],
"aceMode": "text",
"tmScope": "source.boo",
"languageId": 37
}
@@ -0,0 +1,14 @@
{
"name": "Boogie",
"type": "programming",
"color": "#c80fa0",
"extensions": [
".bpl"
],
"interpreters": [
"boogie"
],
"tmScope": "source.boogie",
"aceMode": "text",
"languageId": 955017407
}
@@ -0,0 +1,14 @@
{
"name": "Brainfuck",
"type": "programming",
"color": "#2F2530",
"extensions": [
".b",
".bf"
],
"tmScope": "source.bf",
"aceMode": "text",
"codemirrorMode": "brainfuck",
"codemirrorMimeType": "text/x-brainfuck",
"languageId": 38
}
@@ -0,0 +1,11 @@
{
"name": "BrighterScript",
"type": "programming",
"color": "#66AABB",
"extensions": [
".bs"
],
"tmScope": "source.brs",
"aceMode": "text",
"languageId": 943571030
}
@@ -0,0 +1,11 @@
{
"name": "Brightscript",
"type": "programming",
"color": "#662D91",
"extensions": [
".brs"
],
"tmScope": "source.brs",
"aceMode": "text",
"languageId": 39
}
@@ -0,0 +1,12 @@
{
"name": "Browserslist",
"type": "data",
"color": "#ffd539",
"filenames": [
".browserslistrc",
"browserslist"
],
"tmScope": "text.browserslist",
"aceMode": "text",
"languageId": 153503348
}
@@ -0,0 +1,21 @@
{
"name": "C#",
"type": "programming",
"aceMode": "csharp",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-csharp",
"tmScope": "source.cs",
"color": "#178600",
"aliases": [
"csharp",
"cake",
"cakescript"
],
"extensions": [
".cs",
".cake",
".csx",
".linq"
],
"languageId": 42
}
@@ -0,0 +1,33 @@
{
"name": "C++",
"type": "programming",
"tmScope": "source.c++",
"aceMode": "c_cpp",
"codemirrorMode": "clike",
"codemirrorMimeType": "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"
],
"languageId": 43
}
@@ -0,0 +1,10 @@
{
"name": "C-ObjDump",
"type": "data",
"extensions": [
".c-objdump"
],
"tmScope": "objdump.x86asm",
"aceMode": "assembly_x86",
"languageId": 44
}
@@ -0,0 +1,19 @@
{
"name": "C",
"type": "programming",
"color": "#555555",
"extensions": [
".c",
".cats",
".h",
".idc"
],
"interpreters": [
"tcc"
],
"tmScope": "source.c",
"aceMode": "c_cpp",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-csrc",
"languageId": 41
}
@@ -0,0 +1,16 @@
{
"name": "C2hs Haskell",
"type": "programming",
"group": "Haskell",
"aliases": [
"c2hs"
],
"extensions": [
".chs"
],
"tmScope": "source.haskell",
"aceMode": "haskell",
"codemirrorMode": "haskell",
"codemirrorMimeType": "text/x-haskell",
"languageId": 45
}
@@ -0,0 +1,14 @@
{
"name": "CAP CDS",
"type": "programming",
"tmScope": "source.cds",
"color": "#0092d1",
"aliases": [
"cds"
],
"extensions": [
".cds"
],
"aceMode": "text",
"languageId": 390788699
}
@@ -0,0 +1,10 @@
{
"name": "CIL",
"type": "data",
"tmScope": "source.cil",
"extensions": [
".cil"
],
"aceMode": "text",
"languageId": 29176339
}
@@ -0,0 +1,11 @@
{
"name": "CLIPS",
"type": "programming",
"color": "#00A300",
"extensions": [
".clp"
],
"tmScope": "source.clips",
"aceMode": "text",
"languageId": 46
}
@@ -0,0 +1,17 @@
{
"name": "CMake",
"type": "programming",
"color": "#DA3434",
"extensions": [
".cmake",
".cmake.in"
],
"filenames": [
"CMakeLists.txt"
],
"tmScope": "source.cmake",
"aceMode": "text",
"codemirrorMode": "cmake",
"codemirrorMimeType": "text/x-cmake",
"languageId": 47
}
@@ -0,0 +1,16 @@
{
"name": "COBOL",
"type": "programming",
"extensions": [
".cob",
".cbl",
".ccp",
".cobol",
".cpy"
],
"tmScope": "source.cobol",
"aceMode": "cobol",
"codemirrorMode": "cobol",
"codemirrorMimeType": "text/x-cobol",
"languageId": 48
}
@@ -0,0 +1,10 @@
{
"name": "CODEOWNERS",
"type": "data",
"filenames": [
"CODEOWNERS"
],
"tmScope": "text.codeowners",
"aceMode": "gitignore",
"languageId": 321684729
}
@@ -0,0 +1,13 @@
{
"name": "COLLADA",
"type": "data",
"color": "#F1A42B",
"extensions": [
".dae"
],
"tmScope": "text.xml",
"aceMode": "xml",
"codemirrorMode": "xml",
"codemirrorMimeType": "text/xml",
"languageId": 49
}
@@ -0,0 +1,13 @@
{
"name": "CSON",
"type": "data",
"color": "#244776",
"tmScope": "source.coffee",
"aceMode": "coffee",
"codemirrorMode": "coffeescript",
"codemirrorMimeType": "text/x-coffeescript",
"extensions": [
".cson"
],
"languageId": 424
}
@@ -0,0 +1,13 @@
{
"name": "CSS",
"type": "markup",
"tmScope": "source.css",
"aceMode": "css",
"codemirrorMode": "css",
"codemirrorMimeType": "text/css",
"color": "#563d7c",
"extensions": [
".css"
],
"languageId": 50
}
@@ -0,0 +1,11 @@
{
"name": "CSV",
"type": "data",
"color": "#237346",
"aceMode": "text",
"tmScope": "none",
"extensions": [
".csv"
],
"languageId": 51
}
@@ -0,0 +1,11 @@
{
"name": "CUE",
"type": "programming",
"extensions": [
".cue"
],
"tmScope": "source.cue",
"aceMode": "text",
"color": "#5886E1",
"languageId": 356063509
}
@@ -0,0 +1,11 @@
{
"name": "CWeb",
"type": "programming",
"color": "#00007a",
"extensions": [
".w"
],
"tmScope": "none",
"aceMode": "text",
"languageId": 657332628
}
@@ -0,0 +1,20 @@
{
"name": "Cabal Config",
"type": "data",
"color": "#483465",
"aliases": [
"Cabal"
],
"extensions": [
".cabal"
],
"filenames": [
"cabal.config",
"cabal.project"
],
"aceMode": "haskell",
"codemirrorMode": "haskell",
"codemirrorMimeType": "text/x-haskell",
"tmScope": "source.cabal",
"languageId": 677095381
}
@@ -0,0 +1,11 @@
{
"name": "Cadence",
"type": "programming",
"color": "#00ef8b",
"aceMode": "text",
"tmScope": "source.cadence",
"extensions": [
".cdc"
],
"languageId": 270184138
}
@@ -0,0 +1,11 @@
{
"name": "Cairo",
"type": "programming",
"color": "#ff4a48",
"aceMode": "text",
"tmScope": "source.cairo",
"extensions": [
".cairo"
],
"languageId": 620599567
}
@@ -0,0 +1,14 @@
{
"name": "CameLIGO",
"type": "programming",
"color": "#3be133",
"extensions": [
".mligo"
],
"tmScope": "source.mligo",
"aceMode": "ocaml",
"codemirrorMode": "mllike",
"codemirrorMimeType": "text/x-ocaml",
"group": "LigoLANG",
"languageId": 829207807
}
@@ -0,0 +1,11 @@
{
"name": "Cap'n Proto",
"type": "programming",
"color": "#c42727",
"tmScope": "source.capnp",
"extensions": [
".capnp"
],
"aceMode": "text",
"languageId": 52
}
@@ -0,0 +1,13 @@
{
"name": "CartoCSS",
"type": "programming",
"aliases": [
"Carto"
],
"extensions": [
".mss"
],
"aceMode": "text",
"tmScope": "source.css.mss",
"languageId": 53
}
@@ -0,0 +1,11 @@
{
"name": "Ceylon",
"type": "programming",
"color": "#dfa535",
"extensions": [
".ceylon"
],
"tmScope": "source.ceylon",
"aceMode": "text",
"languageId": 54
}
@@ -0,0 +1,14 @@
{
"name": "Chapel",
"type": "programming",
"color": "#8dc63f",
"aliases": [
"chpl"
],
"extensions": [
".chpl"
],
"tmScope": "source.chapel",
"aceMode": "text",
"languageId": 55
}
@@ -0,0 +1,10 @@
{
"name": "Charity",
"type": "programming",
"extensions": [
".ch"
],
"tmScope": "none",
"aceMode": "text",
"languageId": 56
}
@@ -0,0 +1,38 @@
{
"name": "Checksums",
"type": "data",
"tmScope": "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"
],
"aceMode": "text",
"languageId": 372063053
}
@@ -0,0 +1,13 @@
{
"name": "ChucK",
"type": "programming",
"color": "#3f8000",
"extensions": [
".ck"
],
"tmScope": "source.java",
"aceMode": "java",
"codemirrorMode": "clike",
"codemirrorMimeType": "text/x-java",
"languageId": 57
}
@@ -0,0 +1,11 @@
{
"name": "Cirru",
"type": "programming",
"color": "#ccccff",
"tmScope": "source.cirru",
"aceMode": "cirru",
"extensions": [
".cirru"
],
"languageId": 58
}
@@ -0,0 +1,11 @@
{
"name": "Clarion",
"type": "programming",
"color": "#db901e",
"aceMode": "text",
"extensions": [
".clw"
],
"tmScope": "source.clarion",
"languageId": 59
}
@@ -0,0 +1,11 @@
{
"name": "Clarity",
"type": "programming",
"color": "#5546ff",
"aceMode": "lisp",
"extensions": [
".clar"
],
"tmScope": "source.clar",
"languageId": 91493841
}
@@ -0,0 +1,14 @@
{
"name": "Classic ASP",
"type": "programming",
"color": "#6a40fd",
"tmScope": "text.html.asp",
"aliases": [
"asp"
],
"extensions": [
".asp"
],
"aceMode": "text",
"languageId": 8
}
@@ -0,0 +1,12 @@
{
"name": "Clean",
"type": "programming",
"color": "#3F85AF",
"extensions": [
".icl",
".dcl"
],
"tmScope": "source.clean",
"aceMode": "text",
"languageId": 60
}
@@ -0,0 +1,11 @@
{
"name": "Click",
"type": "programming",
"color": "#E4E6F3",
"extensions": [
".click"
],
"tmScope": "source.click",
"aceMode": "text",
"languageId": 61
}

Some files were not shown because too many files have changed in this diff Show More