This commit is contained in:
Arfon Smith
2016-09-21 20:12:27 -07:00
parent 35a06d6cb8
commit 1d7ba18b15

View File

@@ -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: