Arfon Smith
b2fa2a1f46
Merge pull request #2655 from iblech/pickle
...
Detect Pickle data dumps (.p, .pkl, .pickle)
2015-11-16 17:57:53 -06:00
Ingo Blechschmidt
6839516b5c
Only classify .pkl files as Pickle data dumps
...
It seems to be the dominant extension at the moment, even though several
Python resources use `.p` or `.pickle`. This was discussed in #2655 .
2015-11-17 00:05:22 +01:00
Arfon Smith
074f17ed98
Merge pull request #2712 from matiasinsaurralde/master
...
Support for JSCAD files
2015-11-12 18:18:52 -06:00
Arfon Smith
b4f94c7c25
Merge pull request #2706 from redroot/add-csl-as-xml-support
...
adding csl as an extension for XML, included sample
2015-11-05 09:07:49 -08:00
Arfon Smith
b53d84d8ff
Merge pull request #2600 from manveru/pony-language
...
Add Pony language
2015-11-05 08:08:38 -08:00
Matias Insaurralde
daef164163
adding jscad sample file
2015-11-03 00:24:15 -03:00
redroot
1b23e81541
adding csl as an extension for XML, included sample
2015-10-30 10:40:15 +00:00
Arfon Smith
fe827896e0
Merge pull request #2681 from miek/kicad-brd-extension
...
Add .brd extension for KiCad
2015-10-21 08:55:05 +01:00
Arfon Smith
5d176a781c
Fixing the build :-\
2015-10-20 19:24:04 +01:00
Arfon Smith
9ee6153891
Merge pull request #2676 from lucky/master
...
Support for files generated by Racc.
2015-10-19 12:05:12 +01:00
Arfon Smith
825e640061
Merge pull request #2684 from jeffkreeftmeijer/eex
...
Add EEx (Embedded Elixir)
2015-10-19 12:02:18 +01:00
Arfon Smith
e5ae213839
Merge pull request #2689 from edendramis/master
...
Add FreeMarker syntax highlighting
2015-10-19 12:00:38 +01:00
edendramis
0f204767a9
updating examples
2015-10-15 14:48:20 -07:00
edendramis
11e3251efd
adding samples
2015-10-15 14:43:02 -07:00
Paul Chaignon
09c2eee91e
Support for Metal language
2015-10-13 07:57:58 +02:00
Mike Walters
e6de75d48a
Add .brd extension for KiCad
2015-10-11 23:50:29 +01:00
Jared Kuolt
5ff580df0a
Support for files generated by Racc.
...
This changeset includes a sample racc file from [this auto-generated
file](44e9bf0440/lib/rjson/parser.rb )
(MIT-licensed).
[Racc](https://github.com/tenderlove/racc ) Racc is an LALR(1) parser
generator. It is written in Ruby itself, and generates ruby programs.
2015-10-09 16:20:59 -07:00
Jeff Kreeftmeijer
b34acac722
Add EEx (Embedded Elixir)
...
EEx is embedded Elixir: http://elixir-lang.org/docs/v1.0/eex/ . Here's
some in-the-wild usage on Github: https://github.com/search?p=100&q=extension%3Aeex+NOT+nothack&ref=searchresults&type=Code&utf8=✓
This uses the "html_elixir" Ace mode, which was added in this pull
request on the Ace project: https://github.com/ajaxorg/ace/pull/2696
2015-10-10 00:20:38 +02:00
François B
37840856ed
Add .phps extension for PHP
...
.phps stands for "PHP Source"
Useful to show examples of PHP code. A properly-configured server will
output a .phps file as is, with color-formated source code instead of
the HTML that would normally be generated.
Usage in GitHub:
https://github.com/search?utf8=%E2%9C%93&q=extension%3Aphps+NOT+nothack&
type=Code
Example taken from:
https://github.com/PHPMailer/PHPMailer/blob/master/examples/mail.phps
2015-10-09 14:43:22 +02:00
Arfon Smith
d72f7311f6
Merge pull request #2648 from jaredpetersen/master
...
Added .pck PLSQL file extension
2015-10-05 09:23:56 +01:00
wizawu
d6d368a65d
Replace the sample file for .tsx extension
...
The sample file is from https://github.com/Microsoft/TypeScript/blob/master/tests/cases/conformance/jsx/tsxAttributeResolution9.tsx
2015-10-03 11:01:22 +08:00
wizawu
c5be9cc3e9
Add .tsx extension for XML
...
The sample file is from https://github.com/nyxcharon/tiled/blob/master/src/examples/water.tsx
2015-10-02 19:50:10 +08:00
wizawu
3426165621
Add a TypeScript sample with .tsx extension
2015-09-30 13:45:38 +08:00
Ingo Blechschmidt
01bb6c37ab
Detect Pickle data dumps (.p, .pkl, .pickle)
2015-09-25 19:06:50 +02:00
Jared Petersen
c624d68628
Added .pck PLSQL file extension
2015-09-24 07:59:06 -07:00
Arfon Smith
efac9fe750
Merge pull request #2624 from pchaigno/jsx-grammar
...
New JSX language under JavaScript group
2015-09-08 11:01:44 +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
Paul Cantrell
4bfd65deb8
#import "*.h" detection for Objective-C
2015-09-03 22:10:27 -05: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
Alhadis
e62d0e19a5
Add ".geojson" as a JSON extension
2015-09-01 07:12:18 +10:00
James Kyle
9b8bf9068f
Move jsproj example to xml directory
2015-08-31 11:35:01 -07:00
James Kyle
6e05edc350
Add .jsproj extension
2015-08-31 10:26:29 -07: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
Louis Mandel
25a1af3775
Add the X10 language ( http://x10-lang.org/ ).
2015-08-24 13:26:43 -04:00
LeonaMorro
e922b7c2ca
added *.lslp to samples/LSL folder
2015-08-21 11:44: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
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
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
7a811e39e0
Add sample Brewfile
2015-08-07 14:01:08 -07:00
Arfon Smith
deab0662f9
Merge pull request #2447 from Ryman/rustup
...
Split on comma in language name if no match is found
2015-08-07 10:28:21 +01: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