Andrew Case
f6b6c4e165
Merge branch 'master' into add-mql4-mql5-current
2016-10-10 17:41:29 +03:00
Andrew Case
608ed60b5c
Merge branch 'master' of https://github.com/github/linguist
2016-10-10 17:31:02 +03:00
Arfon Smith
2ce2945058
Merge pull request #3272 from pchaigno/doc-set-language-id
...
Improve documentation on the language_id
2016-10-10 06:47:01 -07:00
Paul Chaignon
c8d376754e
Improve documentation on the language_id
2016-10-09 17:55:50 +02:00
Arfon Smith
ecaef91fa1
Merge pull request #3266 from Alhadis/make
...
Add ".make" as a Makefile file extension
2016-10-09 07:58:17 -07:00
Alhadis
d265b78e7e
Copy Sublime configs from submodules
2016-10-07 11:38:11 +11:00
Alhadis
5a5bf7d5e5
Add new entry for Sublime Text config files
2016-10-07 10:56:15 +11:00
Alhadis
e46781b903
Merge upstream changes into topic branch
2016-10-07 10:25:03 +11:00
Arfon Smith
9543a8c8e9
Merge pull request #3259 from Alhadis/colour-removal
...
Guard against unused colour definitions
2016-10-06 09:52:29 -07:00
Alhadis
6ac1ac9232
Resolve conflicts from upstream changes
2016-10-06 17:00:28 +11:00
Alhadis
1bbb919fef
Reclassify Sublime configuration files as JSON
...
See:
- https://github.com/github/linguist/issues/2662#issuecomment-251865073
- https://github.com/github/linguist/pull/3267
2016-10-06 16:42:01 +11:00
Scott Mangiapane
71dfed0e45
Restored .8xp.txt extension
2016-10-05 12:31:32 -04:00
Scott Mangiapane
a2db058ce4
TI Code -> TI Program
2016-10-05 12:24:50 -04:00
Alhadis
12695fee2f
Add ".make" as a Makefile file extension
2016-10-05 21:36:22 +11:00
Alhadis
4a775dca37
Add REXX interpreters
2016-10-05 17:45:38 +11:00
Alhadis
d7c689fd6b
Merge branch 'master' into grammar-scripts
2016-10-05 16:34:24 +11:00
Alhadis
20b8188384
Add test to guard against unused colours
2016-10-05 16:17:00 +11:00
Scott Mangiapane
26310d9515
TI PRGM -> TI Code
2016-10-04 23:02:11 -04:00
Alhadis
e38cc75da5
Update ASN.1 grammar
...
This stops the ASN.1 submodule from being flagged as modified due to its
.DS_Store file being wiped locally by an automated process.
References: ajLangley12/language-asn1#1
2016-10-05 13:08:36 +11:00
Scott Mangiapane
8d55fc1bd5
Reordered extensions for TI PRGM
2016-10-04 14:38:28 -04:00
Alhadis
7e63399196
Delete colour property for ASN.1 language
...
This is classified on GitHub as "data", so the colour it's assigned only
wastes valuable "real estate" when checking colour proximity.
References: github/linguist#3113
2016-10-04 17:23:45 +11:00
Scott Mangiapane
520e5a5cfe
Alphabetized extensions for TI PRGM (again)
2016-10-03 22:13:43 -04:00
Scott Mangiapane
5d85692c24
Updated TI PRGM languages.yml entry
...
Alphabetized extensions and added a language_id.
2016-10-03 22:07:23 -04:00
Scott Mangiapane
676861fff3
Removed binary files from the TI PRGM sample
2016-10-03 21:59:46 -04:00
Scott Mangiapane
6589bd9dc7
Added tm_scope to TI PRGM
2016-10-03 21:47:52 -04:00
Scott Mangiapane
e32a4f13ef
Updated languages.yml
2016-10-03 21:37:56 -04:00
Scott Mangiapane
4e4d851f71
Alphabetized "TI PRGM"
2016-10-03 21:15:36 -04:00
Scott Mangiapane
a3628f86da
Added example files for TI-83+/84 programs
2016-10-03 21:12:30 -04:00
Scott Mangiapane
fe70965906
Added entry for TI-83+/84 programs and apps
2016-10-03 21:11:28 -04:00
Lars Brinkhoff
c863435c84
Add '</' to Markdown heuristic. ( #3255 )
2016-10-03 19:22:34 +02:00
Paul Chaignon
eeec48198a
Update submodules
2016-10-02 11:16:25 +02:00
Paul Chaignon
82167063da
Tests to ensure the whitelists are up-to-date
2016-10-02 11:16:25 +02:00
Paul Chaignon
3ae89b48ba
Improve Mathematica's heuristic rule
...
Use closing of Mathematica comment instead of opening
Unit test to check that test file is not detected as Mathematica anymore
2016-10-01 08:46:31 +02:00
Paul Chaignon
cd9401c424
Enable testing absence of heuristic result
2016-10-01 08:46:31 +02:00
Paul Chaignon
e7e8a7d835
Tests for .m heuristic rules
2016-10-01 08:46:31 +02:00
Arfon Smith
7654032d2e
Merge pull request #3254 from alexruperez/master
...
Added BuddyBuildSDK.framework to lib/linguist/vendor.yml
2016-09-30 19:29:23 -07:00
alexruperez
05b536fc61
Added BuddyBuildSDK.framework to lib/linguist/vendor.yml
2016-09-28 11:24:17 +02:00
Paul Chaignon
ebe85788ab
Rely solely on Licensee to recognize licenses
...
Remove our own license classification code
Add hashes for any project which does not have a standard license body
Add projects for which a license was not found to the whitelist
Requires Licensee v8.6.0 to correctly recognize TextMate bundles' .mdown README
2016-09-27 10:44:25 +02:00
Paul Chaignon
524337d07b
Use Licensee hashes to uniquely identify licenses
...
Since v6.1.0, Licensee exposes the hash of the license
We can use it to uniquely identify unrecognized licenses,
Thus, tests will fail if the content of an unrecognized license changes
Projects for which no license was found are kept in the whitelist
2016-09-27 10:44:25 +02:00
Paul Chaignon
f8ce42e169
Recognize licenses in READMEs using Licensee
...
Since v7.0.0 Licensee can detect license text in READMEs
Using this, we might be able to rely solely on Licensee in the future
2016-09-27 10:44:25 +02:00
Arfon Smith
71032cd252
Merge pull request #3249 from pchaigno/update-season-package
...
Update season package in npm to fix parsing error
2016-09-25 21:25:19 -07:00
Paul Chaignon
41593b3ea7
Update season package in npm to fix parsing error
...
Fixes the Travis build failures
2016-09-25 16:41:49 +02:00
Cyril Ferlicot
bed8add2f5
Add smalltalk samples
...
(Issue: https://github.com/github/linguist/issues/3244 )
2016-09-24 17:32:35 +02:00
Joshua Peek
e424e8e88c
Linguist 4.8.15
v4.8.15
2016-09-23 16:41:16 -07:00
Joshua Peek
07d4f218a3
Merge pull request #3243 from github/change_modes_to_mimetypes
...
Convert from mode names to mimetypes for better usage.
2016-09-23 16:38:13 -07:00
Joshua Peek
67ed060d37
Assert CodeMirror modes and mime types are valid against source
2016-09-23 16:33:12 -07:00
Joshua Peek
3abe081560
Validate codemirror modes
2016-09-23 16:30:38 -07:00
Josh Cheek
d3f3c0345c
Add a sample showing the Julia interpreter is correctly analyzed
2016-09-23 15:29:02 -07:00
Joshua Peek
855f1a1f86
Validate CodeMirror modes
2016-09-23 14:47:49 -07:00
Joshua Peek
0406a5b326
Fix typescript indent
2016-09-23 14:39:15 -07:00