Commit Graph

154 Commits

Author SHA1 Message Date
Arfon Smith 60e90bab23 Removing un-used Bind bundle 2015-08-12 17:06:39 +01:00
Arfon Smith 03e2904ebf Merge branch 'master' of https://github.com/mcandre/linguist into mcandre-master 2015-08-12 15:15:28 +01:00
Andrew Pennebaker bea90b256e use st2-zonefile (MIT licensed) instead of Bind.tmbundle (unlicensed) 2015-08-11 14:01:45 -05:00
Arfon Smith 18ffdbaa65 Grammar updates 2015-08-10 15:07:27 +01:00
Arfon Smith cf8521a629 Grammar updates 2015-08-04 13:18:27 +01:00
Arfon Smith b11c7f3dc0 Merge pull request #2513 from yyx990803/master
add syntax highlight for *.vue component files
2015-08-04 12:47:12 +01:00
Arfon Smith 4c66582f87 Grammars update 2015-07-29 14:27:35 +01:00
Evan You 5b187d1f20 update vue-syntax-highlight version 2015-07-24 23:40:43 -04:00
Evan You 7b5d1c075d add syntax highlight for *.vue component files 2015-07-21 18:51:55 -04:00
Harry Garrood 29197736c7 Use a different grammar for PureScript 2015-07-19 09:18:09 +01:00
Arfon Smith 1ced06483e Merge branch 'master' of https://github.com/rpavlick/linguist into rpavlick-master 2015-07-16 14:40:21 -07:00
Arfon Smith bcfdbe3616 Grammars update 2015-07-14 08:56:44 -07:00
Viktor Szakats 4c81c0d904 add grammar for xbase and harbour languages 2015-07-13 15:28:42 +02:00
Kepler Sticka-Jones 89fabd9a89 Use a Crystal grammar over the Ruby grammar for Crystal files.
The Crystal does have several little differences which distinguish it from Ruby. Thus it needs it's own grammar.
2015-07-11 09:24:22 -07:00
rpavlick 2d392581e2 adding NCL language 2015-07-09 07:17:01 -07:00
Paul Chaignon 8c54f68040 Fix conflicts from merging master into 'mod-extension' 2015-07-04 18:01:56 +02:00
Arfon Smith f3b65015f4 Grammar updates 2015-07-04 06:55:51 +01:00
Ian A. Mason 77bc72be14 Added an ace mode, and put the SMT entry in the correct place, maybe. 2015-07-01 11:22:04 -07:00
Ian A. Mason 5f456d8b22 Some part way through the adding a language checklist. 2015-06-30 15:29:02 -07:00
Vicent Marti 119770a038 Update grammars 2015-06-26 03:33:37 -07:00
Arfon Smith 37222d5622 Updating grammars 2015-06-17 08:54:56 -05:00
Arfon Smith 65e932016b Merge branch 'move-fsharp-grammar' of https://github.com/rneatherway/linguist into rneatherway-move-fsharp-grammar 2015-06-15 16:08:07 -05:00
William Candillon 753bfd1dc5 ⬆️ 2015-06-11 19:07:19 +02:00
Robin Neatherway 6b11655db8 Switch to using atom-fsharp language definition
The previous definition used at fsharpbinding is no longer maintained.
That repository has been split into separate parts for each editor. Atom
now has the most complete compatible grammar.
2015-06-09 18:07:51 +01:00
William Candillon d1ae098c08 ⬆️ 2015-06-08 15:22:32 +02:00
William Candillon e1a8b5db1d 🆕 XQuery & JSONiq support based on the Atom language-jsoniq package 2015-06-08 14:50:28 +02:00
Caleb Fenton 0021b9532b Update Smali submodule 2015-05-27 11:19:29 -07:00
Caleb Fenton 788fac7c43 Add Smali language 2015-05-27 10:37:17 -07:00
Arfon Smith 542a0d79fd Adding back Handlebars grammar 2015-05-19 13:27:37 -05:00
Arfon Smith 6062d3b25c Temporarily removing Handlebars highlighting 2015-05-18 14:41:36 -05:00
Arfon Smith 99dcd501aa Grammars update 2015-05-15 10:50:05 -05:00
Arfon Smith 4ecb6425d2 Merge pull request #2373 from pchaigno/remove-unused-grammars
Remove unused grammars/submodules
2015-05-13 09:50:32 -05:00
Paul Chaignon b6ee02f313 Merge branch 'master' into mod-extension 2015-05-04 21:44:23 +02:00
Paul Chaignon 380a51e4a4 Merge branch 'master' into use-original-ada-grammar 2015-05-04 21:35:40 +02:00
Paul Chaignon 2eede37248 Remove unused grammars/submodules 2015-05-01 17:28:34 +02:00
Paul Chaignon 6489f7009d Use original repository for Ada grammar 2015-05-01 16:42:37 +02:00
Paul Chaignon bdfe2aa6e4 Remove grammar for Ada 2015-05-01 16:39:48 +02:00
Andrew Pennebaker 1c56b03a28 highlight DNS zone (BIND) files 2015-04-30 15:14:26 -05:00
Daniel G. Taylor 828fc7a19b Add support for API Blueprint
This adds a grammar and samples for [API Blueprint][] based on the
[Sublime Text plugin][] from Apiary. The [Atom language][] is also based
on the Sublime plugin.

