Steve Piercy
900a6bc2b8
add extensions for Lasso in lib/linguist/languages.yml
2013-01-02 14:09:09 -08:00
Steve Piercy
3613d09c38
add Ecl to lib/linguist/languages.yml
2013-01-02 14:09:08 -08:00
Ted Nyman
02749dd5cf
Merge pull request #331 from github/latest-pygments
...
Pessimistic versioning for pygments.rb, and bump to latest
2013-01-02 13:56:31 -08:00
Ted Nyman
abda879d5a
Merge pull request #325 from greghendershott/racket-lexer
...
Use new Racket lexer from pygments.rb 0.3.3
2013-01-02 13:48:49 -08:00
rofl0r
d2e909677b
languages.yml: rearrange .dpr and .dfm
2013-01-02 15:27:28 +01:00
rofl0r
baa42daae8
languages.yml: add .dpr and .dfm extension to Delphi
...
.dfm is Delphi formulars
.dpr is the main source file, before any .pas.
if your Delphi app does not use any formulars or units
(e.g. console app), there is basically only one .dpr file.
2013-01-02 15:03:24 +01: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
Ted Nyman
453a097c22
Pessimistic versioning for pygments, and bump to latest
2013-01-02 02:42:12 -08:00
Steve Piercy
4b26a56e64
Merge remote branch 'upstream/master' into lasso
2013-01-02 02:33:35 -08:00
Steve Piercy
c1d54db2cc
One more try to pass Travis build. Crossing fingers...
2013-01-02 02:20:09 -08:00
Ted Nyman
bcaeb5d464
Fix readme link
2013-01-02 02:12:17 -08:00
Ted Nyman
d65bbfbe8d
Update README.md
2013-01-02 01:28:37 -08:00
Steve Piercy
4c9b16aa08
Forcing another Travis build, now that GitHub's pygments.rb is at v 0.3.5. See https://github.com/github/linguist/pull/325#issuecomment-11802593
2013-01-02 01:23:31 -08:00
Greg Hendershott
8355f5031a
Use new Racket lexer from pygments.rb 0.3.3
...
Racket files had been using the Scheme lexer.
2012-12-28 22:28:22 -05:00
Stuart Halloway
78708df79d
better: edn is generic
2012-12-18 09:16:59 -05:00
Stuart Halloway
54a4af75b5
(BFDD) build-system failure driven development
2012-12-18 08:59:39 -05:00
Stuart Halloway
72d698ebaa
Datomic dtm files
2012-12-18 08:11:44 -05:00
Steve Piercy
209f9f0072
Force Travis run
2012-12-18 00:50:48 -08:00
Steve Piercy
93457746ac
Merge remote branch 'upstream/master' into lasso
2012-12-18 00:49:00 -08:00
Joshua Peek
2696a9c5e7
Linguist 2.4.0
v2.4.0
2012-12-10 09:47:42 -06:00
Joshua Peek
7c170972a0
Add shell samples
2012-12-10 09:45:54 -06:00
Joshua Peek
d00dfd82c1
Add samples for apache and nginx confs
2012-12-10 09:37:42 -06:00
Joshua Peek
9003139119
Can't have 2 same primary extensions
2012-12-10 09:30:55 -06:00
Joshua Peek
36e867ec76
Require newer pygments
2012-12-10 09:18:35 -06:00
Joshua Peek
cf4813979c
Remove already defined extensions
2012-12-10 09:14:19 -06:00
Joshua Peek
7e12c3eff1
Update samples
2012-12-10 09:13:14 -06:00
Joshua Peek
281cc985bf
Merge pull request #288 from wagenet/handlebars
...
Add Handlebars
2012-12-10 07:06:59 -08: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
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
Steve Piercy
38736a2db9
force travis update
2012-12-07 02:33:23 -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
Steve Piercy
5a9ef5eac2
Merge remote branch 'upstream/master' into lasso
...
Conflicts:
lib/linguist/languages.yml
2012-12-05 12:55:30 -08:00
Steve Piercy
287e1b855d
Forcing travis check
2012-12-05 12:30:06 -08: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