mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
M scope
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
# search_term - Deprecated: Some languages may be indexed under a
|
# search_term - Deprecated: Some languages may be indexed under a
|
||||||
# different alias. Avoid defining new exceptions.
|
# different alias. Avoid defining new exceptions.
|
||||||
# language_id - Integer used as a language-name-independent indexed field so that we can rename
|
# language_id - Integer used as a language-name-independent indexed field so that we can rename
|
||||||
# languages in Linguist without reindexing all the code on GitHub. Must not be
|
# languages in Linguist without reindexing all the code on GitHub. Must not be
|
||||||
# changed for existing languages without the explicit permission of GitHub staff.
|
# changed for existing languages without the explicit permission of GitHub staff.
|
||||||
# color - CSS hex color to represent the language.
|
# color - CSS hex color to represent the language.
|
||||||
# tm_scope - The TextMate scope that represents this programming
|
# tm_scope - The TextMate scope that represents this programming
|
||||||
@@ -2279,6 +2279,7 @@ M:
|
|||||||
ace_mode: text
|
ace_mode: text
|
||||||
codemirror_mode: mumps
|
codemirror_mode: mumps
|
||||||
language_id: 214
|
language_id: 214
|
||||||
|
tm_scope: none
|
||||||
M4:
|
M4:
|
||||||
type: programming
|
type: programming
|
||||||
extensions:
|
extensions:
|
||||||
|
|||||||
Reference in New Issue
Block a user