API Blueprint is now used in over [3,600 repositories][] on GitHub and has
[several][Aglio] [open source][Dredd] [tools][Drakov] available.

Here's an [example using Lightshow][Lightshow] to highlight a small API.

[3,600 repositories]: https://github.com/search?utf8=%E2%9C%93&q=FORMAT+1A+extension%3Aapib+extension%3Amd&type=Code&ref=advsearch&l=
[Aglio]: https://github.com/danielgtaylor/aglio
[API Blueprint]: https://apiblueprint.org/
[Drakov]: https://www.npmjs.com/package/drakov
[Atom language]: https://github.com/danielgtaylor/atom-language-api-blueprint
[Dredd]: https://github.com/apiaryio/dredd
[Lightshow]: https://github-lightshow.herokuapp.com/?utf8=%E2%9C%93&scope=from-url&grammar_url=https%3A%2F%2Fgithub.com%2Fapiaryio%2Fapi-blueprint-sublime-plugin%2Fblob%2Fmaster%2FAPIBlueprint.tmLanguage&grammar_text=&code_source=from-url&code_url=https%3A%2F%2Fraw.githubusercontent.com%2Fapiaryio%2Fapi-blueprint%2Fmaster%2Fexamples%2F12.%2520Advanced%2520Action.md&code=
[Sublime Text plugin]: https://github.com/apiaryio/api-blueprint-sublime-plugin
2015-04-28 22:21:30 -07:00
Paul Chaignon 0e996e4bb7 Grammar for Modula-2 from Sublime Text package 2015-04-19 12:41:41 +02:00
Arfon Smith 0db4d05671 Merge pull request #2325 from github/clarion
Adding support for Clarion
2015-04-10 15:32:46 -05:00
Arfon Smith d113e98915 Grammar update 2015-04-10 15:27:02 -05:00
Arfon Smith 80148ae4e4 Merge branch 'master' into clarion 2015-04-10 15:06:33 -05:00
Gerwin Klein 22ff4898a5 add textmate grammar for JFlex 2015-04-10 19:25:24 +10:00
Arfon Smith 3270a8896d Grammars update 2015-03-31 19:37:08 -05:00
Arfon Smith 65ae444791 Updating grammars 2015-03-24 12:26:40 -05:00
Arfon Smith 1940a9ea92 Merge branch 'master' into NetLinx 2015-03-24 11:41:26 -05:00
Arfon Smith 27215f148b Merge pull request #2257 from Oldes/rebol_grammar_scope
Adding tm_scope for REBOL language and removing REBOL from LICENSE_WHITE...
2015-03-23 11:30:48 -05:00
Oldes 0f6c2afbf6 Sublime-REBOL submodule updated. 2015-03-23 15:58:01 +01:00
Oldes 63f54bdf06 Added grammar submodule for Red language 2015-03-23 10:43:39 +01:00