feat(colors): add coq proof highlight
This commit is contained in:
parent
2541117eb6
commit
63ba9ddbfd
|
@ -680,8 +680,12 @@ local highlight_groups = {
|
|||
coqIndConstructor = 'Delimiter',
|
||||
coqIndTerm = 'Type',
|
||||
coqKwd = 'Keyword',
|
||||
coqKwdParen = 'Function',
|
||||
coqRequire = 'Include',
|
||||
coqKwdParen = 'Function',
|
||||
coqProofDelim = 'coqVernacCmd',
|
||||
coqProofDot = 'coqTermPunctuation',
|
||||
coqProofPunctuation = 'coqTermPunctuation',
|
||||
coqRequire = 'Include',
|
||||
coqTactic = 'Operator',
|
||||
coqTermPunctuation = 'Delimiter',
|
||||
coqVernacCmd = 'Statement',
|
||||
coqVernacPunctuation = 'coqTermPunctuation',
|
||||
|
|
Loading…
Reference in New Issue