mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +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
|
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
@@ -41,6 +41,7 @@
|
|||||||
- foundation.css
|
- foundation.css
|
||||||
|
|
||||||
# Vendored dependencies
|
# Vendored dependencies
|
||||||
|
- thirdparty/
|
||||||
- vendors?/
|
- vendors?/
|
||||||
|
|
||||||
# Debian packaging
|
# Debian packaging
|
||||||
|
|||||||
Reference in New Issue
Block a user