changed mercury extension to .mercury, to avoid conflict with Obj-C

This commit is contained in:
Sebastian Godelet
2014-04-06 18:36:05 +02:00
parent 090ffa4191
commit 8b39d30a6e
3 changed files with 46604 additions and 43522 deletions

View File

@@ -1096,17 +1096,12 @@ Mercury:
type: programming
# This is the background colour on the web page.
color: "#abcdef"
primary_extension: .m
# Mercury's syntax is not prolog syntax, but they do share the lexer
lexer: Prolog
Mercury:
type: programming
# This is the background colour on the web page.
color: "#abcdef"
primary_extension: .m
# The primary extension is .m, but lingist won't accept duplicates
primary_extension: .mercury
# Mercury's syntax is not prolog syntax, but they do share the lexer
lexer: Prolog
extensions:
- .m
MiniD: # Legacy
searchable: false