Commit Graph

1306 Commits

Author SHA1 Message Date
BAI Gang
9e995fb3e5 Added .pm6 to Perl extensions. Conventionally, some Perl6 modules use pm6 as extension to differentiate from the currently common Perl 5 modules. 2012-05-02 13:01:48 +08:00
Vicent Martí
4d984e9622 Colorize all files, even if they are generated 2012-04-29 16:01:02 -07:00
Laurent Parenteau
23b6b4c499 Use Common Lisp lexer for M syntax highlighting, which gives pretty good results. 2012-04-27 10:09:37 -04:00
Christopher Bertels
cd24864273 added Fakefile to Fancy's filenames list 2012-04-27 10:45:06 +02:00
Joshua Peek
c3d6fc5af8 Colors! 2012-04-19 17:25:16 -05:00
Joshua Peek
dd6285164d Remove redundant lexer definitions 2012-04-19 16:38:49 -05:00
Joshua Peek
8bb5f7fd4c Remove redundant primary extension definitions 2012-04-19 16:34:35 -05:00
Brian Doll
2d106eefe9 Merge pull request #156 from igrigorik/detect-dart
Detect Dart
2012-04-18 16:36:25 -07:00
Joshua Peek
c444c25b27 Disable puppet lexer 2012-04-17 09:56:30 -05:00
Vicent Martí
4ab7bb2cbe Too long 2012-04-09 15:38:26 -07:00
Ilya Grigorik
a3dc9fb138 add detection for Dart 2012-04-09 14:38:43 -07:00
Tim Sharpe
5bfe848e22 Merge branch 'master' into puppet-augeas-lexers 2012-04-09 11:49:01 -07:00
Vicent Martí
633ef5213d Sort extensions by name 2012-04-09 20:46:29 +02:00
Vicent Martí
95ec95fdac Add DCPU-16 assembly 2012-04-09 20:28:53 +02: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
Laurent Parenteau
1e34faa920 Improved M detection to be more specific. 2012-03-28 20:30:24 -04: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
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
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
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
Laurent Parenteau
e0190a5a6e Added detection for the new M (aka MUMPS) language. 2012-03-27 11:47:52 -04: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
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
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