Commit Graph

537 Commits

Author SHA1 Message Date
Ben Mabey
25d05ddbc8 Add ClojureScript's new file extension to Clojure 2011-07-20 21:07:37 -05:00
Joshua Peek
18cc2b2ee1 lexers.yml disclaimer 2011-07-20 21:04:23 -05:00
Joshua Peek
a0a129b7cd Sort 2011-07-19 15:47:07 -05:00
Joshua Peek
efa5f12579 Merge pull request #50 from patso/detect-svg-and-kml
Added svg and kml to the xml extensions list.
2011-07-19 13:46:28 -07:00
Plamen Totev
0b24238110 Added svg and kml to the xml extensions list. 2011-07-19 23:42:10 +03:00
Joshua Peek
814c2586ca Merge pull request #48 from lkuper/detect-rust
Detect Rust
2011-07-18 08:19:23 -07:00
Lindsey Kuper
6143ee71e8 Lexing as 'Text only' until pygments supports Rust someday. 2011-07-17 01:04:24 -07:00
Lindsey Kuper
f2debbc687 First stab at adding support for Rust. 2011-07-15 08:55:15 -07:00
Joshua Peek
dabc4b497a Merge pull request #47 from jonsterling/detect-xcode4
Detect .xcworkspacedata and .xcuserstate files as generated
2011-07-13 15:09:27 -07:00
Jonathan Sterling
de96f950b3 Detect .xcworkspacedata and .xcuserstate files as generated
Xcode 4 generates more XML files than ever: update `generated?` to recognize
them as such.
2011-07-13 14:54:21 -07:00
Joshua Peek
08a05cc34b Merge pull request #46 from Visgean/patch-1
Add .wsgi extension to Python
2011-07-13 07:23:04 -07:00
Visgean Skeloru
9903edf3b2 + .wsgi extension - containing python code 2011-07-13 07:05:00 -07:00
Joshua Peek
fb7632ba65 Merge pull request #42 from Ziaw/detect-nemerle-language
Detect nemerle language
2011-07-08 09:38:33 -07:00
Alex Zimin
67a2c47783 fix broken indent 2011-07-09 00:31:28 +08:00
Alex Zimin
8d5232be6b Merge remote-tracking branch 'forkorigin/master' into detect-nemerle-language
Conflicts:
	lib/linguist/mimes.yml
	test/test_blob.rb
2011-07-09 00:16:19 +08:00
Alex Zimin
41dc2d027a Fixed typo on hello.n sample. 2011-07-08 12:08:32 +08:00
Alex Zimin
1af6112471 Detect Nemerle language 2011-07-08 12:03:11 +08:00
Joshua Peek
e56f04bc81 Mark Matlab as programming 2011-07-07 11:06:57 -05:00
Joshua Peek
bb8244a33e Merge branch 'master' of github.com:github/linguist 2011-07-07 10:48:25 -05:00
Joshua Peek
d886722de5 Ensure scheme extensions are treated as plain text 2011-07-07 10:47:58 -05:00
Joshua Peek
6e50990dfc Merge pull request #40 from earl/rebol-type
REBOL is a programming language
2011-07-06 09:18:22 -07:00
Andreas Bolka
3185c66518 REBOL is a programming language
Signed-off-by: Andreas Bolka <a@bolka.at>
2011-07-06 17:39:50 +02:00
Joshua Peek
3bf6a7878f Merge branch 'master' of github.com:github/linguist 2011-07-06 10:21:17 -05:00
Joshua Peek
61022a3a30 Tex is markup 2011-07-06 10:20:52 -05:00
Joshua Peek
04179de2f6 Note where tests are 2011-07-06 10:18:01 -05:00
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