mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
changed mercury extension to .mercury, to avoid conflict with Obj-C
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user