Joshua Peek
44699ba9b9
Less extensive testing
2011-07-06 10:13:28 -05:00
Joshua Peek
10a39fc09e
Don't index python traceback
2011-07-06 10:04:46 -05:00
Joshua Peek
be58fc4f7f
data type
2011-07-06 10:03:34 -05:00
Joshua Peek
86be463cd9
Mark JSON as not searchable
2011-07-06 09:58:08 -05:00
Joshua Peek
aa3b28510f
These have been reindexed already
2011-07-06 09:55:45 -05:00
Joshua Peek
85230ce08d
ruby-head fails
2011-07-06 07:35:17 -07:00
Joshua Peek
d5b59ec4b9
Experiment with travis
2011-07-06 09:29:55 -05:00
Joshua Peek
d3a3358402
Fix instance methods check on 1.9
2011-07-06 09:20:17 -05:00
Joshua Peek
75970cd844
Merge pull request #38 from CyberShadow/patch-1
...
Add .dpr (Delphi project) to Delphi extensions
2011-07-06 07:07:35 -07:00
Vladimir Panteleev
841cb9a28f
Add test for .dpr / Delphi
2011-07-06 06:45:05 -07:00
Vladimir Panteleev
203326b613
Add .dpr (Delphi project) to Delphi extensions
2011-07-06 03:38:34 -07:00
Joshua Peek
f2ffefd9ab
Merge pull request #36 from softprops/detect-sbt-as-scala-lang
...
Detect sbt as scala lang
2011-07-05 19:41:21 -07:00
softprops
29dc47dfb7
Merge branch 'master' of git://github.com/github/linguist into detect-sbt-as-scala-lang
2011-07-05 22:21:29 -04:00
softprops
3e93fe091f
sbt build files
2011-07-05 22:18:16 -04:00
Joshua Peek
daf9f79e89
*Mark*up
2011-07-05 19:17:24 -07:00
Joshua Peek
8f46cd0748
Try to classify language types
2011-07-05 20:48:06 -05:00
Joshua Peek
6611f174e5
Dispatch to ambiguous language guess method
2011-07-05 20:11:07 -05:00
Joshua Peek
32dfa5a2dd
.h is ambiguous
2011-07-05 19:56:29 -05:00
Joshua Peek
1e453a22b5
Be explicit about ambiguous extensions
2011-07-05 19:51:54 -05:00
Joshua Peek
d984640546
Merge pull request #35 from github/pygments-new-lines
...
Preserve new lines for syntax highlighting
2011-07-05 14:47:03 -07:00
Joshua Peek
96a14e795b
Merge branch 'detect-prolog' of https://github.com/tautologico/linguist into tautologico-detect-prolog
...
Conflicts:
lib/linguist/blob_helper.rb
test/test_blob.rb
2011-07-05 16:06:22 -05:00
Andrei Formiga
f4cfde45bd
Included test files for .pl disambiguation
2011-07-05 18:01:44 -03:00
Joshua Peek
4a18078c5d
Remove duplicate .bash extension
2011-07-05 15:59:01 -05:00
Joshua Peek
713236b22b
Merge pull request #34 from bkerley/patch-1
...
Added `.zsh` and `.bash` extensions to the Shell language definition.
2011-07-05 13:58:19 -07:00
Joshua Peek
93330c5be3
Preserve new lines for syntax highlighting
2011-07-05 15:50:33 -05:00
Bryce "BonzoESC" Kerley
e3d0028ff3
Added .zsh and .bash extensions to the Shell language definition.
2011-07-05 13:43:11 -07:00
Andrei Formiga
b3e7065972
Added detection for Prolog and disambiguation for .pl files
2011-07-05 17:33:28 -03:00
Joshua Peek
aaed4ee1d4
Uncomment test
2011-07-05 09:45:20 -05:00
Rok Žlender
111ebe3c80
Identify php files by first line
...
Fixes #32
2011-07-05 09:43:48 -05:00
Joshua Peek
5ecc4421d7
Basic Matlab detection
...
Fixes #15
2011-07-05 09:34:33 -05:00
bilderbuchi
cc3692b320
Add simple test fixtures for Matlab.
2011-07-05 22:14:37 +08:00
Joshua Peek
05dbe85a88
Merge pull request #31 from dvyjones/master
...
Spelling error in README
2011-07-05 07:13:53 -07:00
Henrik Hodne
ffc09a4596
Fixed a spelling error
2011-07-03 12:56:15 +02:00
Joshua Peek
074a77e649
Allow any enum to be passed to Repository for stat collecting
...
Fixes #28
2011-07-02 20:54:05 -05:00
Joshua Peek
18fc137c96
Merge pull request #29 from supahgreg/addJSMextension
...
Added .JSM (JavaScript Module) to JavaScript's extension list.
2011-07-02 18:29:15 -07:00
Joshua Peek
aeef1d8f33
JS is minified if its average line length is greater than 100c
...
Fixes #27
2011-07-02 20:28:42 -05:00
Christopher Manning
fe2f26d02e
Quote extension to prevent yaml from incorrectly casting the values
...
Fixes #26
2011-07-02 20:09:40 -05:00
supahgreg
dcb1bdba92
Added .JSM (JavaScript Module) to JavaScript's extension list.
2011-07-02 20:07:53 -05:00
Joshua Peek
7f6494be1a
Simpler lexer yaml format
...
Fixes #25
2011-07-02 20:07:34 -05:00
Joshua Peek
302f8763b7
Merge pull request #20 from earl/disambiguate-r
...
Guess if .r is R or REBOL
2011-06-28 21:26:24 -07:00
Andreas Bolka
2707d1db67
Guess if .r is R or REBOL
...
.r is the default extension used widely for both, R and REBOL. This
patch attempts to guess if .r is a REBOL file by looking for the
following very common REBOL code fragments:
- `REBOL`
- `: func [`
- `make object! [`
- `context [`
If any of those is found in a .r file, it is identified as a REBOL file.
Otherwise the language for a .r file is R.
Signed-off-by: Andreas Bolka <a@bolka.at >
2011-06-29 01:42:50 +02:00
Joshua Peek
521bb9b9b2
major should only be set by staff
2011-06-28 11:26:42 -07:00
Joshua Peek
58e99aa5aa
Test blank file
2011-06-28 09:26:35 -05:00
Joshua Peek
0576f1742f
Merge pull request #14 from jtyost2/patch-1
...
Edited PHP extensions, added .ctp for CakePHP projects.
2011-06-28 07:13:11 -07:00
Joshua Peek
a527bf83b0
Merge pull request #13 from meh/master
...
Add .rbuild as Ruby extension
2011-06-28 07:12:28 -07:00
Joshua Peek
e1a446d245
Not major yet
2011-06-28 09:11:58 -05:00
Joshua Peek
3513be30f9
Merge pull request #11 from horndude77/detect-lilypond-language
...
Detect lilypond language.
2011-06-28 07:11:30 -07:00
Joshua Peek
98badaeed2
Fancy lexer can be implicit
2011-06-28 09:10:50 -05:00
Joshua Peek
0d579f1d81
Merge pull request #16 from rkh/fancy
...
add support for Fancy
2011-06-28 07:09:35 -07:00
Konstantin Haase
4202a2a402
add support for Fancy
2011-06-28 15:04:57 +02:00