Arfon Smith
b1bcabd6e6
Adding Handlebars to the HTML group
2015-09-08 12:25:05 +01:00
Paul Chaignon
1f46cfafa7
New JSX language under JavaScript group
...
A specific grammar is needed to highlight .jsx files
Thus, there are now in a distinct language but still in the JavaScript group
2015-09-05 13:31:17 +02: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
Alhadis
114a331106
Add ".topojson" as a JSON extension
2015-09-02 07:04:51 +10: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
Arfon Smith
58a34cdb7d
Merge pull request #2589 from mandel/master
...
Add the X10 language.
2015-08-26 19:36:54 +01:00
Louis Mandel
25a1af3775
Add the X10 language ( http://x10-lang.org/ ).
2015-08-24 13:26:43 -04: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
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
Paul Chaignon
0c5aa2a7eb
Merge branch 'master' into prolog-grammar
2015-08-19 20:46:15 +02:00
Paul Chaignon
152d49513f
Grammar for AspectJ from Sublime Text package
2015-08-19 00:11:34 +02:00
Lars Brinkhoff
82410e07b2
Add .sexp to Common Lisp.
...
config.sexp by Jeremie Dimino; Apache License 2.0.
rss.sexp by Dan Lentz; LGPL 2.1.
2015-08-18 12:45:47 +02:00
Paul Chaignon
06997f0da2
Fix scope of grammar for LabVIEW
2015-08-14 14:17:32 +02:00
Paul Chaignon
55aafa416d
Highlight LabVIEW files as XML
2015-08-14 13:56:28 +02:00
Paul Chaignon
8d216f0c43
Grammar for Prolog from Sublime Text package
...
MPLv2 License is currently unrecognized
2015-08-13 17:15:04 +02:00
Lars Brinkhoff
6a565a849b
Add .arpa to DNS Zone.
...
sample.arpa by Freeswitch project; Mozilla Public License 1.1.
2015-08-13 07:38:17 +02:00
Arfon Smith
7cf140940e
Fixing up the build
2015-08-12 17:20:29 +01:00
Arfon Smith
03e2904ebf
Merge branch 'master' of https://github.com/mcandre/linguist into mcandre-master
2015-08-12 15:15:28 +01:00
Arfon Smith
c089222bc6
Merge pull request #2545 from pchaigno/yaml-tmlanguage
...
YAML extensions for TextMate and Sublime Text grammars
2015-08-10 09:54:20 +01:00
Paul Chaignon
88b14ed455
.syntax extension for YAML
2015-08-09 14:13:48 +02:00
Paul Chaignon
54a2a47bc0
YAML-tmLanguage extension for YAML
2015-08-09 14:11:01 +02:00
Joshua Peek
11f158cbb3
Highlight Brewfile as Ruby
2015-08-07 11:12:30 -07:00
Arfon Smith
7238f50a6b
Merge pull request #2539 from rji/puppet-lang-updates
...
Updates for the Puppet language
2015-08-07 10:25:32 +01:00
Paul Chaignon
dc0ddc82d6
Filename Makefile.inc for Makefile
2015-08-06 10:08:30 +02:00
Roger Ignazio
3441a001c7
Modify Puppet color based on style guide
...
Prior to this commit, the Puppet language was colored to #332A77. The
Puppet Labs style guide (https://puppetlabs.com/styleguide/brand )
specifies Puppet Dark Purple to be #302B6D. Alternately, Puppet Purple,
a lighter variant, may be used: #7C6AAB.
Keeping with the dark purple theme, this commit modifies the Puppet
language to use Puppet Dark Purple, hex #302B6D.
2015-08-05 14:00:08 -07:00
Arthur Helfstein Fragoso
f42afef6e0
order - .prw should come after .ch
...
1) Failure:
TestPedantic#test_extensions_are_sorted
[/home/arthur/Projects/linguist/test/test_pedantic.rb:15]:
.prw should come after .ch
2015-08-05 05:58:02 -03:00
Arthur Helfstein Fragoso
d94f427e12
xBase: Add aliases and extension .prw
...
xBase: Add aliases:
* advpl
* clipper
* foxpro
And the extension .prw
2015-08-05 05:06:11 -03:00
Arfon Smith
d2297f5516
Adding Slim tm_scope
2015-08-04 21:56:11 +01:00
Arfon Smith
b11c7f3dc0
Merge pull request #2513 from yyx990803/master
...
add syntax highlight for *.vue component files
2015-08-04 12:47:12 +01:00
Radek Simko
1c73db499f
Parse HCL as Ruby, not JavaScript
2015-07-30 11:31:06 +01:00
Arfon Smith
11388a5355
Merge pull request #1899 from sethvargo/patch-1
...
Add HCL to languages.yml
2015-07-29 14:14:38 +01:00
Arfon Smith
e869f6c173
Merge pull request #2438 from edm00se/master
...
add support for XPages
2015-07-25 17:52:01 +01:00
Evan You
7b5d1c075d
add syntax highlight for *.vue component files
2015-07-21 18:51:55 -04:00
Arfon Smith
6b747f7d65
Adding Charity and heuristic for xBase .ch files
2015-07-21 14:59:47 +01:00
Harry Garrood
29197736c7
Use a different grammar for PureScript
2015-07-19 09:18:09 +01:00
Arfon Smith
1ced06483e
Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master
2015-07-16 14:40:21 -07:00
Eric McCormick
7563bf43e9
Revert "removed samples"
...
This reverts commit ce8cfed7ff .
2015-07-13 21:28:36 -05:00
Eric McCormick
ce8cfed7ff
removed samples
2015-07-13 21:22:54 -05:00
Eric McCormick
8742de9a88
pulling .xsp, .form, .view from PR
...
Per comment in [PR 2438](https://github.com/github/linguist/pull/2438#issuecomment-120588670 ), pulling all but .xsp-config and .xsp.metadata for uniqueness and non-overlapping assignment based on file extension. This should be set / overridden in the `.gitattributes` file, [as demonstrated here](https://github.com/edm00se/AnAppOfIceAndFire/blob/master/.gitattributes ), to assign the XPages language to the project files.
2015-07-13 21:11:06 -05:00
Viktor Szakats
4c81c0d904
add grammar for xbase and harbour languages
2015-07-13 15:28:42 +02:00
Arfon Smith
d459f7289e
Merge pull request #2493 from miek/patch-1
...
Add .kicad_pcb extension for KiCad PCB design files
2015-07-12 13:44:17 +01:00
Kepler Sticka-Jones
89fabd9a89
Use a Crystal grammar over the Ruby grammar for Crystal files.
...
The Crystal does have several little differences which distinguish it from Ruby. Thus it needs it's own grammar.
2015-07-11 09:24:22 -07:00