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
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
Justin Yost
ee432993cb
Edited PHP extensions, added .ctp for CakePHP projects.
2011-06-27 23:25:26 -07:00
meh
934cfaf944
Add .rbuild as Ruby extension
2011-06-28 07:52:55 +02:00
Jay Anderson
cf70cd7eb3
Move LilyPond after LLVM.
2011-06-27 21:48:55 -07:00
Jay Anderson
59ed20e153
Alphabetical order.
2011-06-27 21:45:44 -07:00
Jay Anderson
a5ff16c1dc
Detect lilypond language.
2011-06-27 20:19:39 -07:00
Joshua Peek
bf51b20b7d
Merge pull request #10 from carlosgaldino/language-typo
...
fixing typo
2011-06-27 19:44:33 -07:00
Carlos Galdino
176aad0259
fixing typo
2011-06-27 20:47:44 -03:00
Joshua Peek
ebba204ba3
Check for multiline shebang script hacks
...
Fixes #8
2011-06-27 17:35:48 -05:00
Joshua Peek
19720117a1
Note about bundler and tests
...
Fixes #7
2011-06-27 17:09:44 -05:00
Joshua Peek
d83a4d2215
How to install
2011-06-27 13:07:12 -07:00
Joshua Peek
d0ac7982e5
Merge pull request #6 from elibarzilay/detect-racket
...
Added scribble file extension to Racket.
2011-06-27 12:55:27 -07:00
Joshua Peek
c504c4f55a
Add test for Scribble
2011-06-27 14:55:15 -05:00
Eli Barzilay
e29003bd14
Added scribble file extension to Racket.
...
This is our documentation language, http://docs.racket-lang.org/scribble/ ,
and the files are still racket files even though the syntax looks completely
different.
2011-06-27 15:37:25 -04:00
Joshua Peek
73d0e84631
Adjust headings
2011-06-27 11:35:38 -07:00
Joshua Peek
959445124b
One line code examples
2011-06-25 18:16:01 -05:00
Joshua Peek
b42e7bb635
Editing
2011-06-25 18:14:31 -05:00
Joshua Peek
8d9dceab98
Out of date comment
2011-06-25 18:09:33 -05:00
Joshua Peek
ea20897817
Typos
2011-06-25 18:03:57 -05:00
Joshua Peek
9d5cc6818a
Linguist 1.0.0
2011-06-25 16:52:23 -05:00
Joshua Peek
15eee763cb
Editing
2011-06-25 16:51:49 -05:00
Joshua Peek
8778979836
Beef up README
2011-06-25 16:35:29 -05:00
Joshua Peek
aac1c6ebc5
Add LICENSE
2011-06-25 14:34:58 -05:00
Joshua Peek
101a500dbd
Unknown is impossible
2011-06-25 14:02:15 -05:00
Joshua Peek
4030d397db
Whitespace
2011-06-25 14:01:43 -05:00
Joshua Peek
c88b2f7739
Remove content-type from bin
2011-06-25 14:01:06 -05:00
Joshua Peek
1b40ed4986
Tweak large copy
2011-06-25 14:00:35 -05:00
Joshua Peek
ddb629b63a
Highlight .gradle files as Groovy
2011-06-25 13:50:41 -05:00
Joshua Peek
6f03cfc67c
Assume utf8 when serving raw text blobs
2011-06-23 16:51:03 -05:00
Joshua Peek
bb7722d43a
Use language group for computing repo stats
2011-06-22 10:42:18 -05:00
Joshua Peek
69f4c9cc6e
Rename major to common
2011-06-22 10:37:20 -05:00
Joshua Peek
a881cde6fd
Add language groups
2011-06-22 10:07:37 -05:00
Joshua Peek
876265e8f3
Return nil if no Language if found
2011-06-18 21:49:02 -05:00
Joshua Peek
063bf21c66
Return nil if no Language is found
2011-06-18 20:57:58 -05:00
Joshua Peek
7c2a8874a3
Return nil if no Language is found
2011-06-18 20:45:49 -05:00
Joshua Peek
728d0e2793
This is has been fixed
2011-06-18 20:35:05 -05:00
Joshua Peek
43807c63e6
Create a separate index for lookup
2011-06-18 20:33:17 -05:00