Vicent Martí
633ef5213d
Sort extensions by name
2012-04-09 20:46:29 +02:00
Vicent Martí
01c93453a7
Bump the version of Pygments
2012-04-09 20:40:22 +02:00
Vicent Martí
95ec95fdac
Add DCPU-16 assembly
2012-04-09 20:28:53 +02:00
Vicent Martí
88e49ce020
Merge pull request #152 from pao/detect-julia-language
...
Added detection for the Julia language.
2012-04-09 11:28:03 -07:00
Tim Sharpe
3ef7a78c2b
Use new lexers for Puppet & Augeas files
2012-04-09 11:07:55 -07:00
Patrick O'Leary
4f0b457287
Updated Julia language with lexer and added tests
2012-04-04 21:28:29 -05:00
Aseem Kishore
17adccc844
Regression fix: ensure .coffee is primary ext.
...
(The primary extension by default is the first extension, but the extensions
need to be in alphabetical order, and _coffee comes before coffee.)
2012-04-03 14:56:11 -04:00
Patrick O'Leary
52b9274991
Added detection for the Julia language.
2012-04-02 23:20:27 -05:00
Aseem Kishore
54e81dd8fb
Add ._js & ._coffee extensions for Streamline.js.
...
Streamline.js by Bruno Jouhier (@Sage) is a library/tool that lets you write
synchronous-looking JavaScript/CoffeeScript, and have it compile to Node-style
asynchronous JavasScript/CoffeeScript. (It's amazing and super elegant.)
https://github.com/Sage/streamlinejs
From the start, Streamline was designed to be exactly JavaScript/CoffeeScript,
so that it works with existing editors and tools. No new keywords or syntax --
it simply reserves `_` as a function parameter name.
Streamline files have thus kept `.js` and `.coffee` as extensions, so that no
changes need to be made to tools; Streamline has just used the convention of
ending file basenames with `_`, like `foo_.js` or `foo_.coffee`.
Unfortunately, to get the most optimal Node.js integration, with on-the-fly
compilation (like CoffeeScript), files now need to have their own extension.
So Bruno has decided to make `._js` and `._coffee` the extensions of choice.
The good news is that the language is still exactly JavaScript/CoffeeScript;
it's only the extension that's changed. It's simple to add these extensions
into our editors, but I'm wondering if we can add this to GitHub too. =)
This change is super simple and shouldn't affect any other language, so I hope
you guys are open to it. Thanks for your consideration!
2012-04-02 19:56:28 -04:00
Joshua Peek
8cbfc48391
Merge pull request #149 from github/ignore-samples
...
Ignore any root dir named samples
2012-03-28 15:00:37 -07:00
Paul Betts
2d02b41c1d
hwhoops
2012-03-29 10:13:50 +13:00
Paul Betts
76df4c7ca6
Ignore any root dir named samples
2012-03-29 10:03:18 +13:00
Joshua Peek
8b3ebc36fb
Merge pull request #146 from trq/add-php-syntax-for-phakefiles
...
Adding PHP syntax highlighting for Phake
2012-03-28 09:41:30 -07:00
Joshua Peek
19f2ee40a5
New lexers in 1.5
2012-03-28 11:40:14 -05:00
Martin d'Allens
dc145ff715
Set lexer for VHDL language.
...
Conflicts:
test/test_blob.rb
2012-03-28 11:37:25 -05:00
Joshua Peek
f029db563c
Merge pull request #144 from shortstuffsushi/patch-1
...
Update to vendor.yml to include the ExtJS Javscript Framework
2012-03-28 09:34:39 -07:00
Joshua Peek
5eaed34a38
Merge pull request #135 from ecere/master
...
Added eC and Ecere project (JSON, .epj) to languages.yml
2012-03-28 09:32:51 -07:00
Joshua Peek
400df3ad46
Merge pull request #141 from semperos/lsp-extension
...
Add .lsp as an extension for Common Lisp
2012-03-28 09:26:24 -07:00
Joshua Peek
791761b19f
kt extension is real now
2012-03-28 11:25:36 -05:00
Joshua Peek
61d2e8c383
Merge pull request #140 from jstrachan/detect-kotlin-language
...
Added detection for the Kotlin language
2012-03-28 09:21:19 -07:00
Joshua Peek
7377ace1ee
Merge pull request #138 from jesusaurus/817b36ca61b80fe61c243f5eaf964e5cb78885c6
...
Add Modulefile to Puppet
2012-03-28 09:19:38 -07:00
Joshua Peek
f673019385
Fix sorting
2012-03-28 11:17:48 -05:00
Joshua Peek
39bb301a0e
Merge pull request #142 from jaxzin/detect-tea
...
Added detection of the Tea language.
2012-03-28 09:16:40 -07:00
Joshua Peek
9d983b64b0
Fix tests
2012-03-28 11:03:22 -05:00
Joshua Peek
e0a04b900f
Merge pull request #147 from baoshan/linguist
...
PowerShell, not Powershell
2012-03-28 09:01:54 -07:00
Joshua Peek
4c0a8b1ccf
Ensure our custom mime types override mime-types lib
2012-03-28 10:22:32 -05:00
Joshua Peek
801200a203
Add 1.9.3 though
2012-03-28 09:49:33 -05:00
Joshua Peek
b0fcdc104e
rbx too
2012-03-28 09:47:49 -05:00
Joshua Peek
21f0000a1c
Minus jruby
2012-03-28 09:46:56 -05:00
Joshua Peek
bda27c8b72
Correct mime type test
2012-03-28 09:44:24 -05:00
Joshua Peek
056682efce
Require pygments 0.2.8
2012-03-28 09:42:11 -05:00
Baoshan Sheng
1b5f372922
Make node_modules check less strict, nicer for output with dot and slash prefix
2012-03-28 10:40:51 +08:00
Joshua Peek
d3d1da0958
Add flash JS extension
2012-03-27 16:54:02 -05:00
Baoshan Sheng
e2dcb6c38d
PowerShell, not Powershell
2012-03-27 18:09:03 +08:00
Tony R Quilkey
b1254ada8e
Adding PHP syntax highlighting for Phake
2012-03-26 08:46:36 +11:00
Joshua Peek
3b7b2020d2
State Ace compatible languages
2012-03-23 13:50:29 -05:00
shortstuffsushi
585310fa0f
Update to vendor.yml to include the ExtJS Javscript Framework
2012-03-22 22:32:24 -05:00
Joshua Peek
33366bab0c
Merge pull request #143 from abevoelker/improve-cls-detection
...
Improve .cls language detection
2012-03-21 11:47:22 -07:00
Abe Voelker
22db59d8c0
Improve .cls language detection
2012-03-21 11:21:55 -05:00
James Strachan
e0c9e6be1b
Added extra Kotlin file extensions for kotlin modules and scripts
2012-03-21 09:21:03 +00:00
Brian R. Jackson
f89410be77
Updated Tea language type to markup.
2012-03-19 17:43:22 -04:00
Brian R. Jackson
a8660ea80f
Added detection of the Tea language.
2012-03-19 17:36:23 -04:00
Joshua Peek
777f5a3b87
Revert "Merge pull request #129 from jaxzin/detect-tea"
...
This reverts commit 79f16caeb2 , reversing
changes made to 087205893f .
No "Tea" lexer
2012-03-19 14:59:59 -05:00
Joshua Peek
79f16caeb2
Merge pull request #129 from jaxzin/detect-tea
...
Added detection for Tea templates, see http://teatrove.org
2012-03-19 12:58:42 -07:00
Brian R. Jackson
26263bc288
Merging github/master 0872058
2012-03-19 15:54:24 -04:00
Brian R. Jackson
fcda5d1223
Updated Tea language type to markup.
2012-03-19 13:54:54 -04:00
Joshua Peek
087205893f
Fix name escaping
2012-03-19 09:35:46 -05:00
Joshua Peek
329ad99edc
Add Langauge#escaped_name
2012-03-19 09:27:39 -05:00
Daniel Gregoire
b6874be2cc
Add .lsp as an extension for Common Lisp
2012-03-19 08:46:03 -04:00
Jonathan Harker
817b36ca61
Puppet modules have a Modulefile
2012-03-18 15:55:10 -07:00