PulsarBlow
dc9ad22ec4
TypeScript language support
...
Signed-off-by: PulsarBlow <pulsarblow@gmail.com >
2013-02-23 23:40:40 +01:00
Kevin Jalbert
4c7b432090
Rename sample file's extension to match languages.yml
2013-02-23 13:32:36 -05:00
Ted Nyman
8afd6a1bd8
Merge pull request #342 from svenefftinge/master
...
languages.yml: add Xtend
2013-02-23 10:21:01 -08:00
Kevin Jalbert
7725bbb36b
Add TXL language
...
Add:
* TXL language
* Sample TXL file
2013-02-23 13:19:10 -05:00
Ben Scott
495b50cbda
Add .editorconfig as an INI file
...
See http://editorconfig.org
2013-02-23 16:27:24 +00:00
Ted Nyman
db296bee80
Merge pull request #318 from stuarthalloway/master
...
Datomic DTM files
2013-02-23 02:25:27 -08:00
Michele Mastropietro
c85255c5af
Added matlab code samples.
...
All of these code samples currently are mis-identified in my repositories. I'm
donating them to the cause.
2013-02-22 10:57:51 +01:00
Tim Macfarlane
5fac67cea5
add PogoScript detection
2013-02-22 09:31:06 +00:00
Ted Nyman
b998a5c282
Merge pull request #239 from db0company/master
...
Add .eliom extension for Ocsigen (OCaml web framework)
2013-02-21 22:01:03 -08:00
Ted Nyman
3ceae6b5c1
Merge pull request #164 from michaelmior/master
...
Add Awk lexer
2013-02-21 21:41:56 -08:00
Ted Nyman
c9bd6096b9
Merge pull request #364 from zacstewart/ragel-ruby
...
Add Ragel Ruby to languages
2013-02-20 16:27:32 -08:00
Baptiste Fontaine
055743f886
More Forth samples.
2013-02-18 00:21:46 +01:00
Tinnet Coronam
6a8e14dcf3
added monkey language (new in pygments 1.6)
2013-02-16 18:01:47 +01:00
Romain Deltour
6a03ea048b
New language: XProc - an XML Pipeline language (W3C)
2013-02-15 11:22:35 +01:00
Casey Reas
fb7c97c83f
Samples for Processing language, changes to languages.yml
2013-02-13 09:12:30 -08:00
Sven Efftinge
b13001c5cc
Added samples for Xtend
2013-02-13 08:33:22 +01:00
Ted Nyman
6b688ba696
Merge pull request #251 from ptrv/add-scd-supercollider-extension
...
Add .scd extension to SuperCollider.
2013-02-11 16:05:53 -08:00
Ted Nyman
48d8919043
Merge pull request #359 from ntkme/master
...
Add fish support (.fish)
2013-02-11 16:03:46 -08:00
Richard Osborne
0479f72a93
Add detection for the XC programming language.
2013-02-09 13:13:21 +00:00
Michael Mior
1877c8c383
Add Awk lexer and sample
2013-02-08 14:19:26 -05:00
なつき
72ae6cd8ca
Add fish support
2013-02-04 02:08:50 +08:00
Ted Nyman
7a21d66877
Merge pull request #360 from skalnik/add-solid-support
...
Add Blob#solid? helper
2013-02-01 14:24:36 -08:00
Jason Moore
04bab94c89
Removed copyrighted file.
2013-01-30 13:36:33 -08:00
Jason Moore
9bb230d7c8
Added matlab code samples.
...
All of these code samples currently are mis-identified in my repositories. I'm
donating them to the cause.
2013-01-30 13:12:45 -08:00
Zac Stewart
5e4623a44a
Rename ragel ruby samples to match language name
2013-01-22 17:43:08 -05:00
Zac Stewart
1a60a00d3e
Add Ragel Ruby to languages
2013-01-21 21:38:40 -05:00
Mike Skalnik
041ab041ae
Add binary & ascii STLs and OBJs
2013-01-17 14:15:01 -08:00
Naoki Orii
35e077ce86
Detect cython-generated files
2013-01-12 23:48:04 -05:00
Ted Nyman
3edd765076
Merge pull request #232 from strangewarp/patch-1
...
Add .pd_lua extension for Lua
2013-01-08 16:25:55 -08:00
C.D. Madsen
b8bafd246e
Add examples of .pd_lua files
...
Added examples of .pd_lua files, which create Lua objects that are
interpreted by PureData.
2013-01-08 15:50:31 -07:00
Ted Nyman
95c822457a
Merge pull request #231 from bfontaine/master
...
Detection added for Forth & Omgrofl
2013-01-08 04:37:18 -08:00
Ted Nyman
1abcb2edb7
Merge pull request #246 from leafo/master
...
Add MoonScript
2013-01-08 04:15:37 -08:00
Ted Nyman
2c26486588
Merge pull request #324 from paulmillr/topics/livescript
...
Add LiveScript support.
2013-01-07 18:50:01 -08:00
leaf corcoran
e9d2c0cf28
add MoonScript sample
2013-01-07 18:49:02 -08:00
Ben Scott
83ce189a82
Add LESS support (.less)
...
Cheating slightly as it uses the CSS lexer, as pygments currently does
not have a dedicated less lexer. But I figure language recognition and
90% percent correct syntax highlighting is better than neither.
2013-01-07 15:52:09 +00:00
Paul Miller
eee124f6c6
Add LiveScript support.
2013-01-03 22:45:08 +02:00
Steve Piercy
c1d54db2cc
One more try to pass Travis build. Crossing fingers...
2013-01-02 02:20:09 -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
Michael Hendricks
c794c6e24b
Add a misclassified Prolog file
...
This Prolog file was misclassified as Perl. I assume linguist
was confused because the file has many comments. Nevertheless,
there are plenty of Prolog-distinguishing tokens such as `:-`,
`module`, `%%`, capitalized variables names, `foo/2`, etc.
2012-12-22 13:08:06 -08:00
Stuart Halloway
78708df79d
better: edn is generic
2012-12-18 09:16:59 -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
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
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
09fbcc9a72
Merge pull request #298 from johanatan/master
...
Adds Elm.
2012-12-10 06:58:32 -08:00
Steve Piercy
38736a2db9
force travis update
2012-12-07 02:33:23 -08:00
Steve Piercy
5a9ef5eac2
Merge remote branch 'upstream/master' into lasso
...
Conflicts:
lib/linguist/languages.yml
2012-12-05 12:55:30 -08:00