Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Pepin
vim-syntax
Commits
e3d70efa
Commit
e3d70efa
authored
Dec 29, 2016
by
Martin Pépin
Browse files
Handles mismatches
parent
3546d00b
Changes
1
Hide whitespace changes
Inline
Side-by-side
mj.vim
View file @
e3d70efa
...
...
@@ -6,6 +6,14 @@
syntax
case
match
" Mismatches
syntax
match
Error
"end where"
syntax
match
Error
"end if"
syntax
match
Error
")"
syntax
match
Error
"\]"
syntax
match
Error
"\*)"
" Static type parameters
syntax
region Type start
=
"<"
end
=
">"
syntax
match
Type
":\[[^\]]\+\]"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment