feat(colors): add coq proof highlight

This commit is contained in:
Iron-E 2020-12-06 22:16:24 -05:00
parent 2541117eb6
commit 63ba9ddbfd
No known key found for this signature in database
GPG Key ID: 19B71B7B7B021D22
1 changed files with 6 additions and 2 deletions

View File

@ -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',