mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add colors for some languages.
These are effected languages and the reason behind the proposed colors: - Ant Build System: The color of logo (http://ant.apache.org/images/project-logo.gif). - AppleScript: AppleScript editor logo (https://en.wikipedia.org/wiki/AppleScript#/media/File:AppleScript_Editor_Logo.png). - Batchfile: Batch file icon in Windows (https://en.wikipedia.org/wiki/Batch_file#/media/File:Batch_file_icon_in_Windows_Vista.png). - Bison: A color taken from a bison (https://en.wikipedia.org/wiki/Bison#/media/File:Americanbison.jpg). - Cucumber: Official logo color (https://cucumber.io/images/cucumber-logo.svg). - Cuda: Nvidia(creator of CUDA) logo color (http://www.nvidia.com/content/includes/redesign2010/images/redesign10/nvidia_logo.png). - Gradle: Official Gradle logo color (https://gradle.org/wp-content/uploads/2015/03/GradleLogoReg.png). - Hack: Hack logo color (http://hacklang.org/wp-content/themes/hack/hack.png). - Haml: Haml logo color (http://haml.info/images/haml.png). - LLVM: Eye color of the dragon logo of LLVM (http://llvm.org/img/DragonMedium.png). - Less: Less logo color (http://lesscss.org/public/img/logo.png). - Markdown: The Daring Fireball logo color (http://daringfireball.net/graphics/logos/). - Maven POM: The maven logo color (https://en.wikipedia.org/wiki/Apache_Maven#/media/File:Maven_logo.svg). - Nginx: The nginx logo color (http://nginx.org/nginx.png). - NumPy: The NumPy logo color (http://www.numpy.org/_static/numpy_logo.png). - RDoc: I couldn'd find any logo, so have used the color of the name of RDoc in the official site (http://docs.seattlerb.org/rdoc/). - SCSS: The Sass logo color (http://sass-lang.com/assets/img/logos/logo-b6e1ef6e.svg). - Sass: The Sass logo color (http://sass-lang.com/assets/img/logos/logo-b6e1ef6e.svg). - XML: A random color. - XSLT: A random color. - YAML: The color of the name of YAML in the official site (http://yaml.org/). - Yacc: A random color. - reStructuredText: The official logo color (http://docutils.sourceforge.net/rst.png).
This commit is contained in:
@@ -153,6 +153,7 @@ Ant Build System:
|
|||||||
- ant.xml
|
- ant.xml
|
||||||
- build.xml
|
- build.xml
|
||||||
ace_mode: xml
|
ace_mode: xml
|
||||||
|
color: "#A82C7C"
|
||||||
|
|
||||||
ApacheConf:
|
ApacheConf:
|
||||||
type: markup
|
type: markup
|
||||||
@@ -182,6 +183,7 @@ AppleScript:
|
|||||||
interpreters:
|
interpreters:
|
||||||
- osascript
|
- osascript
|
||||||
ace_mode: applescript
|
ace_mode: applescript
|
||||||
|
color: "#F2F1F1"
|
||||||
|
|
||||||
Arc:
|
Arc:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -289,6 +291,7 @@ Batchfile:
|
|||||||
- .cmd
|
- .cmd
|
||||||
tm_scope: source.dosbatch
|
tm_scope: source.dosbatch
|
||||||
ace_mode: batchfile
|
ace_mode: batchfile
|
||||||
|
color: "#92C2FF"
|
||||||
|
|
||||||
Befunge:
|
Befunge:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -303,6 +306,7 @@ Bison:
|
|||||||
extensions:
|
extensions:
|
||||||
- .bison
|
- .bison
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#6A463F"
|
||||||
|
|
||||||
BitBake:
|
BitBake:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -690,6 +694,7 @@ Cucumber:
|
|||||||
aliases:
|
aliases:
|
||||||
- gherkin
|
- gherkin
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#00A818"
|
||||||
|
|
||||||
Cuda:
|
Cuda:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -698,6 +703,7 @@ Cuda:
|
|||||||
- .cuh
|
- .cuh
|
||||||
tm_scope: source.cuda-c++
|
tm_scope: source.cuda-c++
|
||||||
ace_mode: c_cpp
|
ace_mode: c_cpp
|
||||||
|
color: "#76B900"
|
||||||
|
|
||||||
Cycript:
|
Cycript:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -1204,6 +1210,7 @@ Gradle:
|
|||||||
- .gradle
|
- .gradle
|
||||||
tm_scope: source.groovy.gradle
|
tm_scope: source.groovy.gradle
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#84BA40"
|
||||||
|
|
||||||
Grammatical Framework:
|
Grammatical Framework:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -1355,6 +1362,7 @@ Hack:
|
|||||||
- .hh
|
- .hh
|
||||||
- .php
|
- .php
|
||||||
tm_scope: text.html.php
|
tm_scope: text.html.php
|
||||||
|
color: "#878787"
|
||||||
|
|
||||||
Haml:
|
Haml:
|
||||||
group: HTML
|
group: HTML
|
||||||
@@ -1363,6 +1371,7 @@ Haml:
|
|||||||
- .haml
|
- .haml
|
||||||
- .haml.deface
|
- .haml.deface
|
||||||
ace_mode: haml
|
ace_mode: haml
|
||||||
|
color: "#ECE2A9"
|
||||||
|
|
||||||
Handlebars:
|
Handlebars:
|
||||||
type: markup
|
type: markup
|
||||||
@@ -1705,6 +1714,7 @@ LLVM:
|
|||||||
extensions:
|
extensions:
|
||||||
- .ll
|
- .ll
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#689DD7"
|
||||||
|
|
||||||
LOLCODE:
|
LOLCODE:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -1768,6 +1778,7 @@ Less:
|
|||||||
- .less
|
- .less
|
||||||
tm_scope: source.css.less
|
tm_scope: source.css.less
|
||||||
ace_mode: less
|
ace_mode: less
|
||||||
|
color: "#2A4D82"
|
||||||
|
|
||||||
Lex:
|
Lex:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -1977,6 +1988,7 @@ Markdown:
|
|||||||
- .mkdown
|
- .mkdown
|
||||||
- .ron
|
- .ron
|
||||||
tm_scope: source.gfm
|
tm_scope: source.gfm
|
||||||
|
color: "#DDDDDD"
|
||||||
|
|
||||||
Mask:
|
Mask:
|
||||||
type: markup
|
type: markup
|
||||||
@@ -2015,6 +2027,7 @@ Maven POM:
|
|||||||
filenames:
|
filenames:
|
||||||
- pom.xml
|
- pom.xml
|
||||||
ace_mode: xml
|
ace_mode: xml
|
||||||
|
color: "#FF6804"
|
||||||
|
|
||||||
Max:
|
Max:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -2204,6 +2217,7 @@ Nginx:
|
|||||||
aliases:
|
aliases:
|
||||||
- nginx configuration file
|
- nginx configuration file
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#009900"
|
||||||
|
|
||||||
Nimrod:
|
Nimrod:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -2262,6 +2276,7 @@ NumPy:
|
|||||||
- .numsc
|
- .numsc
|
||||||
tm_scope: none
|
tm_scope: none
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#378EC8"
|
||||||
|
|
||||||
OCaml:
|
OCaml:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -2794,6 +2809,7 @@ RDoc:
|
|||||||
extensions:
|
extensions:
|
||||||
- .rdoc
|
- .rdoc
|
||||||
tm_scope: text.rdoc
|
tm_scope: text.rdoc
|
||||||
|
color: "#333333"
|
||||||
|
|
||||||
REALbasic:
|
REALbasic:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -2991,6 +3007,7 @@ SCSS:
|
|||||||
ace_mode: scss
|
ace_mode: scss
|
||||||
extensions:
|
extensions:
|
||||||
- .scss
|
- .scss
|
||||||
|
color: "#CF649A"
|
||||||
|
|
||||||
SMT:
|
SMT:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3093,6 +3110,7 @@ Sass:
|
|||||||
extensions:
|
extensions:
|
||||||
- .sass
|
- .sass
|
||||||
ace_mode: sass
|
ace_mode: sass
|
||||||
|
color: "#CF649A"
|
||||||
|
|
||||||
Scala:
|
Scala:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3676,6 +3694,7 @@ XML:
|
|||||||
- Web.Release.config
|
- Web.Release.config
|
||||||
- Web.config
|
- Web.config
|
||||||
- packages.config
|
- packages.config
|
||||||
|
color: "#25AAE2"
|
||||||
|
|
||||||
XPages:
|
XPages:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3721,6 +3740,7 @@ XSLT:
|
|||||||
- .xsl
|
- .xsl
|
||||||
tm_scope: text.xml.xsl
|
tm_scope: text.xml.xsl
|
||||||
ace_mode: xml
|
ace_mode: xml
|
||||||
|
color: "#0E76BD"
|
||||||
|
|
||||||
Xojo:
|
Xojo:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3753,6 +3773,7 @@ YAML:
|
|||||||
- .yaml
|
- .yaml
|
||||||
- .yaml-tmlanguage
|
- .yaml-tmlanguage
|
||||||
ace_mode: yaml
|
ace_mode: yaml
|
||||||
|
color: "#FF0000"
|
||||||
|
|
||||||
Yacc:
|
Yacc:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3762,6 +3783,7 @@ Yacc:
|
|||||||
- .yy
|
- .yy
|
||||||
tm_scope: source.bison
|
tm_scope: source.bison
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#92278F"
|
||||||
|
|
||||||
Zephir:
|
Zephir:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -3844,6 +3866,7 @@ reStructuredText:
|
|||||||
- .rst
|
- .rst
|
||||||
- .rest
|
- .rest
|
||||||
ace_mode: text
|
ace_mode: text
|
||||||
|
color: "#000000"
|
||||||
|
|
||||||
wisp:
|
wisp:
|
||||||
type: programming
|
type: programming
|
||||||
|
|||||||
Reference in New Issue
Block a user