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
b959fbf9
Commit
b959fbf9
authored
Jan 01, 2017
by
Martin Pépin
Browse files
Fix handling of comments
parent
6324f0ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
mj.vim
View file @
b959fbf9
...
...
@@ -58,8 +58,9 @@ syntax keyword Constant false true
syntax
match
Constant
"\[\]"
" Comments
syntax
region Comment start
=
"(\*"
end
=
"\*)"
contains
=
mjTodos
syntax
region
mj
Comment start
=
"(\*"
end
=
"\*)"
contains
=
mjTodos
,
mjComment
syntax
keyword mjTodos TODO FIXME XXX
" Custom groups
highlight
link mjTodos Todo
highlight
link mjComment Comment
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