Skip to content

Commit

Permalink
merge: add keywords to texCommentTodo
Browse files Browse the repository at this point in the history
refer: #2839
  • Loading branch information
lervag committed Nov 28, 2023
2 parents f5659cf + 12bdf9f commit 3913284
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions autoload/vimtex/syntax/core.vim
Original file line number Diff line number Diff line change
Expand Up @@ -430,6 +430,8 @@ function! vimtex#syntax#core#init_rules() abort " {{{1
syntax keyword texCommentTodo combak fixme todo xxx
\ containedin=texComment contained
syntax case match
syntax keyword texCommentTodo ISSUE NOTE
\ containedin=texComment contained

" Highlight \iffalse ... \fi blocks as comments
syntax region texComment matchgroup=texCmdConditional
Expand Down

0 comments on commit 3913284

Please sign in to comment.