Ted Nyman
a046e1c380
Merge pull request #721 from olivergondza/patch-1
...
Highlight .jelly files as XML
2013-10-16 23:30:17 -07:00
Ted Nyman
e3c2a5e510
Merge pull request #701 from thorn0/patch-1
...
TypeScript: fixed syntax, it wasn't TypeScript at all
2013-10-16 23:27:31 -07:00
Charlie Somerville
a00967ddc4
Merge pull request #728 from github/fix-dup-primary-extension-for-mumps
...
Ensure no two languages have the same primary extension
v2.9.5
2013-10-16 09:58:52 -07:00
Charlie Somerville
599e1e2a51
update samples.json
2013-10-16 12:43:20 -04:00
Charlie Somerville
44638e1c6b
add .m as an alternate extension for MUMPS so it's still picked up
2013-10-16 12:43:20 -04:00
Charlie Somerville
cabd4fb4c5
change MUMPS' primary extension from .m to .mumps
...
.m currently clashes with Objective-C, and MUMPS is chosen before
Objective-C when creating .m files in Gist. Even if .mumps isn't a
legitimate MUMPS extension, I think we should change it anyway since
Objective-C is far more likely to be intended when a user uses .m
2013-10-16 12:43:20 -04:00
Charlie Somerville
086845f189
use @primary_extension_index in find_by_filename
2013-10-16 12:43:16 -04:00
Charlie Somerville
413c881af8
add @primary_extension_index to ensure we don't have duped primary exts
2013-10-16 11:41:19 -04:00
Jaykul
74eb60a354
Saying my ABCs
...
Fixing https://travis-ci.org/github/linguist/jobs/12531345
I swear: I am not normally dyslexic
2013-10-14 14:22:11 -04:00
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
Garen Torikian
02500d3830
Merge pull request #713 from aclements/master
...
Recognize jQuery >= 1.10.0
2013-10-12 17:22:09 -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
Andy Grunwald
fdf000ec62
Add decimal places to statistic output
...
If you analyze a project sometimes the statistic outputs a
language with 0%. At first it seems that the language is not
part of this project, but there are only some decimal places
missing.
2013-10-02 20:40:12 +02:00
Ted Nyman
c7933537b1
Merge pull request #705 from glts/add-j-language
...
Added J to languages
2013-10-01 22:02:48 -07: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
thorn0
1b90dfedf9
TypeScript: fixed syntax, it wasn't TypeScript at all
2013-09-30 13:32:41 +03: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
Ted Nyman
f5cb6e035d
Merge pull request #696 from aaronpuchert/rprofile
...
Add .Rprofile files
2013-09-26 02:26:09 -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
12e92f127b
Add samples of prose content
2013-09-24 21:28:09 -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
Joshua Moerman
6182b0fbc2
Clean has no lexer
...
The haskell lexer doesn't work nice, as the comments are totally different.
2013-09-21 22:55:29 +02:00
Joshua Moerman
4e4f3c6e17
Replaced tabs with spaces
...
Didn't see the difference in the github editor...
2013-09-21 21:27:17 +02: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
a9db25cc5b
Fix grammar
2013-09-19 17:33:26 -07:00
Tim Baumann
b5e1bda3e4
Merge branch 'master' of https://github.com/github/linguist
2013-09-19 15:47:18 +02:00
Ted Nyman
f06167eaca
Bump to 2.9.5
2013-09-18 19:02:12 -07:00
Ted Nyman
687e82307e
.cfg is used by too many non INI files
2013-09-18 19:00:15 -07:00
Joshua Moerman
d9358d8af3
Added Clean language
...
With the blue color from: http://wiki.clean.cs.ru.nl/Clean
2013-09-13 16:41:38 +02: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
ee840321d1
Add test_data
2013-09-09 00:39:34 -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
kethomassen
a9b944ac36
Make markup tests pass
...
Yaml ain't Markup Language!
2013-09-09 16:44:00 +10:00