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
Joshua Peek
161d076bfd
Remove duplicate extension
2012-12-10 09:00:17 -06:00
Joshua Peek
09fbcc9a72
Merge pull request #298 from johanatan/master
...
Adds Elm.
2012-12-10 06:58:32 -08:00
Joshua Peek
ee2b92cf82
Merge pull request #307 from mislav/aliases
...
A couple of useful language aliases
2012-12-10 06:55:09 -08:00
Mislav Marohnić
720914b290
add filename tests for shell config files
2012-12-06 23:54:22 +01:00
Daniel Micay
16f8e54ed7
detect common shell config files
2012-12-06 23:53:55 +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
Tobin Fricke
586650f01c
add .C and .H as file extensions for C++
...
"C" and "H" are two file extensions recognized by gcc as indicating C++
source code. The full list may be found here:
http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/Overall-Options.html#index-file-name-suffix-71
2012-12-06 23:28:32 +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ć
ff5ffd0482
"rss/xsd/xsl/wsdl" ☞ XML
2012-12-04 16:11:52 +01:00
Mislav Marohnić
50db6d0150
"latex" ☞ TeX
2012-12-04 16:11:52 +01:00
Mislav Marohnić
2e0b854428
"obj-j" ☞ Objective-J
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ć
0a8fad2040
"make" ☞ Makefile
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
Joshua Peek
b036e8d3c2
Merge pull request #305 from DominikTo/php-cli
...
Fixed detection of PHP CLI scripts (added samples)
2012-12-02 07:54:14 -08: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
Jonathan Leonard
1c85d0b38a
Added Elm.
2012-11-25 20:39:58 -08: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
Joshua Peek
b798e28bfb
No warnings
2012-10-07 15:37:09 -05:00
Joshua Peek
ebd6077cd7
Add wrap flag to text languages
2012-10-07 15:34:13 -05:00
Joshua Peek
9e9500dfa9
Linguist 2.3.4
v2.3.4
2012-09-24 10:54:17 -05:00
Joshua Peek
04cc100fba
Rebuild samples db
2012-09-24 10:52:05 -05:00
Joshua Peek
31e33f99f2
Ensure lang is skipped on any binary file
2012-09-24 10:51:39 -05:00
Joshua Peek
7c51b90586
Skip empty sample
2012-09-24 10:50:49 -05:00
Joshua Peek
2b36f73da6
Some comments are triggering charlock binary
2012-09-24 10:48:22 -05:00
Joshua Peek
d96dd473b8
Rebuild samples db
2012-09-24 10:12:18 -05:00
Joshua Peek
f9066ffb7b
Sort exts and filenames
2012-09-24 10:12:05 -05:00
Joshua Peek
945941d529
Update samples db
2012-09-24 10:07:58 -05:00
Joshua Peek
10e875e899
Print out samples db diffs
2012-09-24 10:07:08 -05:00
Justin Palmer
d24e5c938e
sample directory needs uppercase E
2012-09-20 15:23:58 -07:00
Justin Palmer
aa069a336f
add color to ecl language
2012-09-20 15:16:06 -07:00
Justin Palmer
662fc2ee9d
Merge remote-tracking branch 'rengolin/ecl'
2012-09-20 15:07:41 -07:00
Ryan Tomayko
567cd6ef68
Merge pull request #250 from github/mac-format
...
Handle Mac Format when splitting lines
2012-09-11 14:17:21 -07:00
Ryan Tomayko
887a050db9
Only search the first 4K chars for \r
2012-09-10 01:56:08 -07:00
Ryan Tomayko
bda895eaae
Test Mac Format detection and line splitting
2012-09-10 01:52:30 -07:00
Ryan Tomayko
2e49c06f47
Handle ✨ Mac Format ✨ when splitting lines
2012-09-10 01:05:48 -07:00
Joshua Peek
ae137847b4
Linguist 2.3.3
v2.3.3
2012-09-04 09:32:21 -05:00
Scott J. Goldman
5443dc50a3
Merge pull request #247 from github/check-size-first
...
When testing if a blob is indexable or safe to colorize, check size first
2012-09-02 00:09:51 -07:00
Scott J. Goldman
fc435a2541
Linguist 2.3.2
v2.3.2
2012-09-02 00:08:37 -07:00
Scott J. Goldman
04394750e7
When testing if a blob is safe to colorize, check size first
...
Similar to e415a13
2012-09-02 00:08:37 -07:00
Scott J. Goldman
e415a1351b
When testing if a blob is indexable, check size first
...
Otherwise, charlock_holmes will allocate another large binary
buffer for testing the encoding, which is a problem if the binary
blob is many hundreds of MB large. It'll just fail and crash ruby.
2012-08-31 22:47:19 -07:00
Joshua Peek
6ec907a915
Merge pull request #245 from jcazevedo/master
...
Add Shell sample
2012-08-28 10:55:11 -07:00