Merge pull request #2613 from ismailarilik/patch-2

Add colors for some languages.
This commit is contained in:
Arfon Smith
2016-01-21 20:10:36 -05:00

View File

@@ -183,6 +183,7 @@ AppleScript:
interpreters: interpreters:
- osascript - osascript
ace_mode: applescript ace_mode: applescript
color: "#101F1F"
Arc: Arc:
type: programming type: programming
@@ -290,6 +291,7 @@ Batchfile:
- .cmd - .cmd
tm_scope: source.dosbatch tm_scope: source.dosbatch
ace_mode: batchfile ace_mode: batchfile
color: "#C1F12E"
Befunge: Befunge:
type: programming type: programming
@@ -304,6 +306,7 @@ Bison:
extensions: extensions:
- .bison - .bison
ace_mode: text ace_mode: text
color: "#6A463F"
BitBake: BitBake:
type: programming type: programming
@@ -638,7 +641,7 @@ Common Lisp:
Component Pascal: Component Pascal:
type: programming type: programming
color: "#b0ce4e" color: "#B0CE4E"
extensions: extensions:
- .cp - .cp
- .cps - .cps
@@ -701,6 +704,7 @@ Cucumber:
aliases: aliases:
- gherkin - gherkin
ace_mode: text ace_mode: text
color: "#5B2063"
Cuda: Cuda:
type: programming type: programming
@@ -709,6 +713,7 @@ Cuda:
- .cuh - .cuh
tm_scope: source.cuda-c++ tm_scope: source.cuda-c++
ace_mode: c_cpp ace_mode: c_cpp
color: "#3A4E3A"
Cycript: Cycript:
type: programming type: programming
@@ -801,7 +806,6 @@ Dart:
Diff: Diff:
type: data type: data
color: "#88dddd"
extensions: extensions:
- .diff - .diff
- .patch - .patch
@@ -1390,6 +1394,7 @@ Hack:
- .hh - .hh
- .php - .php
tm_scope: text.html.php tm_scope: text.html.php
color: "#878787"
Haml: Haml:
group: HTML group: HTML
@@ -1398,6 +1403,7 @@ Haml:
- .haml - .haml
- .haml.deface - .haml.deface
ace_mode: haml ace_mode: haml
color: "#ECE2A9"
Handlebars: Handlebars:
type: markup type: markup
@@ -1764,6 +1770,7 @@ LLVM:
extensions: extensions:
- .ll - .ll
ace_mode: text ace_mode: text
color: "#185619"
LOLCODE: LOLCODE:
type: programming type: programming
@@ -1827,6 +1834,7 @@ Less:
- .less - .less
tm_scope: source.css.less tm_scope: source.css.less
ace_mode: less ace_mode: less
color: "#A1D9A1"
Lex: Lex:
type: programming type: programming
@@ -2045,6 +2053,7 @@ Markdown:
- .mkdown - .mkdown
- .ron - .ron
tm_scope: source.gfm tm_scope: source.gfm
color: "#083FA1"
Mask: Mask:
type: markup type: markup
@@ -2284,6 +2293,7 @@ Nginx:
aliases: aliases:
- nginx configuration file - nginx configuration file
ace_mode: text ace_mode: text
color: "#9469E9"
Nimrod: Nimrod:
type: programming type: programming
@@ -2342,6 +2352,7 @@ NumPy:
- .numsc - .numsc
tm_scope: none tm_scope: none
ace_mode: text ace_mode: text
color: "#9C8AF9"
OCaml: OCaml:
type: programming type: programming
@@ -2592,7 +2603,7 @@ Parrot Internal Representation:
Pascal: Pascal:
type: programming type: programming
color: "#b0ce4e" color: "#E3F171"
extensions: extensions:
- .pas - .pas
- .dfm - .dfm
@@ -2860,7 +2871,7 @@ QMake:
R: R:
type: programming type: programming
color: "#198ce7" color: "#198CE7"
aliases: aliases:
- R - R
- Rscript - Rscript
@@ -2890,6 +2901,7 @@ RDoc:
extensions: extensions:
- .rdoc - .rdoc
tm_scope: text.rdoc tm_scope: text.rdoc
color: "#8E84BF"
REALbasic: REALbasic:
type: programming type: programming
@@ -3099,6 +3111,7 @@ SCSS:
ace_mode: scss ace_mode: scss
extensions: extensions:
- .scss - .scss
color: "#CF649A"
SMT: SMT:
type: programming type: programming
@@ -3201,6 +3214,7 @@ Sass:
extensions: extensions:
- .sass - .sass
ace_mode: sass ace_mode: sass
color: "#CF649A"
Scala: Scala:
type: programming type: programming
@@ -3566,7 +3580,6 @@ Unified Parallel C:
Unity3D Asset: Unity3D Asset:
type: data type: data
ace_mode: yaml ace_mode: yaml
color: "#ab69a1"
extensions: extensions:
- .anim - .anim
- .asset - .asset
@@ -3854,6 +3867,7 @@ XSLT:
- .xsl - .xsl
tm_scope: text.xml.xsl tm_scope: text.xml.xsl
ace_mode: xml ace_mode: xml
color: "#EB8CEB"
Xojo: Xojo:
type: programming type: programming
@@ -3895,6 +3909,7 @@ Yacc:
- .yy - .yy
tm_scope: source.bison tm_scope: source.bison
ace_mode: text ace_mode: text
color: "#4B6C4B"
Zephir: Zephir:
type: programming type: programming
@@ -3934,7 +3949,6 @@ eC:
edn: edn:
type: data type: data
ace_mode: clojure ace_mode: clojure
color: "#db5855"
extensions: extensions:
- .edn - .edn
tm_scope: source.clojure tm_scope: source.clojure
@@ -3979,6 +3993,7 @@ reStructuredText:
- .rest.txt - .rest.txt
- .rst.txt - .rst.txt
ace_mode: text ace_mode: text
color: "#B3BCBC"
wisp: wisp:
type: programming type: programming