mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add fallback extension for Coq
This commit is contained in:
@@ -12,7 +12,8 @@
|
|||||||
# ace_mode - A String name of Ace Mode (if available)
|
# ace_mode - A String name of Ace Mode (if available)
|
||||||
# extension - An Array of associated extensions
|
# extension - An Array of associated extensions
|
||||||
# primary_extension - A String for the main extension associated with
|
# primary_extension - A String for the main extension associated with
|
||||||
# the langauge. (defaults to extensions.first)
|
# the langauge. (defaults to extensions.first).
|
||||||
|
# Must be unique.
|
||||||
# overrides - An Array of extensions that takes precedence over conflicts
|
# overrides - An Array of extensions that takes precedence over conflicts
|
||||||
# searchable - Boolean flag to enable searching (defaults to true)
|
# searchable - Boolean flag to enable searching (defaults to true)
|
||||||
# search_term - Deprecated: Some languages maybe indexed under a
|
# search_term - Deprecated: Some languages maybe indexed under a
|
||||||
@@ -267,6 +268,7 @@ Common Lisp:
|
|||||||
|
|
||||||
Coq:
|
Coq:
|
||||||
type: programming
|
type: programming
|
||||||
|
primary_extension: .coq
|
||||||
extensions:
|
extensions:
|
||||||
- .v
|
- .v
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user