Joshua Peek
8c135a9eff
Serve actual content-type, not simplified
2011-10-06 18:04:29 -04:00
Joshua Peek
5842ba38f0
Merge pull request #80 from developmentseed/detect-bones-language
...
Add bones suffix to JavaScript
2011-10-06 14:59:48 -07:00
Tom MacWright
873bc02ed3
Add bones suffix to JavaScript
2011-10-06 10:47:13 -04:00
Joshua Peek
6a2d84d422
Don't send blank attachment filename
2011-09-28 10:48:55 -05:00
Joshua Peek
6e03f954bc
Large blobs should be binary
2011-09-28 10:14:46 -05:00
Joshua Peek
caa39a2bcf
Use Charlock all the time for binary detection
2011-09-28 09:57:33 -05:00
Joshua Peek
8a7bd7d073
Correct ML test assertion
2011-09-27 10:20:03 -05:00
Joshua Peek
615908ca85
Merge pull request #77 from robsimmons/master
...
Standard ML is actually a programming language... and it has a specific lexer now.
2011-09-27 08:19:13 -07:00
Joshua Peek
84df2aaa0a
Encoding could still be nil
2011-09-27 10:18:44 -05:00
Joshua Peek
0175681a4a
Fix bad fixture
2011-09-27 10:16:41 -05:00
Joshua Peek
c365d6b7b4
Require pygments.rb 0.2.3
2011-09-27 10:04:02 -05:00
Joshua Peek
c6896d6338
Enable Verilog lexer
2011-09-26 11:31:24 -05:00
Robert J. Simmons
fcd97caaf7
Standard ML files still haven't been showing up as languages in GitHub's "what languages does this project use" view; is the lack of a "type: programming" line the reason why?
...
Additionally, the Standard ML-specific lexer has been added to Pygments on Bitbucket's; GitHub may not use bleeding-edge Pygments, but it should be eventually possible to use Standard ML-specific lexer rather than the OCaml one.
2011-09-23 10:31:17 -03:00
amiridis
e04df8dda2
Add .pac files as files with JavaScript content
2011-09-22 12:03:59 -05:00
Joshua Peek
6370bf11e0
Merge pull request #76 from mgdm/patch-1
...
Ignore waf, a Python build system often bundled
2011-09-21 08:13:55 -07:00
Michael Maclean
91d7292152
Merge branch 'patch-1' of github.com:mgdm/linguist into patch-1
2011-09-21 16:12:43 +01:00
Michael Maclean
29c413366e
Add test for WAF to test_vendored
2011-09-21 17:07:47 +02:00
Michael Maclean
966ef4d391
Ignore waf, a Python build system often bundled
2011-09-21 16:59:43 +02:00
Joshua Peek
5a584c095b
Fix Haml and Sass grouping and highlighting
2011-09-16 13:54:10 -05:00
Joshua Peek
1c24de490b
Treat as binary if encoding is nil
2011-09-08 13:30:21 -05:00
Joshua Peek
7ed26bfcf3
Use charlock to detect binary blobs
2011-09-06 19:58:29 -05:00
Joshua Peek
753f880ba6
Depend on charlock_holmes
2011-09-06 18:11:57 -05:00
Joshua Peek
08dc78f66b
Float on
2011-09-06 18:05:53 -05:00
Joshua Peek
1863b53e5c
Merge branch 'master' of github.com:github/linguist
2011-09-06 15:39:35 -05:00
Joshua Peek
f9df8685b4
Add more test fixture files
2011-09-06 15:39:22 -05:00
Joshua Peek
0c137c2d85
Fix AutoHotkey lexer
2011-09-06 11:28:12 -05:00
Joshua Peek
b515ed4886
Merge pull request #75 from stof/patch-1
...
Added the support for Twig
2011-09-06 09:26:03 -07:00
Joshua Peek
6ebd05958b
Fix AutoHotKey sorting
2011-09-06 11:22:45 -05:00
Christophe Coevoet
b8d1cd9ee5
Added the support for Twig
2011-09-06 19:22:05 +03:00
Joshua Peek
a6e1458a36
Merge pull request #71 from Uberi/master
...
Detect AutoHotkey
2011-09-01 16:13:37 -07:00
Anthony Zhang
1a5e7a1598
Add "Text only" lexing, for now, until Pygments accepts the AutoHotkey lexer.
2011-09-01 18:06:14 -04:00
Anthony Zhang
d73657078d
Merge remote-tracking branch 'upstream/master'
2011-09-01 17:56:09 -04:00
Joshua Peek
0239a59248
sort
2011-09-01 15:52:48 -05:00
Joshua Peek
e0060f13f0
Force pygments.rb 0.2.1
2011-09-01 15:49:34 -05:00
Joshua Peek
6dca9beb79
Merge pull request #69 from kevinsawicki/master
...
Add support for Eclipse metadata files
2011-09-01 13:44:25 -07:00
Kevin Sawicki
947a396318
Add extensions and file names for Eclipse metadata files
2011-09-01 13:41:22 -07:00
Anthony Zhang
09231805ee
Added test fixture for AutoHotkey language.
2011-09-01 16:30:06 -04:00
Anthony
37560f4f60
Add test for the AutoHotkey language.
2011-09-01 16:38:17 -03:00
Anthony
973a4d4f04
Add AutoHotkey definition.
2011-09-01 16:15:39 -03:00
Joshua Peek
562d110050
Fill in some missing fixtures
2011-08-30 17:11:56 -05:00
Joshua Peek
350465d84d
Fix groovy regexp warning
2011-08-30 14:29:18 -05:00
Joshua Peek
1dfd092c4e
Use pygments.rb gem
2011-08-30 14:24:39 -05:00
Joshua Peek
f7ef770d8c
Remove lexer require
2011-08-30 14:23:18 -05:00
Joshua Peek
a733ba819e
Merge pull request #68 from github/pygments.rb
...
Replace Lexer with Pygments::Lexer
2011-08-30 11:57:31 -07:00
Joshua Peek
7670ed654c
Merge pull request #67 from beckje01/master
...
GSP Guess fix for Ruby 1.8.7
2011-08-29 10:23:39 -07:00
Jeff Beck
5c93120502
Fix for Ruby 1.8.7
...
Added a test to catch the case better
2011-08-29 12:21:46 -05:00
Joshua Peek
007cd533aa
Merge pull request #66 from beckje01/master
...
Grails and Gosu GSP guessing
2011-08-29 09:36:24 -07:00
Jeff Beck
3dd06de711
Adding support to detect the difference between a Grails gsp and a Gosu gsp.
2011-08-29 11:31:39 -05:00
Joshua Peek
5b9b46116b
Merge pull request #65 from pjhyett/master
...
Add coffee alias to CoffeeScript
2011-08-29 08:12:57 -07:00
PJ Hyett
d4bc2373a8
Add coffee alias to CoffeeScript.
2011-08-27 16:25:33 -07:00