Compare commits

..

12 Commits

Author SHA1 Message Date
Adam Roben
9385e70d2d Merge pull request #1705 from github/cut-release-v3.5.2
Bump to version v3.5.2
2014-11-12 13:51:59 -05:00
Adam Roben
9469e188c8 Bump to version v3.5.2 2014-11-12 13:39:05 -05:00
Vicent Marti
6e57ca6fbc Update the TM scope for the Zephir language 2014-11-12 18:19:10 +01:00
Adam Roben
d5e3ebaef3 Merge pull request #1704 from github/gas-tmscope
Add a tm_scope for GAS
2014-11-12 12:08:14 -05:00
Adam Roben
a9eac8a832 Add a tm_scope for GAS
The source.asm.x86 grammar does a decent job of parsing this.
2014-11-12 12:07:23 -05:00
Adam Roben
1c7f5368cf Merge pull request #1703 from github/less-tmscope
Fix the tm_scope for Less
2014-11-12 11:45:01 -05:00
Adam Roben
960ff73c7f Fix the tm_scope for Less
The source.css.less grammar actually understands Less syntax.
2014-11-12 11:43:52 -05:00
Brandon Keepers
e1ce30c3ce Merge pull request #1653 from baroquebobcat/patch-1
add pants BUILD file highlighting to languages.yml
2014-11-11 01:39:55 -05:00
Brandon Keepers
89b442c751 Merge pull request #1657 from techniq/patch-1
Add .NET config files as XML
2014-11-11 01:39:19 -05:00
Nick Howard
729a174eb6 add pants BUILD file highlighting to languages.yml
the pants build tool uses python files named BUILD. This adds highlighting for them.
2014-11-03 12:11:14 -07:00
Sean Lynch
87df17309c Fix package.config to packages.config 2014-11-03 08:35:14 -05:00
Sean Lynch
b5cacbba9f Add .NET config files as XML 2014-11-02 10:13:52 -05:00
2 changed files with 9 additions and 3 deletions

View File

@@ -869,6 +869,7 @@ GAS:
extensions:
- .s
- .S
tm_scope: source.asm.x86
GDScript:
type: programming
@@ -1419,7 +1420,7 @@ Less:
lexer: CSS
extensions:
- .less
tm_scope: source.css
tm_scope: source.css.less
LilyPond:
lexer: Text only
@@ -2096,6 +2097,7 @@ Python:
- wscript
- SConstruct
- SConscript
- BUILD
interpreters:
- python
@@ -2813,7 +2815,11 @@ XML:
- .classpath
- .project
- build.xml.dist
- packages.config
- phpunit.xml.dist
- Web.config
- Web.Debug.config
- Web.Release.config
XProc:
type: programming
@@ -2882,7 +2888,7 @@ Zephir:
color: "#118f9e"
extensions:
- .zep
tm_scope: text.html.php
tm_scope: source.php.zephir
Zimpl:
type: programming

View File

@@ -1,3 +1,3 @@
module Linguist
VERSION = "3.5.1"
VERSION = "3.5.2"
end