Dorian
e5e81a8560
Add .irbc and Rakefile to matching ruby filenames ( #3457 )
2017-04-20 09:41:31 +01:00
Tim Jones
dd53fa1585
Add ShaderLab language ( #3490 )
...
* Add ShaderLab language
* Update HLSL and ShaderLab grammars to latest version
* Add .shader extension back to GLSL language
* Add sample GLSL .shader files
Note that these are copies of existing GLSL samples, renamed to have
the .shader extension.
2017-04-20 09:04:08 +01:00
Daniel F Moisset
354a8f079a
Add suport for python typeshed (.pyi) extension ( #3548 )
2017-04-20 09:01:41 +01:00
Hank Brekke
f38d6bd124
Added Jest snapshot test files as generated src ( #3572 )
2017-04-20 08:58:39 +01:00
Santiago M. Mola
e80b92e407
Fix heuristic for Unix Assembly with .ms extension ( #3550 )
2017-04-06 22:01:42 +10:00
Martin Nowak
fa6ae1116f
better heuristic distinction of .d files ( #3145 )
...
* fix benchmark
- require json for Hash.to_json
* better heuristic distinction of .d files
- properly recongnize dtrace probes
- recongnize \ in Makefile paths
- recongnize single line `file.ext : dep.ext` make targets
- recognize D module, import, function, and unittest declarations
- add more representative D samples
D changed from 31.2% to 28.1%
DTrace changed from 33.5% to 32.5%
Makefile changed from 35.3% to 39.4%
See
https://gist.github.com/MartinNowak/fda24fdef64f2dbb05c5a5ceabf22bd3
for the scraper used to get a test corpus.
2017-03-30 18:25:53 +01:00
Yuki Izumi
b7e27a9f58
.pod disambiguation heuristic fix ( #3541 )
...
Look for any line starting with "=\w+", not full lines, otherwise we
miss e.g. "=head1 HEADING".
2017-03-27 14:10:17 +11:00
Javier Honduvilla Coto
69ba4c5586
Update the Instrumenter doc ... ( #3530 )
...
... with an instance of the given`Instrumenter` instead of the class itself.
2017-03-23 06:11:45 +01:00
Yuki Izumi
44ed47cea1
Release v5.0.8 ( #3535 )
2017-03-22 16:41:36 +11:00
Yuki Izumi
de51cb08d2
Add .mdwn for Markdown ( #3534 )
2017-03-22 16:28:59 +11:00
Ronald Wampler
3dd2d08190
Add .mdown as an extension for Markdown ( #3525 )
...
* Add `.mdown` as an extension for Markdown
* Add `.mdown` sample
2017-03-22 16:14:54 +11:00
Yuki Izumi
3b625e1954
Release v5.0.7 ( #3524 )
...
* grammar update
* Release v5.0.7
2017-03-20 14:13:04 +11:00
Yuki Izumi
5c6f690b97
Prefer Markdown over GCC Machine Description ( #3523 )
...
* Add minimal Markdown sample
* Heuristic defaults to Markdown on no match
* Allow Linguist to detect empty blobs
2017-03-20 13:07:54 +11:00
Michael Rawlings
3bbfc907f3
[Add Language] Marko ( #3519 )
...
* add marko
* update marko
2017-03-17 09:46:20 +00:00
Yves Siegrist
7fb3db6203
Add .eye files to be used as ruby ( #3509 )
...
Usually files that are used for [eye](https://github.com/kostya/eye ) have the file extension `.eye`.
A eye definition file always contains ruby code.
2017-03-13 17:22:56 -07:00
Liav Turkia
ba09394f85
Added a demos folder and updated regexes ( #3512 )
...
I added a check for case-sensitivity to the regex's. In my repositories, I have both a Docs and Demos folder and those wouldn't have been matched before. Now, they would.
2017-03-13 17:20:36 -07:00
NN
6601864084
Add wixproj as XML ( #3511 )
...
* Add wixproj as XML
WiX uses wixproj for projects.
* Add wixproj sample
2017-03-13 17:01:58 -07:00
Paul Chaignon
d57aa37fb7
Grammar for OpenSCAD from Textmate bundle ( #3502 )
2017-03-13 17:00:27 -07:00
Karl Pettersson
e72347fd98
Add alias for pandoc ( #3493 )
2017-03-13 16:59:35 -07:00
Nate Whetsell
733ef63193
Add Jison ( #3488 )
2017-02-22 00:24:50 -08:00
Brandon Black
9ca6a5841e
Release v5.0.6 ( #3489 )
...
* grammar update
* bumping linguist version
* fixes for grammar updates
2017-02-21 23:13:15 -08:00
doug tangren
1e4ce80fd9
add support for detecting bazel WORKSPACE files ( #3459 )
...
* add support for detecting bazel WORKSPACE files
* Update languages.yml
2017-02-21 16:48:44 -08:00
Brandon Black
74a71fd90d
fixing merge conflict
2017-02-21 16:28:34 -08:00
TingPing
9b08318456
Add Meson language ( #3463 )
2017-02-21 16:24:58 -08:00
Tim Jones
fa5b6b03dc
Add grammar for HLSL (High Level Shading Language) ( #3469 )
2017-02-21 16:05:25 -08:00
Garen Torikian
cb59296fe0
Like ^docs?, sometimes one sample is enough ( #3485 )
2017-02-20 10:29:30 -08:00
Eloy Durán
f1be771611
Disambiguate TypeScript with tsx extension. ( #3464 )
...
Using the technique as discussed in #2761 .
2017-02-20 10:17:18 +00:00
Alex Louden
b66fcb2529
Improve Terraform (.tf) / HCL (.hcl) syntax highlighting ( #3392 )
...
* Add Terraform grammar, and change .tf and .hcl files from using Ruby to Terraform sublime syntax
* Expand Terraform sample to demonstrate more language features
* Revert terraform sample change
* Add terraform sample - Dokku AWS deploy
* Updated to latest Terraform
* Update terraform string interpolation
* Update terraform to latest
2017-02-20 10:09:59 +00:00
Brandon Black
f7fe1fee66
Release v5.0.5 -- part Deux ( #3479 )
...
* bumping to v5.0.5
* relaxing rugged version requirement
2017-02-15 21:29:04 -08:00
Brandon Black
4e2eba4ef8
Revert "Release v5.0.5" ( #3477 )
2017-02-15 12:48:45 -08:00
Colin Seymour
10457b6639
Release v5.0.5 ( #3473 )
...
Release v5.0.5
* Update submodules
* Update grammars
* Bump version to 5.0.5
* Relax dependency on rugged
It's probably not wise to depend on a beta version just yet.
* revert php.tmbundle grammar update
One of the changes in 3ed4837b43...010cc1c22c leads to breakage in snippet highlighting on github.com
2017-02-15 11:12:53 +00:00
Paul Chaignon
d58cbc68a6
Support for the P4 language
...
P4 is a language to describe the processing pipeline of network devices
2017-02-15 06:53:46 +01:00
Colin Seymour
01de40faaa
Return early in Classifier.classify if no languages supplied ( #3471 )
...
* Return early if no languages supplied
There's no need to tokenise the data when attempting to classify without a limited language scope as no action will be performed when it comes to scoring anyway.
* Add test for empty languages array
2017-02-13 18:22:54 +00:00
Stefan Stölzle
0056095e8c
Add .lkml to LookML ( #3454 )
...
* Add .lkml to LookML
* Limit .lkml to .view.lkml and .model.lkml
* Add lkml samples
* Fix extension order
2017-02-03 11:50:30 +01:00
Lars Brinkhoff
d6dc3a3991
Accomodate Markdown lines which begin with '>'. ( #3452 )
2017-02-02 11:58:52 -08:00
Greg Zimmerman
b524461b7c
Add PowerShell color. Matches default console color for PowerShell. ( #3448 )
2017-02-02 11:13:01 -08:00
fix-fix
76d41697aa
Use official HTML primary color ( #3447 )
...
Use primary color of HTML5 logo as defined on Logo FAQ page
2017-02-02 11:09:55 -08:00
John Gardner
32147b629e
Register "Emakefile" as an Erlang filename ( #3443 )
2017-02-02 11:09:07 -08:00
John Gardner
e7b5e25bf8
Add support for regular expression data ( #3441 )
2017-02-02 11:08:20 -08:00
Brandon Black
d761658f8b
Release v5.0.4 ( #3445 )
...
* bumping to v5.0.3
* updating rugged
2017-01-31 15:08:52 -08:00
Brandon Black
3719214aba
fixing null reference in yarn.lock check ( #3444 )
2017-01-31 14:45:22 -08:00
Paul Chaignon
47b109be36
Improve heuristic for Modula-2 ( #3434 )
...
Module names can contain dots
2017-01-24 15:10:46 -08:00
Brandon Black
9fe5fe0de2
v5.0.3 Release ( #3436 )
...
* bumping to v5.0.3
* updating grammars
2017-01-23 20:09:26 -08:00
sunderls
b36ea7ac9d
Add yarn ( #3432 )
...
* add yarn.lock
* fix comment
* remove yarn test
* add test
* fix test
* try fix again
* try 3rd time
* check filename and firstline for yarn lockfile
2017-01-23 10:58:53 -08:00
Brandon Black
28bce533b2
Release v5.0.2 ( #3427 )
...
* updated grammars
* bumping version
* adding .gem files to gitignore
2017-01-11 16:08:31 -08:00
Yuki Izumi
5d09fb67dd
Allow for split(",") returning nil ( #3424 )
2017-01-10 11:44:24 +11:00
Brandon Black
3a03594685
bumping to v5.0.1 ( #3421 )
2017-01-08 23:30:56 -08:00
Brandon Black
5ce2c254f9
purging vestigial search term references
2017-01-08 23:08:16 -08:00
USAMI Kenta
27bb41aa4d
Add Cask file as Emacs Lisp ( #3416 )
...
* Add Cask file as Emacs Lisp
* Replace Cask file (original is zonuexe/composer.el)
2017-01-04 11:26:20 -08:00
Zach Brock
f98ab593fb
Detect Javascript files generated by Protocol Buffers.
2017-01-03 16:07:26 -08:00