Arfon Smith
a464c234b8
Update languages.yml ( #2995 )
2016-05-06 18:01:59 -06:00
Arfon Smith
aa2319a052
Cut release v4.8.5 ( #2994 )
...
* Grammar update
* Bumping to v4.8.5
v4.8.5
2016-05-06 17:14:25 -06: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
Arfon Smith
3191ff498d
2945 local ( #2992 )
...
* Added Django environment folder in exclusion
Django projects have env/ folder in which dependencies of the project like Django, Pillow, and other libraries are installed from the requirements.txt file. It would be best if this folder of dependencies is ignored from the language statistics.
* Corrected Errors
Corrected the misplaced code and put removed the start character as the environment folder may not always be in the root.
* Adding test for env folder
2016-05-06 15:36:07 -06:00
Paul Chaignon
91ea482ea6
Add grammar for CLIPS back ( #2991 )
2016-05-06 15:33:05 -06:00
Jan Olaf Krems
905d87a112
Detect .js files with source maps as generated ( #2984 )
...
* Fix .min.js test
* Detect .js files with source maps as generated
2016-05-06 15:20:42 -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
Paul Chaignon
8cf3b7ad51
Heuristic for .inc PHP files ( #2980 )
2016-05-03 21:15:20 -06:00
Paul Chaignon
03d16835aa
Remove Terra from Lua group ( #2976 )
...
Terra and Lua are two separate languages, although closely related
2016-05-02 19:33:38 -06:00
Arfon Smith
7174130e46
Bumping to v4.8.4 ( #2973 )
v4.8.4
2016-04-29 14:26:54 -06:00
Arfon Smith
59f64c47b1
grammar update
2016-04-29 13:14:40 -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
Paul Chaignon
f97d796f90
Add new step required when adding a grammar ( #2966 )
...
Grammar licenses are now cached locally
Therefore, it is required to update the local cache when adding a new grammar
2016-04-29 12:43:55 -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
5c655e3b20
Grammar for AutoIt from Sublime Text package ( #2961 )
2016-04-27 11:09:36 -06:00
Paul Chaignon
9a0ac4a477
Makefile.frag as a Makefile filename ( #2969 )
2016-04-26 08:39:53 -06:00
Brandon Keepers
8ea9632ccf
Merge pull request #2955 from github/verify-licenses
...
Verify licenses on CI
2016-04-16 10:46:23 -04:00
Brandon Keepers
03ef4f30e8
Remove licenses from removed grammars
2016-04-16 10:35:57 -04:00
Brandon Keepers
12228fb525
Proper exit status for script/licensed
2016-04-16 10:25:34 -04:00
Brandon Keepers
92897046ed
Remove licenses from Rubygems licenses
...
We are still solidifying patterns around how licenses should be managed, but given the Gemfile.lock file is ignored, I don't think it makes sense for linguist to track licenses for Ruby dependencies. A consumer of this gem could end up with a different version of a dependency that has a different license.
In general, I think libraries should only track licenses for code that they vendor. Since linguist vendors the grammars, it makes sense for it to track the licenses for them.
2016-04-16 10:21:50 -04:00
Brandon Keepers
91aa843a4e
Verify licenses with travis
2016-04-16 10:12:45 -04: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
Arfon Smith
0f3644d23a
Bumping Linguist to v4.8.3 ( #2950 )
v4.8.3
2016-04-14 19:55:23 -07:00
Arfon Smith
04d3023f76
Grammar update
2016-04-14 18:51:15 -07:00
Arfon Smith
5c7aa5406a
Adding license text for graphql
2016-04-13 21:08:47 -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
Arfon Smith
7c9fd59a99
Updating licensed information for APL
2016-04-13 20:59:36 -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
f8c5015b20
Switch grammar used for APL highlighting ( #2937 )
...
* Swap language repository used for APL highlighting
* Remove previous repository from submodule list
2016-04-08 14:15:21 -06:00
Arfon Smith
f28cdc8a15
Merge pull request #2936 from github/idris
...
Idris
2016-04-03 07:55:26 -06:00
Arfon Smith
0e147f1f66
Merge branch 'master' into idris
2016-04-03 07:51:05 -06:00
Arfon Smith
a91705724d
Adding atomic dreams license
2016-04-03 07:48:59 -06:00
PJB3005
5e3e8133fb
Adds proper grammar for the DM language.
2016-04-03 07:46:21 -06:00
Arfon Smith
5a3758f1c7
Linguist license docs bump
2016-04-03 07:41:24 -06:00
Arfon Smith
57237106f3
Adding back Idris grammar
2016-04-03 07:41:10 -06:00
John Gardner
99ad2368b0
Add ISC to license whitelist
...
Add ISC to license whitelist
2016-03-31 09:19:30 -07:00
Arfon Smith
21d7f99a4e
Cut release v4.8.2
...
* Updating grammars
* Bumping to v4.8.2
v4.8.2
2016-03-29 17:02:30 -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
Arfon Smith
7c8bc8561d
Merge pull request #2921 from Alhadis/protocol-fix
...
Fix protocol of Nix submodule's URL
2016-03-29 07:58:38 -06:00
Alhadis
ce37cd665d
Fix protocol of Nix submodule's URL
...
This stops tests failing when running "bundle exec rake test".
2016-03-30 00:24:50 +11:00
Arfon Smith
bd0f4f6f78
Merge pull request #2914 from github/adding-back-nix
...
Adding back nix grammar
2016-03-27 20:35:30 -06:00
Arfon Smith
4867db8831
Adding back nix grammar
2016-03-27 20:31:02 -06:00
Arfon Smith
e6ab516fb7
Merge pull request #2911 from github/cut-release-v4.8.1
...
Cut release v4.8.1
v4.8.1
2016-03-25 11:56:13 -06:00