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:
|
||||
- .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
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
module Linguist
|
||||
VERSION = "3.5.1"
|
||||
VERSION = "3.5.2"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user