Sahil Dua
aa32a5f58b
Replace samples for C language
2016-06-26 05:14:45 +05:30
Liav Turkia
144a85b775
Rename it to have .ino
2016-06-24 22:00:16 -05:00
Liav Turkia
a027904278
Add another .ino sample for more precision
2016-06-24 21:55:32 -05:00
Alhadis
e77530b390
Classify SRecode Templates as a separate language
2016-06-16 19:34:26 +10:00
Alhadis
1bc87aadb3
Define SubRip Text language and add sample
2016-06-15 21:06:45 +10:00
Alhadis
53a532dc76
Add .srt to Emacs Lisp extensions
2016-06-15 16:51:36 +10:00
Horatiu Lazu
baf56666d4
Improve Turing sample ( #3040 )
...
* Improve Turing sample
* Move more complex sample to different file
* Undo changes to original file
2016-06-07 06:13:12 -06:00
Arfon Smith
8845cd9c58
Merge pull request #3034 from github/3020-local
...
Add support for Wavefront OBJ/MTL files: part deux
2016-06-02 11:00:04 -06:00
Arfon Smith
090f765c7e
Merge pull request #3001 from snh/lock-not-json
...
Remove .lock from JSON extentions
2016-06-02 10:59:06 -06:00
Arfon Smith
b58c0e8f3e
Merge branch 'master' into 3020-local
2016-06-02 10:55:46 -06:00
John Gardner
897218678e
Add interpreters for APL and J ( #3029 )
...
* Add APL interpreters
* Add J interpreter
* Add test fixtures for APL/J interpreters
2016-06-01 10:41:22 -06:00
Alhadis
0614055efd
Merge remote-tracking branch 'upstream/master' into wavefront
...
Resolves conflicts:
.gitmodules
2016-05-29 15:54:46 +10:00
Nate Whetsell
e70f3f595a
Add Csound languages ( #3005 )
...
* Add Csound languages
* Remove Csound Document alias
* Remove Csound Score alias
* Replace sample files
* Update language-csound grammar
* Update language-csound
* Update language-csound
* Add Makefile.sco to Makefile filenames
* Add makefile.sco sample
* Fix case of filename makefile.sco
2016-05-28 20:43:59 -05:00
Vasily Korytov
28af996bf9
allow .pug to be threated as jade ( #3019 )
...
see https://github.com/pugjs/pug/issues/2184 for more details
2016-05-28 20:40:04 -05:00
Alhadis
8bd8f0960c
Add sample OBJ/MTL files
2016-05-27 21:05:43 +10:00
John Gardner
95e83311b6
Add "README.1ST" to recognised text-file names ( #3010 )
...
* Add "README.1ST" as a recognised readme name
* Add a fixture for ".1st" readme files
2016-05-22 09:03:21 -05:00
Steven Honson
1968f8193c
Remove .lock from JSON extentions
2016-05-11 16:38:24 +10:00
Kepler Sticka-Jones
1a04c79738
Add ECR (Embedded Crystal) ( #2996 )
...
* Add ECR entry from language-crystal
* Add HTML+ECR to Languages.
* Create greeting.erb sample
From the ECR documentation: http://crystal-lang.org/api/ECR.html
* Rename greeting.erb to greeting.ecr
* Rename samples/HTML-ERB/greeting.ecr to samples/HTML-ECR/greeting.ecr
* Update Crystal submodule.
This contains the ECR highlighting.
* Proper named HTML+ECR folder.
The GitHub website just wouldn't do the folder right.
* Add .ecr file extension to ECR
2016-05-09 08:42:09 -07:00
Arfon Smith
f22181f47d
EJS support ( #2993 )
...
* Added EJS Language Support
* Added the submodule reference for ejs-tmbundle
* Adding EJS license
2016-05-06 15:58:53 -06:00
Jakub Jirutka
8eae4e56ef
Add support for Alpine Abuild (APKBUILD) ( #2934 )
...
APKBUILD is a file containing "recipes" on how something should be
built/compiled. It's used by APK, the Alpine Linux package manager.
2016-05-06 14:55:33 -06:00
Jakub Jirutka
5466fcfd2f
Add support for OpenRC runscripts ( #2935 )
2016-05-06 14:39:42 -06:00
Arfon Smith
176a0e9926
TLA revisited ( #2990 )
...
* Add the TLA+ language
This patch adds support for the TLA+ specification language.
https://github.com/search?utf8=%E2%9C%93&q=MODULE+extension%3Atla&type=Code&ref=searchresults
* Update TLA grammar license
Attribution is given in the license since the grammar is based off of the TLA+ language developed by Microsoft and HP.
* Sort languages.yml alphabetically
* Removing duplicate entry
2016-05-06 13:19:44 -06:00
John Gardner
aa049b4677
Add support for BSDmakefile, .arcconfig, and .JSON-tmLanguage files ( #2986 )
...
* Add support for .arcconfig files
* Add .JSON-tmLanguage to recognised JSON extensions
* Add BSDmakefile to recognised Makefile filenames
* Silence Travis
2016-05-06 12:49:58 -06:00
Paul Chaignon
5c19f1f546
Limit scope of modeline search ( #2967 )
...
Only matches the first and last 5 lines against the modeline regular expressions
2016-05-05 09:33:40 -06:00
John Gardner
9ae19a1f94
Add support for World of Warcraft .toc files
...
* Add language rule and heuristic for WoW Addon data
* Add test fixtures for the .toc extension
* Add grammar for syntax highlighting
* Define colour of WoW .toc files
* Refine heuristic to include a commonly-used keyword
* Check whitespace in WoW-token heuristic
* Include additional TeX keywords in .toc heuristic
* Update grammar submodules
* Cache license for WoW-toc grammar
* Reverting sourcepawn update
2016-05-04 15:07:01 -06:00
Stephen Whipple
f3655e8a1e
Add .app.src as Erlang extension. ( #2964 )
...
* Add .app.src as Erlang extension.
* Add .app.src sample.
2016-04-29 12:45:43 -06:00
Peter Jas
d342aa4841
Classify builds, pkgproj, resx and sfproj as XML ( #2954 )
...
* Classify builds, pkgproj, resx and sfproj as XML
* Disambiguate .builds for XML and Text
2016-04-27 11:11:07 -06:00
Paul Chaignon
9a0ac4a477
Makefile.frag as a Makefile filename ( #2969 )
2016-04-26 08:39:53 -06:00
Kepler Sticka-Jones
c3145d3c08
Add Forge Mod Loader Mod Info file as JSON ( #2941 )
...
* Add Forge Mod Loader Mod Info file as JSON
* Add Forge Mod Loader Mod Info File
* Rename samples/JSON/mcmod.info to samples/JSON/filenames/mcmod.info
2016-04-15 11:16:50 -07:00
Michael Zhou
1ad2123896
Add gradlew and a few other filenames to Shell ( #2910 )
2016-04-15 11:14:57 -07:00
Bruce
9b9a256c60
Added GLSL extensions .vsh & .fsh ( #2951 )
2016-04-15 08:06:11 -07:00
Garen Torikian
bce676e902
Add support for GraphQL ( #2947 )
...
* Add GraphQL to languages.yml
* Add graphql submodule
* Add graphql to grammars.yml
* Add GraphQL samples
* Updating licensed information
2016-04-13 21:03:02 -07:00
John Gardner
b89d1a2e77
Add "mkfile" as a recognised Makefile name ( #2938 )
...
* Add ".mkfile" as a recognised Makefile extension
* Add a test-fixture for the "mkfile" extension
* Replace mkfile fixture with rewritten source
2016-04-08 20:51:41 -06:00
John Gardner
24b368a30c
Add ".es" to recognised ECMAScript extensions
...
* Add ".es" to recognised JavaScript extensions
* Add heuristic to differentiate Erlang from ECMAScript
* Add test-case for .es heuristic
2016-03-29 13:36:13 -06:00
Kepler Sticka-Jones
2012647f78
Merge pull request #2907 from keplersj/clang-format
...
Add .clang-format as a YAML file
2016-03-23 20:09:34 -06:00
Arfon Smith
d377e23193
Merge branch 'master' into 2512-local
2016-03-17 14:00:34 -06:00
Arfon Smith
697ad4c568
Merge branch 'master' into 2821-slim
2016-03-17 10:23:59 -06:00
Paul Chaignon
2a0b0e9f93
Fix heuristic rule for PLpgSQL
2016-03-12 11:17:29 +01:00
Arfon Smith
311202102d
Merge branch 'master' into 2821-slim
2016-03-10 06:51:35 -06:00
Arfon Smith
6812a22706
Slimming down Terra samples
2016-03-10 06:50:48 -06:00
Arfon Smith
fb727ce731
Merge pull request #2866 from jasonwilliams200OK/master
...
Classification of props file
2016-03-09 20:53:07 -06:00
Peter Jas
6af499e352
Classification of props file
...
* Initially treat as XML
* Disambiguate from ini (key-value pair style with `=`)
* If the file is neither XML-style nor INI, classify as SQL
2016-03-10 02:46:57 +00:00
Arfon Smith
f2694f3a74
Merge branch 'master' into 2427-local
2016-03-09 19:49:32 -06:00
Lars Brinkhoff
b032886c21
Add .me and other text filenames.
...
click.me by Bram Moolenaar; VIM license.
2016-03-09 13:27:59 +01:00
Arfon Smith
c3b7a1a6fb
Merge pull request #2146 from pchaigno/norwegian
...
Support for two Norwegian text extensions
2016-03-09 06:02:58 -06:00
Paul Chaignon
3ccb548b6d
Support for YAML .sublime-syntax extension
2016-03-09 11:29:25 +01:00
Paul Chaignon
eeedd53f32
Support for Text extension .no (Norwegian text)
2016-03-09 10:38:47 +01:00
Paul Chaignon
11a3b5b73c
Support for Text extension .nb (Norwegian text)
2016-03-09 10:37:41 +01:00
Arfon Smith
4637da8c32
Merge branch 'master' into 2603-local
2016-03-08 21:53:23 -06:00
Arfon Smith
6b88c5ba86
Merge pull request #2842 from kusma/hlsl
...
Add support for HLSL
2016-03-07 20:36:25 -06:00