Adam Roben
008ba9e23f
Assign a bunch more TextMate scopes
2014-10-23 11:22:19 -07:00
Paul Chaignon
fd707ddf7e
Heuristic rules to distinguish .sc files between SuperCollider and Scala
2014-10-23 14:22:12 -04:00
Arfon Smith
32de8a4d19
Only exact matches
2014-10-23 13:59:36 +01:00
Arfon Smith
cf9998f3e4
Merge branch 'master' into 1036-local
2014-10-23 12:16:51 +01:00
Arfon Smith
89320b1ca4
Merge branch 'master' into 1036-local
...
Conflicts:
lib/linguist/heuristics.rb
lib/linguist/samples.json
2014-10-23 12:05:18 +01:00
Paul Chaignon
b6a9993c97
Add .sc as a SuperCollider file extension
2014-10-22 10:16:30 -04:00
Josh Watzman
9c044c5bd0
Add detection for Hack files with ".php" file extension
...
Based on top of PR#1447. Adds a simple heuristic check for Hack files vs PHP files (`<?hh` vs other `<?`).
Tested by verifying that the Hack example site was detected as 100% Hack and that Laravel was detected as 100% PHP. (Without the heuristic, Laravel gets detected as about 50% Hack, just by randomness in the classifier since PHP and Hack are very hard to distinguish unless you actually parse the file and look for specific language features.)
2014-10-21 16:17:58 -07:00
Paul Chaignon
6b0783936f
Add .command as a Shell file extension
2014-10-21 19:07:03 -04:00
Josh Watzman
b2cb74cabf
Add detection for Hack files with ".hh" file extension
...
Hack is Facebook's dialect of PHP: http://hacklang.org/ . This adds support for detecting it via the ".hh" file extension; although that extension techincally conflicts with C++ headers, the files look different enough that the existing classifier based on sample code has no trouble distinguising them.
This diff deliberately does not deal with detecting ".php" as another valid extension for Hack code. That's much trickier since the code looks basically identical to PHP to the classifier, and needs a different approach.
2014-10-21 15:35:57 -07:00
Daniel Morris
6f8278aa79
Add build.xml.dist to XML filenames
2014-10-21 10:21:39 +01:00
Arfon Smith
3e48a84cf1
Merge pull request #1612 from briandela/patch-1
...
Add hbs alias for Handlebars
2014-10-20 10:29:04 -05:00
Arfon Smith
31728a3a78
Merge pull request #1613 from hearsilent/patch-1
...
Add .a51 to Assembly
2014-10-20 10:21:24 -05:00
Yuki Iwanaga
423c8865bd
Add a filename rule for _vimrc
2014-10-20 00:39:26 +09:00
HearSilent
55ecc5f7eb
Add .a51 to Assembly
...
.a51 doc is 8051-asm (coding in MIDE-51)
2014-10-19 17:32:41 +08:00
Brian Delahunty
6aae7882df
Update indenentation
2014-10-18 18:03:27 -07:00
Brian Delahunty
240fcec3ce
Add hbs alias for Handlebars
...
Adds a `hbs` alias for `Handlebars`. It's very commonly used and would make adding hbs code blocks easier in github comments.
2014-10-18 11:13:12 -07:00
Arfon Smith
170c1d4ee8
Merge pull request #1584 from laomaiweng/linguist-detect-tcl-shebang
...
Shebang detection for Tcl/Tk scripts
2014-10-17 14:32:13 -05:00
Arfon Smith
38f0a71ea3
Merge pull request #1596 from pchaigno/fcgi
...
Add .fcgi as an extension for script languages
2014-10-17 14:30:40 -05:00
Brandon Keepers
cd743332f4
Use yajl since it is already a dependency
...
Both JSON and Yajl were listed as dependencies. Pygments.rb already requires yajl, so let's just use that instead of using both.
2014-10-17 14:45:28 -04:00
Arfon Smith
fd9d63d605
Removing beta label
2014-10-16 14:05:36 -05:00
Arfon Smith
5c21c35875
Merge branch 'master' into cache-bustin
2014-10-16 12:59:41 -05:00
Paul Chaignon
0fcc26f778
Add .fcgi as an extension for script languages
2014-10-15 10:37:58 -04:00
Arfon Smith
037857623d
Merge branch 'master' into cache-bustin
...
Conflicts:
lib/linguist/version.rb
2014-10-14 19:45:09 -05:00
Arfon Smith
d7b19d577b
Bumping version
2014-10-14 19:44:35 -05:00
Adam Roben
c70048a3e2
Use TextMate 1 scope for HTML+ERB files
...
The TextMate 2 scope requires support for injection grammars, which some parsers don't support.
2014-10-14 14:19:05 -04:00
Arfon Smith
848a1cc1e5
Minor bump
2014-10-14 10:06:38 -05:00
Adam Roben
9092dfdc7f
Add a TextMate scope for Literate CoffeeScript
2014-10-14 10:50:39 -04:00
Adam Roben
d7fe0cc5c7
Add TextMate scopes for HTML variants
2014-10-14 10:41:19 -04:00
Adam Roben
15ec37d4bc
Add a TextMate scope for Objective-C++
2014-10-14 10:41:19 -04:00
Adam Roben
43cc701ac3
Add a TextMate scope for JSON
2014-10-14 10:41:19 -04:00
Adam Roben
7cb8357f73
Add a TextMate scope for YAML
2014-10-14 10:41:19 -04:00
Adam Roben
4b46bcf649
Add TextMate scopes for Sass/SCSS files
2014-10-14 10:41:19 -04:00
Arfon Smith
afb6041104
Merge pull request #1592 from github/vmg/tmscopes
...
Vmg/tmscopes
2014-10-14 09:07:02 -05:00
Arfon Smith
4b28fdbc4d
Removing beta label
2014-10-14 08:45:49 -05:00
Arfon Smith
b8a5e8505a
Merge branch 'vmg/tmscopes' into cache-bustin
...
Conflicts:
lib/linguist/version.rb
2014-10-13 20:21:31 -05:00
Arfon Smith
3087d640a3
3.2.2b1
2014-10-13 19:33:03 -05:00
Arfon Smith
e87b89ab5b
Removing todo
2014-10-13 18:52:27 -05:00
Arfon Smith
5cc053694a
Remove pry
2014-10-13 16:38:51 -05:00
Arfon Smith
653314448c
Bust that cache
2014-10-13 16:37:46 -05:00
Arfon Smith
4f14db10ea
Merge pull request #933 from pchaigno/pro
...
Support of the .pro file extension for Prolog.
2014-10-13 14:57:19 -05:00
Vicent Marti
9275e5240f
Bump version
2014-10-13 17:50:57 +02:00
Vicent Marti
7dcc3b3edf
Add tm_scope to the BlobHelper
2014-10-13 17:19:38 +02:00
Vicent Marti
6e872c11b6
Pass tm_scope overrides
2014-10-13 17:19:38 +02:00
Vicent Marti
e5b6001759
Add support for TextMate scopes
2014-10-13 17:19:38 +02:00
Arfon Smith
5814b61356
Linguist v3.2.1
2014-10-13 09:47:02 -05:00
Arfon Smith
bcb016a938
Removing beta label
2014-10-13 09:30:09 -05:00
Arfon Smith
f7386fcd72
Rugged bump
2014-10-13 09:10:08 -05:00
Arfon Smith
ffc0be191e
Removing beta label
2014-10-13 08:42:46 -05:00
quentin
eb54a92328
Add Tcl/Tk interpreters to languages.yml for shebang detection
2014-10-13 02:38:07 +02:00
Romain Lespinasse
ce1e2441f4
Choose a color from the Golo logo
2014-10-11 10:27:06 +02:00