mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-10 03:15:34 +00:00
Add detection for the Coq language - fixes #116
This commit is contained in:
@@ -214,6 +214,12 @@ Common Lisp:
|
||||
- .lisp
|
||||
- .ny
|
||||
|
||||
Coq:
|
||||
type: programming
|
||||
lexer: Coq
|
||||
extensions:
|
||||
- .v
|
||||
|
||||
Cpp-ObjDump:
|
||||
type: data
|
||||
lexer: cpp-objdump
|
||||
@@ -1047,6 +1053,8 @@ Vala:
|
||||
Verilog:
|
||||
type: programming
|
||||
lexer: verilog
|
||||
overrides:
|
||||
- .v
|
||||
extensions:
|
||||
- .v
|
||||
|
||||
|
||||
Reference in New Issue
Block a user