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 type: programming
# This is the background colour on the web page. # This is the background colour on the web page.
color: "#abcdef" color: "#abcdef"
primary_extension: .m # The primary extension is .m, but lingist won't accept duplicates
# Mercury's syntax is not prolog syntax, but they do share the lexer primary_extension: .mercury
lexer: Prolog
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 # Mercury's syntax is not prolog syntax, but they do share the lexer
lexer: Prolog lexer: Prolog
extensions:
- .m
MiniD: # Legacy MiniD: # Legacy
searchable: false searchable: false

File diff suppressed because it is too large Load Diff

View File

@@ -41,6 +41,7 @@
- foundation.css - foundation.css
# Vendored dependencies # Vendored dependencies
- thirdparty/
- vendors?/ - vendors?/
# Debian packaging # Debian packaging