Ted Nyman
53b356deee
Only looking at root dir
2013-08-16 15:02:01 -07:00
Ted Nyman
9dca6fa9cc
Vendor READMEs
2013-08-16 15:00:34 -07:00
Ted Nyman
e005893d4c
Syntax
2013-08-14 08:37:03 -07:00
Ted Nyman
6c74d854ec
2.9.3, update samples, update test
2013-08-14 08:35:53 -07:00
Ted Nyman
1764674a13
Remove old test
2013-08-05 23:02:19 -07:00
Ted Nyman
4741a47d21
Bring in @upsuper's css generated check
2013-08-05 23:00:04 -07:00
Ted Nyman
96e8a5d2cc
Start detecting CSS
2013-07-30 13:30:39 -07:00
Paul Betts
b14e09af6b
Merge pull request #215 from oxan/master
...
Add jQuery UI and more ASP.NET MVC files to vendor.yml
2013-06-17 11:01:04 -07:00
Joshua Peek
032125b114
Axe indexable?
2013-06-10 11:06:18 -05:00
Joshua Peek
b1a137135e
Axe colorize_without_wrapper
2013-06-10 10:58:33 -05:00
Joshua Peek
b5681ca559
Correct count
2013-06-09 21:00:20 -05:00
Joshua Peek
4b8f362eb7
Merge test cases
2013-06-09 20:53:48 -05:00
Joshua Peek
c7100be139
Make mac_format? private
2013-06-09 20:48:45 -05:00
Joshua Peek
91284e5530
Add failing test bad mac format
2013-06-09 20:45:59 -05:00
Patrick Reynolds
2db2f5a46d
add erlang, more-complex shell examples
...
- some Erlang and escript files
- .escript extension
- .erlang extension
- shell script with %, ##, name tokens
2013-06-06 15:41:44 -05:00
Tobias Bieniek
4ae5dd360f
Added .jinja extension to HTML+Django language
2013-05-27 22:05:17 +02:00
William Roe
846e84fc8c
Recognise riemann.config files as Clojure files
2013-05-13 18:25:27 +01:00
Mihai Parparita
6c98bbf02c
Detect source files generated by the Protocol Buffer compiler
2013-04-16 22:14:50 -07:00
Yaroslav Shirokov
b68732f0c7
Add detection for CSV
2013-04-04 14:01:09 -07:00
Garen Torikian
4148ff1c29
Add PDF detection
2013-03-25 15:45:58 -07:00
Romain Deltour
7ca58f8dd9
Remove XProc and XSLT from the group XML
2013-03-15 12:40:59 +01:00
richo
2d7dea2d97
Don't emit the diff if samples db is out of date
...
There's a warning message emitted with instructions, a 2000 line diff
does nothing to help the user track down the issue.
2013-03-13 17:29:05 +11:00
Ted Nyman
96d29b7662
Vendor test/fixtures
2013-03-12 01:06:26 -07:00
Ted Nyman
da51510597
Nix this generated check for now
2013-03-06 15:28:55 -08:00
Ted Nyman
d5bfe40f37
Fix deprecation warning
2013-03-06 14:47:01 -08:00
Pascal Borreli
70eafb2ffc
Fixed typos
2013-03-03 21:26:31 +00:00
Xidorn Quan
fc8d2f641c
Add samples and tests for minified CSS detection.
2013-03-02 14:27:51 +08:00
Mike Skalnik
5ea039a74e
Remove OBJ files as support solids
2013-02-26 14:00:29 -08:00
Ted Nyman
6e82d2a689
Merge pull request #354 from mrorii/master
...
Detect Cython-generated C/C++ files
2013-02-25 17:11:17 -08:00
PulsarBlow
dc9ad22ec4
TypeScript language support
...
Signed-off-by: PulsarBlow <pulsarblow@gmail.com >
2013-02-23 23:40:40 +01:00
Ted Nyman
58a9b56f4d
Merge pull request #253 from Tass/master
...
Binary mime type override if languages.yml says so
2013-02-21 21:49:09 -08:00
Mike Skalnik
041ab041ae
Add binary & ascii STLs and OBJs
2013-01-17 14:15:01 -08:00
Naoki Orii
35e077ce86
Detect cython-generated files
2013-01-12 23:48:04 -05:00
Ted Nyman
c495d19540
Merge pull request #222 from tiwe-de/master
...
ignore Debian packaging
2013-01-08 04:23:17 -08:00
Greg Hendershott
0b2465482a
Update test: Racket language uses Racket lexer.
...
This is https://github.com/greghendershott/linguist/pull/1 from @tnm.
That pull request is onto my master branch, not my `racket-lexer`
topic branch. If there is a way to accept the pull request onto my
topic branch, I don't have time to figure it out right now. As a
result I'm making my own commit.
2013-01-02 07:46:58 -05:00
Joshua Peek
dcc2be0781
Merge branch 'master' into dont-explode-on-invalid-shebang
...
Conflicts:
lib/linguist/samples.json
test/test_tokenizer.rb
2012-12-10 09:02:24 -06:00
Mislav Marohnić
720914b290
add filename tests for shell config files
2012-12-06 23:54:22 +01:00
Andy Li
50ecb63058
haXe is now "Haxe"
...
According to https://groups.google.com/forum/#!topic/haxelang/O7PB-ZrX4i4/discussion
The lexer in Pygments is not renamed yet, so just stay as is at the moment.
2012-12-06 23:42:04 +01:00
Mislav Marohnić
ae753e6e88
add Nginx language
2012-12-06 23:25:54 +01:00
Mislav Marohnić
04a2845e91
add ApacheConf language
...
Recognizes httpd/apache2.conf and .htaccess files
2012-12-06 23:25:29 +01:00
Mislav Marohnić
acb20d95ca
"coffee-script" ☞ CoffeeScript
2012-12-06 23:04:53 +01:00
Mislav Marohnić
d3ebe1844d
add HTTP language
...
Useful for `curl -i` dumps. Had to add primary_extension although this
data is usually not saved in files, but shown as code blocks.
2012-12-04 16:26:11 +01:00
Mislav Marohnić
fc8492e8f7
"yml" ☞ YAML
2012-12-04 16:11:52 +01:00
Mislav Marohnić
1dfb44cff7
"obj-c/objc" ☞ Objective-C
2012-12-04 16:11:51 +01:00
Mislav Marohnić
9b97d3ac8a
"erb" ☞ RHTML
2012-12-04 16:11:51 +01:00
Mislav Marohnić
26e78c0c1b
"xhtml" ☞ HTML
2012-12-04 16:11:51 +01:00
Dominik Tobschall
f84a904ad8
fixed typo
2012-12-02 14:11:04 +01:00
Dominik Tobschall
b1684037d6
added php cli samples
2012-12-02 14:05:52 +01:00
Ben Lavender
ec3434cf1d
Don't explode on invalid shebang
2012-11-18 20:56:06 -06:00
Joshua Peek
d92d208a45
Fix tests for pygments.rb 0.3.x
2012-10-07 15:39:02 -05:00