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
1aa0f121
Commit
1aa0f121
authored
Dec 29, 2016
by
Martin Pépin
Browse files
Handles TODOs in comments
More precisely: TODO, FIXME, XXX
parent
e3d70efa
Changes
1
Hide whitespace changes
Inline
Side-by-side
mj.vim
View file @
1aa0f121
...
...
@@ -54,4 +54,8 @@ syntax region None matchgroup=Keyword start="(" matchgroup=Keyword end=")" conta
syntax
region None matchgroup
=
Keyword start
=
"\["
matchgroup
=
Keyword end
=
"\]"
contains
=
ALLBUT
,
Identifier
" Comments
syntax
region Comment start
=
"(\*"
end
=
"\*)"
syntax
region Comment start
=
"(\*"
end
=
"\*)"
contains
=
mjTodos
syntax
keyword mjTodos TODO FIXME XXX
" Custom groups
highlight
link mjTodos Todo
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