Arfon Smith
580cfce7fb
Adding support for generated overrides
2015-09-03 14:39:27 +01:00
Scott Nelson
e4ce5bfe39
Ignore spec fixtures
2015-09-02 12:52:25 -04:00
ismail-arilik
4d2b38497d
Remove color attributes of 'type: data's.
2015-09-02 18:53:29 +03:00
ismail-arilik
fc5ae1cfbc
Revert colors of some languages.
...
Revert colors of some languages which have 'type: data' attribute.
2015-09-02 17:53:58 +03:00
ismail-arilik
7e76d1cc6b
Update Pascal color to fix the closeness issue.
2015-09-02 17:01:38 +03:00
ismail-arilik
cf834e8a21
Update some colors to fix closeness.
2015-09-02 16:23:33 +03:00
ismail-arilik
ee61466042
Update some colors to fix closeness.
2015-09-02 15:58:46 +03:00
ismail-arilik
35884d482c
Update some colors to fix closeness.
2015-09-02 15:38:41 +03:00
ismail-arilik
802de8112c
Update some colors to fix closeness.
2015-09-02 14:39:19 +03:00
ismail-arilik
9a76cfc85f
Update some colors to fix closeness.
...
I have used syntactic color values with respect to the table below:
A | B C | D | E | F G | H | I | J K | L M | N O | P Q | R S | T U | V W | X | Y Z
0 1 2 3 4 5 6 7 8 9 A B C D E F
For example for Gradle the color should be 4B0283, for Cuda the color should be 1C201C(for six-letter CudaCu) and for reStructuredText the color should be B3BCBC(for six-letter reStru).
2015-09-02 14:16:12 +03:00
ismail-arilik
dc41dd888d
Update Cuda color to fix closeness.
2015-09-02 13:31:51 +03:00
Arfon Smith
6ed64f25a2
Merge pull request #2607 from Alhadis/master
...
Add .geojson/.topojson as JSON extensions / Fix NCL colour
2015-09-02 10:13:31 +01:00
ismail-arilik
827ad80311
Update colors to fix collision.
...
Colors basically incremented.
2015-09-02 10:16:37 +03:00
ismail-arilik
9e3d8ac4e9
Update Batchfile color.
2015-09-02 09:58:14 +03:00
Alhadis
114a331106
Add ".topojson" as a JSON extension
2015-09-02 07:04:51 +10:00
ismail-arilik
1b327e29ba
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 ).
2015-09-01 21:51:48 +03:00
Arfon Smith
13702451ab
Bumping to v4.5.15
2015-09-01 19:13:02 +01:00
Arfon Smith
9775820398
Merge pull request #2591 from jtbandes/master
...
Vendored definitions for Xcode-related files
2015-09-01 18:53:08 +01:00
Matěj Týč
26a35ea43d
added aclocal to the generated files list
2015-09-01 17:51:18 +02:00
Matěj Týč
81ebef2e29
Added autoconf output, removed configure.ac
2015-09-01 17:49:01 +02:00
Arfon Smith
7daf26bcd0
Merge pull request #2604 from larsbrinkhoff/alphabetise-heuristics
...
Alphabetise heuristics.
2015-09-01 15:25:49 +01:00
Arfon Smith
231f705098
Merge pull request #2606 from thejameskyle/jsproj
...
Add .jsproj extension
2015-09-01 15:23:53 +01:00
ismail-arilik
5afdd2c533
Add color for the PL/SQL language.
...
I have added color to the PL/SQL language: #dad8d8. I take this color from a window background which evokes the interface of the language.
2015-09-01 14:23:59 +03:00
Alhadis
a167f852dd
Alphabetise JSON extensions
2015-09-01 07:33:07 +10:00
Alhadis
b428bce126
Quote NCL language's colour value
...
Without double-quotes, the hex colour is interpreted as a YAML comment.
Originally added in 2d39258 .
2015-09-01 07:24:17 +10:00
Alhadis
e62d0e19a5
Add ".geojson" as a JSON extension
2015-09-01 07:12:18 +10:00
James Kyle
6e05edc350
Add .jsproj extension
2015-08-31 10:26:29 -07:00
Lars Brinkhoff
dd8eaf2893
Alphabetise heuristics.
2015-08-31 08:53:51 +02:00
Matěj Týč
1068cfb4b5
Removed stray M4 attribute
2015-08-30 15:25:42 +02:00
Matěj Týč
73b1737dc7
Removed a typo
2015-08-30 15:09:45 +02:00
Matěj Týč
1d86f40fcd
Added m4sugar language, moved samples to right locations.
2015-08-30 15:03:55 +02:00
Michael Fellinger
ecc750f445
Merge branch 'master' of https://github.com/github/linguist into origin/patch-1
...
* 'master' of https://github.com/github/linguist :
Switch to Apache License.
also add help for unapproved licenses
Update X10 grammar license.
add some help text to license test
Fix typo in Obj-C heuristic keyword
Add the X10 language (http://x10-lang.org/ ).
Sublime Text workspace files as vendored
Make Slick regexp more general
Tests for new vendored files
Test for new CodeMirror regexp
New JS vendored files
Fix CodeMirror regex for vendored files
added *.lslp to samples/LSL folder
added *.lslp as LSL(Linden Scripting Language)
Conflicts:
.gitmodules
2015-08-28 14:08:31 -04:00
Michael Fellinger
cf5268a7d4
add Pony language
2015-08-28 14:04:10 -04:00
Arfon Smith
58a34cdb7d
Merge pull request #2589 from mandel/master
...
Add the X10 language.
2015-08-26 19:36:54 +01:00
Arfon Smith
1535e3553e
Merge pull request #2580 from LeonaMorro/master
...
add *.lslp as an additional extension for LSL (LindenScriptingLanguage)
2015-08-26 14:09:48 +01:00
Arfon Smith
0ac05bbbeb
Merge pull request #2582 from pchaigno/vendor-libraries
...
Vendored JS files
2015-08-26 14:02:57 +01:00
Jacob Bandes-Storch
0e9ded45dc
Fix typo in Obj-C heuristic keyword
...
`synchronised` → `synchronized`
2015-08-26 00:34:00 -07:00
Jacob Bandes-Storch
a2ca886510
Vendored definitions for Xcode-related files
2015-08-25 23:42:20 -07:00
Matěj Týč
aa701c6766
Update languages.yml
2015-08-25 01:09:42 +02:00
Louis Mandel
25a1af3775
Add the X10 language ( http://x10-lang.org/ ).
2015-08-24 13:26:43 -04:00
Paul Chaignon
0d8e0a2970
Sublime Text workspace files as vendored
2015-08-24 12:32:26 +02:00
Paul Chaignon
c0fff6c8a8
Make Slick regexp more general
2015-08-21 12:30:01 +02:00
Paul Chaignon
1d9faff4c6
New JS vendored files
2015-08-21 12:13:42 +02:00
Paul Chaignon
7025cbe760
Fix CodeMirror regex for vendored files
2015-08-21 12:12:52 +02:00
LeonaMorro
96518d2d0f
added *.lslp as LSL(Linden Scripting Language)
2015-08-21 11:17:12 +02:00
Blake Embrey
16e65fe189
Make RAML a markup language
...
RAML was originally merged as a data language, but this seems like an incorrect definition. I changed it to be markup instead, which will also result in RAML appearing in repo statistics.
2015-08-20 10:07:44 -07:00
Arfon Smith
a74f3b3e46
Adding Perl/Perl6 heuristic for '.t'
2015-08-20 10:16:52 +01:00
Arfon Smith
0624a9395c
Merge pull request #2571 from pchaigno/prolog-grammar
...
New grammars for Prolog and ECLiPSe
2015-08-19 21:44:13 +01:00
Paul Chaignon
80e2d112b2
tm_scope for RMarkdown
2015-08-19 22:07:23 +02:00
Paul Chaignon
7d91e4959a
Dissociate ECLiPSe from Prolog
...
ECLiPSe syntax is slightly different from Prolog syntax
ECLiPSe is in the Prolog group so it will only be highlighted differently
2015-08-19 20:56:14 +02:00