Michael Ficarra
93d0611b4e
accidental hard tabs
2012-06-19 11:30:39 -05:00
Michael Ficarra
11166911dc
Recognise that PEG.js-generated parsers are in fact generated
2012-06-19 11:18:51 -05:00
Joshua Peek
12cfab6d50
Rebuild classifier data
2012-06-08 16:04:52 -05:00
Joshua Peek
8a75d4d208
GC classifier db
2012-06-08 16:04:43 -05:00
Joshua Peek
fd8b70ffa4
Rebuild classifier data
2012-06-08 15:49:35 -05:00
Joshua Peek
62498cf0e9
Merge branch 'master' into bayesian
2012-06-08 15:46:48 -05:00
Joshua Peek
8a9d8a15af
Building an army
2012-06-08 15:46:39 -05:00
Joshua Peek
543922c68a
Rebuild classifier data
2012-06-08 14:48:04 -05:00
Joshua Peek
6f6dd8bc38
Improve tokenizing sgml tags
2012-06-08 14:46:16 -05:00
Joshua Peek
8351d55c56
Don't crash if classifier data is missing
2012-06-08 14:46:06 -05:00
Joshua Peek
9ecab364d1
Dump classifier results
2012-06-08 14:13:26 -05:00
Joshua Peek
0172623061
Add sample gathering class
2012-06-08 13:51:49 -05:00
Joshua Peek
e5ae9c328b
Use language name as hash key
2012-06-08 13:43:57 -05:00
Joshua Peek
e0c777d995
Fix test name
2012-06-08 13:43:37 -05:00
Joshua Peek
f747b49347
Add simple classifier
2012-06-07 17:10:28 -05:00
Joshua Peek
e0cbe815a3
Add basic Tokenizer
2012-06-07 14:55:11 -05:00
Joshua Peek
4df3199818
Reorg test fixtures
2012-06-07 12:17:24 -05:00
Joshua Peek
a708993388
Ensure all languages have unique primary extensions
2012-06-07 10:29:19 -05:00
Joshua Peek
5f84b7420a
Set primary extension for Prolog
2012-06-07 10:29:04 -05:00
Joshua Peek
602a79e4db
Give Apex primary cls extension
2012-06-07 10:27:39 -05:00
Joshua Peek
3ea44745b3
Give .t to Turing
2012-06-07 10:25:17 -05:00
Joshua Peek
dc25007770
Add primary extension for Rebol
2012-06-07 10:21:45 -05:00
Joshua Peek
b5ac75f585
Add fallback extension for Coq
2012-06-07 10:21:02 -05:00
Joshua Peek
6efdaed2ea
Nicer Language inspect
2012-06-07 10:19:26 -05:00
Joshua Peek
5d2e9e04a9
Raise don't warn
2012-06-07 10:16:25 -05:00
Joshua Peek
a3bca44604
Prevent multiple overrides
2012-06-07 10:14:28 -05:00
Joshua Peek
0b73b11f63
Suppress Xcode Storyboards
2012-06-06 23:50:03 -05:00
Joshua Peek
0fb4a83516
Merge pull request #169 from cpatuzzo/master
...
Fix irrelevant/broken links
2012-05-31 16:12:55 -07:00
Christopher Patuzzo
d8337f2c00
Fix irrelevant/broken links
2012-05-31 23:43:12 +01:00
Rob Sanheim
1c7b8ebe71
Make colorize safer:
...
- don't try to colorize blobs that have a high ratio of
long lines -- these are most likely minified files or something else
strange that will blow up Pygments.rb
- re github/github#3938
2012-05-21 11:33:01 -05:00
Joshua Peek
7a84cfc24e
Merge pull request #163 from pwaller/patch-1
...
langauges.yml: Add python syntax highlighting to waf's wscript files
2012-05-10 10:30:08 -07:00
Peter Waller
e76c4dbc8c
langauges.yml: Add python syntax highlighting to waf's wscript files
2012-05-10 15:47:27 +02:00
Joshua Peek
285c9b4c60
Fix xslt mime type
2012-05-09 10:59:00 -05:00
Joshua Peek
2cbf428176
Use XSLT lexer
2012-05-09 10:41:11 -05:00
Joshua Peek
2729f2200d
Fix 1.9 string grep
2012-05-09 09:58:55 -05:00
Joshua Peek
35fe44549e
Fix empty .m file
2012-05-09 09:52:14 -05:00
Joshua Peek
f56fbffa6d
Merge pull request #162 from horchler/detect-matlab
...
More robust heuristics for .m files and 3 new Matlab tests. Finally.
2012-05-08 16:58:53 -07:00
Andrew D. Horchler
354e1fc85e
More robust heuristics for .m files and 3 new Matlab tests. Support for Obj-C detection fully intact; all tests pass. Detection of Obj-C keywords @implementation, @property, @interface, and @synthesize removed to avoid possible conflicts with user-created Matlab function handles. Only @end is needed, which is not valid in Matlab. Matlab class files supported. Comments preceded by whitespace detected for Obj-C and Matlab.
...
Signed-off-by: Andrew D. Horchler <adh9@case.edu >
2012-05-08 18:31:18 -04:00
Joshua Peek
f0eace7f86
Merge pull request #157 from thestinger/detect-arch-linux-pkgbuild
...
add detection for Arch Linux PKGBUILDs
2012-05-08 07:42:06 -07:00
Daniel Micay
be42a8411b
add detection for Arch Linux PKGBUILDs
2012-05-08 07:39:48 -04:00
Joshua Peek
aa7c8497b1
Merge pull request #151 from aseemk/streamlinejs-support
...
Add ._js & ._coffee extensions for Streamline.js.
2012-05-07 19:44:14 -07:00
Joshua Peek
a9e1f3822f
Merge pull request #160 from bakkdoor/master
...
Added Fakefile to Fancy's filenames list
2012-05-07 19:41:37 -07:00
Joshua Peek
774f776ab4
Merge pull request #161 from BaiGang/master
...
Add .pm6 to Perl extensions for Perl6
2012-05-07 19:39:43 -07:00
Joshua Peek
b618539c8b
Ensure ext/ dir isn't ignored
2012-05-05 21:39:41 -05:00
BAI Gang
9e995fb3e5
Added .pm6 to Perl extensions. Conventionally, some Perl6 modules use pm6 as extension to differentiate from the currently common Perl 5 modules.
2012-05-02 13:01:48 +08:00
Vicent Martí
d1297f626e
Update tests accordingly
2012-04-29 16:05:30 -07:00
Vicent Martí
4d984e9622
Colorize all files, even if they are generated
2012-04-29 16:01:02 -07:00
Christopher Bertels
cd24864273
added Fakefile to Fancy's filenames list
2012-04-27 10:45:06 +02:00
Joshua Peek
c3d6fc5af8
Colors!
2012-04-19 17:25:16 -05:00
Joshua Peek
dd6285164d
Remove redundant lexer definitions
2012-04-19 16:38:49 -05:00