Jaykul
85e54e9af2
Fix alphabetical order of ps1xml
2013-10-14 13:52:40 -04:00
Oliver Gondža
245521db22
Highlight .jelly files as XML
...
[Jelly](http://commons.apache.org/proper/commons-jelly/ ) is used heavily by stapler/stapler and jenkinsci/jenkins.
2013-10-14 19:38:56 +02:00
Jaykul
5b8ad31d75
Add psc1, fix order in PowerShell
...
I had omitted .psc1 because I wasn't confident it was xml
And I have now sorted psd1/psm1 correctly
2013-10-14 13:20:16 -04:00
Ted Nyman
80321272b1
Merge pull request #695 from github/detect-prose
...
Detect prose documents
2013-10-12 18:12:27 -07:00
Jaykul
921ceaa221
Update PowerShell File Extensions
...
The three core PowerShell language extensions are .psd1, .ps1 and .psm1 -- plus two xml file extensions: .ps1xml and .clixml which are for formatting rules and serialization.
.psm1 modules files use exactly the same syntax as scripts, but are imported rather than executed.
.psd1 are metadata files which use a subset of the same syntax (they can be highlighted using the same highlighter, it's just some commands, variables, and types aren't allowed in data files)
2013-10-12 16:37:49 -04:00
Austin Clements
5232a45d1f
Recognize jQuery >= 1.10.0
...
jQuery recently passed 1.10, but the vendor regexp assumed each
component of the version number would be only one digit. Allow
multiple digits for the minor and micro versions.
2013-10-11 21:21:43 -04:00
glts
e194d7238e
Added "Text only" lexer for J
...
There is no lexer for J so far, use "Text only" to make the build pass.
2013-09-30 23:28:35 +02:00
glts
33d777a6ff
Added support for J to languages.yml
2013-09-30 21:20:28 +02:00
Robert Stoll
b0b7d75bcd
ANTLR was in the wrong order. corrected this mistake
2013-09-27 18:43:11 +02:00
Robert Stoll
74ba0f9c39
Added ANTLR to the list, Pygments should have a lexer for ANTLR
2013-09-27 18:21:39 +02:00
Ted Nyman
8465961e72
Merge pull request #574 from alaingilbert/patch-1
...
There is a lexer for TypeScript in the pygments project
2013-09-26 02:27:19 -07:00
Aaron Puchert
7946de7116
Add .Rprofile to filenames for R
2013-09-25 12:43:22 +02:00
Garen Torikian
9e65eb35e7
💄
2013-09-24 21:47:30 -07:00
Garen Torikian
76a1369932
Alphabetize detectable markup
2013-09-24 21:28:39 -07:00
Garen Torikian
50f3b2e398
Add Mediawiki
2013-09-24 16:34:46 -07:00
Garen Torikian
a716151c83
Add Creole
2013-09-24 16:33:09 -07:00
Garen Torikian
3c70fffb67
Add Org
2013-09-24 16:32:02 -07:00
Garen Torikian
a0a879a3a3
Add RDoc
2013-09-24 16:30:02 -07:00
Garen Torikian
5d35d18634
Add AsciiDoc as an option
2013-09-24 16:28:54 -07:00
Garen Torikian
a3a6c2f8b3
Alphabetize, foo'
2013-09-24 16:23:05 -07:00
Garen Torikian
8eef1c33b8
Start adding prose content to detector
2013-09-24 16:13:04 -07:00
Triangle717
800f445b22
Update languages.yml
...
Detect Inno Setup installer scripts (http://www.jrsoftware.org/isinfo.php )
2013-09-20 16:24:13 -04:00
Ted Nyman
687e82307e
.cfg is used by too many non INI files
2013-09-18 19:00:15 -07:00
Ted Nyman
b3fbd42786
Merge pull request #536 from zzet/patch-1
...
Added .podsl extension for Common Lisp language
2013-09-09 09:33:20 -07:00
Andrew Kumanyaev
590ed26f7b
Alphabetized list for Common Lisp
...
Via comment https://github.com/github/linguist/pull/536#issuecomment-24046315
2013-09-09 11:58:24 +04:00
Ted Nyman
12093ee1f0
Merge pull request #672 from Bulwersator/master
...
Add squirrel
2013-09-09 00:54:31 -07:00
Ted Nyman
0cbc44677c
Merge pull request #606 from kethomassen/patch-1
...
Change YAML type to data
2013-09-09 00:38:04 -07:00
Ted Nyman
759860d866
Merge pull request #549 from oubiwann/add-lfe-support
...
Added support for LFE (Lisp Flavored Erlang).
2013-09-08 23:27:32 -07:00
Charlie Somerville
fdccffddfc
rename Delphi to Pascal
2013-09-07 03:17:25 +10:00
Charlie Somerville
e610789d38
rake samples
2013-09-07 03:10:56 +10:00
Faith-Anne L. Kocadag
42311e1bf3
Adding .x3d to the list of .xml extensions.
...
Adding .x3d to the list of .xml extensions: [x3d specifications] (http://www.web3d.org/x3d/specifications/x3d_specification.html )
2013-09-05 22:05:21 -04:00
Bulwersator
9e9aae1d83
really fix sorting
2013-09-05 22:10:49 +02:00
Bulwersator
229ab3a268
fix sorting
2013-09-05 22:02:09 +02:00
Bulwersator
32b7b3e1b1
Update languages.yml
2013-09-05 20:50:08 +02:00
Roman Scherer
de8c4daa45
Add the ".cljx" file extension to the list of Clojure languages.
...
Some people start writing portable Clojure/Clojurescript code and use
the ".cljx" file extension for that. This is driven by this project:
https://github.com/lynaghk/cljx
2013-09-03 21:34:06 +02:00
Ted Nyman
64990a00b8
Merge pull request #656 from liluo/dev
...
Remove unused else
2013-09-03 09:26:47 -07:00
Mouq
2305496f94
Fix order of extensions
2013-09-01 22:06:08 -04:00
Mouq
d031392507
Add .nqp to the list of Perl file extensions
2013-09-01 10:14:14 -04:00
Adam Getchell
7e251d7345
Add definitions to TeX
2013-08-31 18:21:14 -07:00
Adam Getchell
e33e76a1a7
Update languages.yml
2013-08-31 18:12:16 -07:00
Adam Getchell
9064369517
Update languages.yml
2013-08-31 18:08:39 -07:00
Adam Getchell
a9c86d5453
Add LaTeX and BibTeX
2013-08-31 17:11:11 -07:00
liluo
6ec22a1674
remove unused else
2013-08-30 11:04:46 +08:00
Ted Nyman
694f51d09e
Merge pull request #642 from Dav1dde/volt
...
Added Volt language
2013-08-27 22:36:15 -07:00
Ted Nyman
79040d00c7
Merge pull request #519 from mmullis/master
...
Add COBOL language support
2013-08-27 02:37:47 -07:00
Ted Nyman
7dfc1644ce
Merge pull request #628 from pmoura/master
...
Add alternative Logtalk source file extension
2013-08-26 14:14:03 -07:00
zulus
777f1d27d1
Exclude ExtJS library
2013-08-23 02:53:26 +02:00
David
c4a90bbbcd
Added Volt language
2013-08-22 13:48:26 +02:00
Ted Nyman
ac0920a11b
Merge pull request #599 from larsbrinkhoff/glsl
...
Add OpenGL Shading Language.
2013-08-19 22:11:41 -07:00
Paulo Moura
a4bdca6d6b
Add alternative Logtalk source file extension
2013-08-19 02:31:33 +01:00