mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9385e70d2d | ||
|
|
9469e188c8 | ||
|
|
6e57ca6fbc | ||
|
|
d5e3ebaef3 | ||
|
|
a9eac8a832 | ||
|
|
1c7f5368cf | ||
|
|
960ff73c7f | ||
|
|
e1ce30c3ce | ||
|
|
89b442c751 | ||
|
|
729a174eb6 | ||
|
|
87df17309c | ||
|
|
b5cacbba9f |
@@ -869,6 +869,7 @@ GAS:
|
|||||||
extensions:
|
extensions:
|
||||||
- .s
|
- .s
|
||||||
- .S
|
- .S
|
||||||
|
tm_scope: source.asm.x86
|
||||||
|
|
||||||
GDScript:
|
GDScript:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -1419,7 +1420,7 @@ Less:
|
|||||||
lexer: CSS
|
lexer: CSS
|
||||||
extensions:
|
extensions:
|
||||||
- .less
|
- .less
|
||||||
tm_scope: source.css
|
tm_scope: source.css.less
|
||||||
|
|
||||||
LilyPond:
|
LilyPond:
|
||||||
lexer: Text only
|
lexer: Text only
|
||||||
@@ -2096,6 +2097,7 @@ Python:
|
|||||||
- wscript
|
- wscript
|
||||||
- SConstruct
|
- SConstruct
|
||||||
- SConscript
|
- SConscript
|
||||||
|
- BUILD
|
||||||
interpreters:
|
interpreters:
|
||||||
- python
|
- python
|
||||||
|
|
||||||
@@ -2813,7 +2815,11 @@ XML:
|
|||||||
- .classpath
|
- .classpath
|
||||||
- .project
|
- .project
|
||||||
- build.xml.dist
|
- build.xml.dist
|
||||||
|
- packages.config
|
||||||
- phpunit.xml.dist
|
- phpunit.xml.dist
|
||||||
|
- Web.config
|
||||||
|
- Web.Debug.config
|
||||||
|
- Web.Release.config
|
||||||
|
|
||||||
XProc:
|
XProc:
|
||||||
type: programming
|
type: programming
|
||||||
@@ -2882,7 +2888,7 @@ Zephir:
|
|||||||
color: "#118f9e"
|
color: "#118f9e"
|
||||||
extensions:
|
extensions:
|
||||||
- .zep
|
- .zep
|
||||||
tm_scope: text.html.php
|
tm_scope: source.php.zephir
|
||||||
|
|
||||||
Zimpl:
|
Zimpl:
|
||||||
type: programming
|
type: programming
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
module Linguist
|
module Linguist
|
||||||
VERSION = "3.5.1"
|
VERSION = "3.5.2"
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user