Merge branch 'master' into prolog-grammar

This commit is contained in:
Paul Chaignon
2015-08-19 20:46:15 +02:00
20 changed files with 135 additions and 16 deletions

View File

@@ -214,7 +214,7 @@ AspectJ:
color: "#a957b0"
extensions:
- .aj
tm_scope: none
tm_scope: source.aspectj
ace_mode: text
Assembly:
@@ -616,6 +616,7 @@ Common Lisp:
- .lsp
- .ny
- .podsl
- .sexp
interpreters:
- lisp
- sbcl
@@ -1718,8 +1719,8 @@ LabVIEW:
type: programming
extensions:
- .lvproj
tm_scope: none
ace_mode: text
tm_scope: text.xml
ace_mode: xml
Lasso:
type: programming

View File

@@ -1,3 +1,3 @@
module Linguist
VERSION = "4.5.13"
VERSION = "4.5.14"
end