Joshua Peek
|
e320a87d93
|
Merge pull request #113 from eeue56/patch-2
Added NetLogo support
|
2012-03-05 06:09:46 -08:00 |
|
Joshua Peek
|
eeea42d67b
|
Merge pull request #112 from sylvestre/master
Support of the Scilab language
|
2012-03-05 06:08:55 -08:00 |
|
Joshua Peek
|
c52a8bbcfe
|
Revert "Merge pull request #114 from leafo/detect-moonscript-language"
This reverts commit 1c4792f03d, reversing
changes made to cc7205b9aa.
Failing test:
Moonscript is missing lexer
|
2012-03-05 15:08:01 +01:00 |
|
Joshua Peek
|
1c4792f03d
|
Merge pull request #114 from leafo/detect-moonscript-language
Added detection for MoonScript language
|
2012-03-05 06:06:44 -08:00 |
|
Joshua Peek
|
cc7205b9aa
|
Merge pull request #122 from rankida/detect-powershell
Added Windows Powershell detection
|
2012-03-05 06:04:36 -08:00 |
|
Joshua Peek
|
bf73e56090
|
Merge pull request #124 from zhensydow/detect-c2hs-language
Added detection for c2hs Haskell files
|
2012-03-05 06:04:00 -08:00 |
|
Joshua Peek
|
d80ee601ed
|
Merge pull request #125 from abevoelker/detect-coq-language
Add detection for the Coq language - fixes #116
|
2012-03-05 06:03:23 -08:00 |
|
Joshua Peek
|
5ff5cabef0
|
Merge pull request #126 from jeffreykegler/patch-1
Add support for C code in Cweb (.w) files.
|
2012-03-05 06:03:03 -08:00 |
|
Joshua Peek
|
4a28b747ba
|
Merge pull request #128 from mavam/detect-bro-language
Add support for the Bro IDS scripting language.
|
2012-03-05 06:02:35 -08:00 |
|
Joshua Peek
|
8373472a45
|
Merge pull request #132 from pmoura/detect-logtalk-language
Added detection for the Logtalk language (http://logtalk.org/)
|
2012-03-05 06:01:26 -08:00 |
|
Joshua Peek
|
7bc4a0073e
|
Merge pull request #131 from carlosgaldino/detect-elixir-lang
Detect Elixir code (http://elixir-lang.org/)
|
2012-03-05 05:59:57 -08:00 |
|
Joshua Peek
|
5cb4288e60
|
Pygments ~> 0.2.7
|
2012-03-05 14:58:14 +01:00 |
|
Paulo Moura
|
46a6f319f0
|
Logtalk test file
|
2012-03-02 21:06:02 +00:00 |
|
Paulo Moura
|
66496fcde5
|
Added detection for the new Logtalk language
|
2012-03-02 20:26:27 +00:00 |
|
Carlos Galdino
|
d654533dd7
|
Detect Elixir code (http://elixir-lang.org/)
|
2012-02-29 19:02:28 -03:00 |
|
Brian R. Jackson
|
842b507aca
|
Added detection for Tea templates, see http://teatrove.org
Uses the Java Server Page lexer (closest match) until a Tea lexer is added to Pygments.
https://bitbucket.org/birkenfeld/pygments-main/pull-request/56
|
2012-02-25 00:55:00 -05:00 |
|
Matthias Vallentin
|
98d2421153
|
Add support for the Bro IDS scripting language.
Pygments now offers a Bro lexer [1] and officially supports the Bro IDS
scripting language.
[1] https://bitbucket.org/birkenfeld/pygments-main/pull-request/5/add-lexer-for-the-bro-language
[2] http://www.bro-ids.org
|
2012-02-21 22:17:39 -08:00 |
|
Abe Voelker
|
daef609f5f
|
Add detection for the Coq language - fixes #116
|
2012-02-17 10:50:21 -06:00 |
|
Jeffrey Kegler
|
66556c81c3
|
Add Cweb files to C. Cweb is Don Knuth's literate programming system for C programming.
Caveats: I have NOT tested, and do NOT know Ruby. In other words, I'm guessing this is the fix.
|
2012-02-17 03:07:41 -08:00 |
|
Luis Cabellos
|
2d9fd9740f
|
Added detection for c2hs Haskell files
|
2012-02-17 10:48:11 +01:00 |
|
Joshua Peek
|
101676d90b
|
Gemfile.locks are generated
|
2012-02-15 15:59:06 -06:00 |
|
David Rankin
|
8b3e1ce86d
|
Added example Powershell files to the test fixtures folder
|
2012-02-15 19:44:14 +00:00 |
|
David Rankin
|
06395fa816
|
Added support for Powershell files (.ps1 and .psm1) using a 'Text only' lexer
|
2012-02-15 19:42:53 +00:00 |
|
Joshua Peek
|
7e3af6dde4
|
Sort exts
|
2012-02-15 10:13:36 -06:00 |
|
Joshua Peek
|
1486be79a4
|
Merge pull request #117 from thomshouse/detect-tinymce-improvements
Added improved TinyMCE detection.
|
2012-02-15 08:11:50 -08:00 |
|
Joshua Peek
|
bbc56bccd6
|
Merge pull request #118 from MeirKriheli/patch-1
.lpr should be highlighted as pascal (which here means Delphi).
|
2012-02-15 08:11:44 -08:00 |
|
Joshua Peek
|
cb80982432
|
Revert "Merge pull request #107 from thorade/detect-modelica-language"
This reverts commit c1fc063974, reversing
changes made to c89339e036.
Conflicts:
lib/linguist/languages.yml
Fixes #119
|
2012-02-15 10:11:09 -06:00 |
|
Meir Kriheli
|
4a1b7b3f7a
|
.lpr should be highlighted as pascal (which here means Delphi).
|
2012-02-15 10:51:22 +02:00 |
|
Thom Stricklin
|
8e3f07c822
|
Added improved TinyMCE detection.
|
2012-02-13 23:27:33 -07:00 |
|
Justin Palmer
|
69451c6a6e
|
Add ltx extension to TeX for highlighting support.
|
2012-02-13 14:31:40 -08:00 |
|
Justin Palmer
|
8aad73f085
|
Assume code in any vendor directory should be ignored
|
2012-02-13 11:01:31 -08:00 |
|
leaf corcoran
|
8d0276d3c4
|
added detection for MoonScript language
|
2012-02-08 21:30:19 -08:00 |
|
eeue56
|
fe3e673a50
|
Added NetLogo support
|
2012-02-08 15:34:58 +00:00 |
|
Sylvestre Ledru
|
5b5ae20c5e
|
Added detection for Scilab language
|
2012-02-08 15:25:30 +01:00 |
|
Joshua Peek
|
4ad921f176
|
Whitespace
|
2012-02-03 12:14:09 -06:00 |
|
Joshua Peek
|
c1fc063974
|
Merge pull request #107 from thorade/detect-modelica-language
Added detection for Modelica language
|
2012-02-03 10:09:37 -08:00 |
|
Joshua Peek
|
c89339e036
|
No highlighting for Opa
|
2012-02-03 12:05:53 -06:00 |
|
Joshua Peek
|
9029673ea4
|
Merge pull request #109 from alokmenghrajani/detect-opa-language
Add detection for opa (http://www.opalang.org/).
|
2012-02-03 10:03:07 -08:00 |
|
Joshua Peek
|
f4b1109f19
|
Merge pull request #104 from earwig/mako-file-extension
Add .mako file extension for Mako
|
2012-02-03 10:02:29 -08:00 |
|
Joshua Peek
|
5c55670621
|
Merge pull request #105 from brynary/master
RubyGems requires an author on the gemspec
|
2012-02-03 10:02:06 -08:00 |
|
Joshua Peek
|
2aafd356b1
|
Merge pull request #108 from utkarshkukreti/bug/remove-rc-extension-from-rust-language
Remove rc extension from Rust language.
|
2012-02-03 10:02:00 -08:00 |
|
Joshua Peek
|
03d59f1dd3
|
Merge pull request #111 from robnewman/detect-xpy-python
Added detection for Python xpy files
|
2012-02-03 10:01:28 -08:00 |
|
Rob Newman
|
c112bce09c
|
Added detection for Python xpy files
|
2012-02-03 09:46:05 -08:00 |
|
Alok Menghrajani
|
73efe37568
|
Fix test fixtures for opa and add some comments.
|
2012-02-01 18:03:06 -08:00 |
|
Alok Menghrajani
|
a096e3df66
|
Add detection for opa (http://www.opalang.org/).
|
2012-01-30 17:42:09 -08:00 |
|
Utkarsh Kukreti
|
0e8f8e19e2
|
Remove rc extension from Rust language.
|
2012-01-25 20:46:35 +05:30 |
|
thorade
|
ce5402dd55
|
Added detection for Modelica language
|
2012-01-25 13:31:52 +01:00 |
|
Bryan Helmkamp
|
95e9ae7af7
|
Rubygems requires an author
|
2012-01-22 00:06:14 -05:00 |
|
Ben Kurtovic
|
c72013cb3c
|
Add .mako file extension for Mako
|
2012-01-21 23:23:33 -05:00 |
|
Joshua Peek
|
7974d23444
|
Detect CoffeeScript with generated comment
|
2012-01-16 16:57:30 -06:00 |
|