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 | ||||
|   - build.xml | ||||
|   ace_mode: xml | ||||
|   color: "#A82C7C" | ||||
|  | ||||
| ApacheConf: | ||||
|   type: markup | ||||
| @@ -182,6 +183,7 @@ AppleScript: | ||||
|   interpreters: | ||||
|   - osascript | ||||
|   ace_mode: applescript | ||||
|   color: "#F2F1F1" | ||||
|  | ||||
| Arc: | ||||
|   type: programming | ||||
| @@ -289,6 +291,7 @@ Batchfile: | ||||
|   - .cmd | ||||
|   tm_scope: source.dosbatch | ||||
|   ace_mode: batchfile | ||||
|   color: "#92C2FF" | ||||
|  | ||||
| Befunge: | ||||
|   type: programming | ||||
| @@ -303,6 +306,7 @@ Bison: | ||||
|   extensions: | ||||
|   - .bison | ||||
|   ace_mode: text | ||||
|   color: "#6A463F" | ||||
|  | ||||
| BitBake: | ||||
|   type: programming | ||||
| @@ -690,6 +694,7 @@ Cucumber: | ||||
|   aliases: | ||||
|   - gherkin | ||||
|   ace_mode: text | ||||
|   color: "#00A818" | ||||
|  | ||||
| Cuda: | ||||
|   type: programming | ||||
| @@ -698,6 +703,7 @@ Cuda: | ||||
|   - .cuh | ||||
|   tm_scope: source.cuda-c++ | ||||
|   ace_mode: c_cpp | ||||
|   color: "#76B900" | ||||
|  | ||||
| Cycript: | ||||
|   type: programming | ||||
| @@ -1204,6 +1210,7 @@ Gradle: | ||||
|   - .gradle | ||||
|   tm_scope: source.groovy.gradle | ||||
|   ace_mode: text | ||||
|   color: "#84BA40" | ||||
|  | ||||
| Grammatical Framework: | ||||
|   type: programming | ||||
| @@ -1355,6 +1362,7 @@ Hack: | ||||
|   - .hh | ||||
|   - .php | ||||
|   tm_scope: text.html.php | ||||
|   color: "#878787" | ||||
|  | ||||
| Haml: | ||||
|   group: HTML | ||||
| @@ -1363,6 +1371,7 @@ Haml: | ||||
|   - .haml | ||||
|   - .haml.deface | ||||
|   ace_mode: haml | ||||
|   color: "#ECE2A9" | ||||
|  | ||||
| Handlebars: | ||||
|   type: markup | ||||
| @@ -1705,6 +1714,7 @@ LLVM: | ||||
|   extensions: | ||||
|   - .ll | ||||
|   ace_mode: text | ||||
|   color: "#689DD7" | ||||
|  | ||||
| LOLCODE: | ||||
|   type: programming | ||||
| @@ -1768,6 +1778,7 @@ Less: | ||||
|   - .less | ||||
|   tm_scope: source.css.less | ||||
|   ace_mode: less | ||||
|   color: "#2A4D82" | ||||
|  | ||||
| Lex: | ||||
|   type: programming | ||||
| @@ -1977,6 +1988,7 @@ Markdown: | ||||
|   - .mkdown | ||||
|   - .ron | ||||
|   tm_scope: source.gfm | ||||
|   color: "#DDDDDD" | ||||
|  | ||||
| Mask: | ||||
|   type: markup | ||||
| @@ -2015,6 +2027,7 @@ Maven POM: | ||||
|   filenames: | ||||
|   - pom.xml | ||||
|   ace_mode: xml | ||||
|   color: "#FF6804" | ||||
|  | ||||
| Max: | ||||
|   type: programming | ||||
| @@ -2204,6 +2217,7 @@ Nginx: | ||||
|   aliases: | ||||
|   - nginx configuration file | ||||
|   ace_mode: text | ||||
|   color: "#009900" | ||||
|  | ||||
| Nimrod: | ||||
|   type: programming | ||||
| @@ -2262,6 +2276,7 @@ NumPy: | ||||
|   - .numsc | ||||
|   tm_scope: none | ||||
|   ace_mode: text | ||||
|   color: "#378EC8" | ||||
|  | ||||
| OCaml: | ||||
|   type: programming | ||||
| @@ -2794,6 +2809,7 @@ RDoc: | ||||
|   extensions: | ||||
|   - .rdoc | ||||
|   tm_scope: text.rdoc | ||||
|   color: "#333333" | ||||
|  | ||||
| REALbasic: | ||||
|   type: programming | ||||
| @@ -2991,6 +3007,7 @@ SCSS: | ||||
|   ace_mode: scss | ||||
|   extensions: | ||||
|   - .scss | ||||
|   color: "#CF649A" | ||||
|  | ||||
| SMT: | ||||
|   type: programming | ||||
| @@ -3093,6 +3110,7 @@ Sass: | ||||
|   extensions: | ||||
|   - .sass | ||||
|   ace_mode: sass | ||||
|   color: "#CF649A" | ||||
|  | ||||
| Scala: | ||||
|   type: programming | ||||
| @@ -3676,6 +3694,7 @@ XML: | ||||
|   - Web.Release.config | ||||
|   - Web.config | ||||
|   - packages.config | ||||
|   color: "#25AAE2" | ||||
|  | ||||
| XPages: | ||||
|   type: programming | ||||
| @@ -3721,6 +3740,7 @@ XSLT: | ||||
|   - .xsl | ||||
|   tm_scope: text.xml.xsl | ||||
|   ace_mode: xml | ||||
|   color: "#0E76BD" | ||||
|  | ||||
| Xojo: | ||||
|   type: programming | ||||
| @@ -3753,6 +3773,7 @@ YAML: | ||||
|   - .yaml | ||||
|   - .yaml-tmlanguage | ||||
|   ace_mode: yaml | ||||
|   color: "#FF0000" | ||||
|  | ||||
| Yacc: | ||||
|   type: programming | ||||
| @@ -3762,6 +3783,7 @@ Yacc: | ||||
|   - .yy | ||||
|   tm_scope: source.bison | ||||
|   ace_mode: text | ||||
|   color: "#92278F" | ||||
|  | ||||
| Zephir: | ||||
|   type: programming | ||||
| @@ -3844,6 +3866,7 @@ reStructuredText: | ||||
|   - .rst | ||||
|   - .rest | ||||
|   ace_mode: text | ||||
|   color: "#000000" | ||||
|  | ||||
| wisp: | ||||
|   type: programming | ||||
|   | ||||
		Reference in New Issue
	
	Block a user