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