Commit Graph

113 Commits

Author SHA1 Message Date
Paul Chaignon 0c5aa2a7eb Merge branch 'master' into prolog-grammar 2015-08-19 20:46:15 +02:00
Paul Chaignon 152d49513f Grammar for AspectJ from Sublime Text package 2015-08-19 00:11:34 +02:00
Paul Chaignon 8d216f0c43 Grammar for Prolog from Sublime Text package
MPLv2 License is currently unrecognized
2015-08-13 17:15:04 +02:00
Paul Chaignon 7f5bb25542 Remove grammar for Prolog from TextMate bundle 2015-08-13 16:56:21 +02: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
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
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
Ian A. Mason 5f456d8b22 Some part way through the adding a language checklist. 2015-06-30 15:29:02 -07: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
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 e1a8b5db1d 🆕 XQuery & JSONiq support based on the Atom language-jsoniq package 2015-06-08 14:50:28 +02: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 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
Andrew Pennebaker 03369b8a6c use https url for travis support 2015-05-03 12:51:52 -05: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
Thomas Van Doren 599d146118 Use chapel-lang/chapel-tmbundle for Chapel grammar. 2015-04-15 07:43:25 -07: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 1940a9ea92 Merge branch 'master' into NetLinx 2015-03-24 11:41:26 -05:00
Oldes 63f54bdf06 Added grammar submodule for Red language 2015-03-23 10:43:39 +01:00
Alex McLain ec46b1a92e Added NetLinx language. 2015-03-21 18:58:09 -07:00
Paul Chaignon e61be66d4f Grammar for Perl and Perl6 from TextMate bundle 2015-03-14 11:47:44 +01:00
Paul Chaignon d263f0c91a Remove submodule for Perl grammar 2015-03-14 11:42:30 +01:00
Simon Cooksey 7f3f0327c2 Added XC syntax 2015-03-03 12:45:08 +00:00
Arfon Smith 9151e7066a Merge pull request #2175 from github/sqlllll
Sqlllll
2015-02-28 20:45:08 -06:00
Arfon Smith 78b1c8a430 Merge branch 'master' into 2073-local 2015-02-27 14:12:23 -06:00
Arfon Smith a338228b57 Merge branch 'master' into sqlllll 2015-02-27 13:32:09 -06:00
Arfon Smith cecb125b0b Merge branch 'master' into 2171-local 2015-02-26 21:13:18 -06:00
Paul Chaignon 65260e3aaa Grammar for OpenScad from TextMate bundle 2015-02-26 21:59:03 +01:00
Victor Zverovich 1cdd3c55ab Add AMPL grammar 2015-02-25 12:56:02 -08:00
Brandon Wamboldt 71e0e2bc8e Use actual VCL syntax highlighting 2015-02-24 17:54:23 -08:00
Soonho Kong 2d15ea54cb add support for Lean Theorem Prover 2015-02-23 11:32:22 -05:00
Brahn Partridge 83b03df98b Merge branch 'master' of https://github.com/github/linguist
Conflicts:
	grammars.yml
2015-02-17 12:56:19 +01:00
Paul Chaignon 651d863069 Grammar for PigLatin from Sublime Text package 2015-02-15 17:45:25 +01:00
Paul Chaignon a3c595a4a9 Grammar for AsciiDoc from TextMate bundle 2015-02-15 17:30:19 +01:00