We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Definition
Triviality
1 parent 0bf0b27 commit 5895b10Copy full SHA for 5895b10
tools/editor-modes/vim/hol4script.vim
@@ -63,7 +63,9 @@ syn region HOLString start=/«/ end=/»/ contains=MLEscChar
63
syn region HOLDefnStart
64
\ matchgroup=MLKeyword start="^\<Definition\>"
65
\ end=":"me=e-1
66
- \ contains=MLIdent nextgroup=HOLDefnEnd
+ \ contains=MLIdent,HOLThmExtra
67
+ \ nextgroup=HOLDefnEnd
68
+
69
syn match HOLQED /^\<End\>/
70
syn region HOLDefnEnd
71
\ matchgroup=MLKeyword start=":"
@@ -105,7 +107,7 @@ syn region HOLThmProofFold
105
107
syn region HOLTriviality
106
108
\ matchgroup=MLKeyword start="^\<Triviality\>"
109
\ end="[:=]"me=e-1
- \ contains=MLIdent
110
111
\ nextgroup=HOLThmProof
112
113
" (Co)Inductive
0 commit comments