richo
2cdbe64b66
Update samples db
2013-03-13 15:09:51 +11:00
Ted Nyman
030ad89a14
Bump to 2.6.8
2013-03-12 01:09:28 -07:00
Ted Nyman
a34ee513c0
Merge pull request #436 from github/ignore-test-fixtures
...
Vendor test/fixtures
2013-03-12 01:07:50 -07:00
Ted Nyman
96d29b7662
Vendor test/fixtures
2013-03-12 01:06:26 -07:00
Ted Nyman
3f077ea71e
Merge pull request #383 from REAS/master
...
Update to include Processing as a new language
2013-03-11 18:39:03 -07:00
Ted Nyman
de94b85c0d
Merge pull request #295 from yandy/patch-1
...
downcase extname when we determin whether it's a image
2013-03-10 15:39:55 -07:00
Ted Nyman
1c771cc27d
Remove sample for now until test structure changes
2013-03-10 15:36:49 -07:00
Ted Nyman
a41ec3a801
Merge pull request #321 from mndrix/patch-1
...
Add a misclassified Prolog file
2013-03-10 15:34:34 -07:00
Ted Nyman
d9d9e01242
Update samples database
2013-03-10 15:26:46 -07:00
Ted Nyman
04abb5310a
Add .pluginspec sample
2013-03-10 15:25:02 -07:00
Ted Nyman
c7ed9bd7b3
Better regex
2013-03-10 15:23:14 -07:00
Ted Nyman
8aadb5eeaa
Merge pull request #312 from HerbertKoelman/master
...
Added to vendor.yml dependencies related to automake and autoconf
2013-03-10 15:22:17 -07:00
Casey Reas
e4b5593728
Add Processing to languages.yml, includes lexer: Java
2013-03-08 16:10:34 -08:00
Ted Nyman
f8389f0d93
Bump to 2.6.7
2013-03-07 20:18:44 -08:00
Ted Nyman
af12db9276
Update samples database
2013-03-07 20:18:07 -08:00
Ted Nyman
688a6bb581
Don't include .inc.
...
Format is used by too many other non lasso repos
2013-03-07 20:15:17 -08:00
Ted Nyman
5d5935965a
Merge pull request #423 from gentoo90/nsis-lexer
...
Add NSIS installer scripting language
2013-03-07 17:26:14 -08:00
Ted Nyman
f795b20582
Merge pull request #391 from bfontaine/forth-samples
...
More Forth samples
2013-03-07 17:07:07 -08:00
Ted Nyman
c2023d33b9
Merge pull request #363 from dveeden/master
...
Add DOT language
2013-03-07 14:12:07 -08:00
gentoo90
d9c375b74a
Add .nsh extension
2013-03-07 22:39:16 +02:00
gentoo90
7179ec56ef
Add NSIS installer scripting language
2013-03-07 21:39:37 +02:00
Ted Nyman
26c850c37f
Update samples.json to latest data
2013-03-06 19:59:33 -08:00
Ted Nyman
2023f35af7
Merge pull request #396 from elehcim/master
...
Added Matlab code samples
2013-03-06 19:58:42 -08:00
Ted Nyman
c0a57dbd1b
Merge pull request #386 from rdeltour/xproc
...
New language: XProc - an XML Pipeline language (W3C)
2013-03-06 19:57:45 -08:00
Ted Nyman
78f072b46a
2.6.6
2013-03-06 15:29:25 -08:00
Ted Nyman
da51510597
Nix this generated check for now
2013-03-06 15:28:55 -08:00
Ted Nyman
47389cc827
Update samples and bump to 2.6.5
2013-03-06 14:50:50 -08:00
Ted Nyman
f035203e1c
Bump to 2.6.4
2013-03-06 14:49:30 -08:00
Ted Nyman
083f6fc3b4
Merge pull request #421 from rvanmil/master
...
Add ABAP
2013-03-06 14:47:44 -08:00
Ted Nyman
d5bfe40f37
Fix deprecation warning
2013-03-06 14:47:01 -08:00
Ted Nyman
0b350defb5
Merge pull request #422 from brson/rust
...
Turn on Rust lexing. Add a bigger sample
2013-03-06 14:44:02 -08:00
Ted Nyman
88d0408875
Merge pull request #294 from DHowett/master
...
Add support for the Logos language.
2013-03-06 14:42:46 -08:00
Brian Anderson
c7a155efef
Turn on Rust lexing. Add a bigger sample
2013-03-06 12:40:31 -08:00
Dustin L. Howett
9187fffc48
Update samples.json to include Logos.
2013-03-06 12:34:42 -08:00
Dustin L. Howett
7d2603ceb7
Add support for the Logos language.
2013-03-06 12:30:06 -08:00
René
c5bb287c74
Add ABAP
2013-03-06 09:24:42 +01:00
Ted Nyman
6b6f5eaaff
Remove out of date notes
2013-03-04 13:31:05 -08:00
Ted Nyman
f3fa2317a6
Update samples.json, bump to 2.6.3
2013-03-04 13:19:40 -08:00
Ted Nyman
d096187196
Remove extra Forth extension
2013-03-04 12:40:10 -08:00
Ted Nyman
c5a3b34546
Merge pull request #419 from pborreli/typos
...
Fixed typos
2013-03-04 12:17:42 -08:00
Pascal Borreli
70eafb2ffc
Fixed typos
2013-03-03 21:26:31 +00:00
Ted Nyman
983a3e6073
Minor README fixes
2013-03-02 23:19:10 -08:00
Xidorn Quan
fc8d2f641c
Add samples and tests for minified CSS detection.
2013-03-02 14:27:51 +08:00
Xidorn Quan
9a5f9a5e9b
Use space rate to distinguish minified files.
...
Minified JS files usually contain less than 2% spaces, while minified
CSS files may contain about 4% spaces. However, an unminified CSS file
may also have as low as 6% spaces, especially when it includes some
resources inline. Consequently, the division might not be appreciate
for CSS files. Even though, it will only mis-recognize a normal file
as minified for a few special cases.
2013-03-02 13:15:42 +08:00
Xidorn Quan
806369ce7f
Merge minified files detecting methods.
2013-03-01 20:50:49 +08:00
Xidorn Quan
4398cda9a5
Detect minified CSS files
2013-03-01 16:15:56 +08:00
Ted Nyman
cf6eeec22a
Merge pull request #408 from soimort/master
...
Add support for Literate CoffeeScript
2013-02-26 22:29:46 -08:00
Mort Yao
583e6fe2e8
Add sample file for Literate CoffeeScript
2013-02-27 05:32:51 +01:00
Brian Lopez
500f8cd869
bump version to 2.6.2
2013-02-26 17:43:24 -08:00
Brian Lopez
2e5866e6d8
Merge pull request #413 from github/bump-escape-utils
...
Bump escape_utils
2013-02-26 17:42:33 -08:00