diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkxl | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/context/third/vim/t-vim.tex | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkxl b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkxl index 05c89893d6a..8fadebb7803 100644 --- a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkxl +++ b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkxl @@ -1,6 +1,6 @@ %D \module %D [ file=t-syntax-highlight, -%D version=2021.05.24, +%D version=2021.05.31, %D title=\CONTEXT\ User Module, %D subtitle=Code syntax highlighting, %D author=Aditya Mahajan, @@ -9,7 +9,7 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Code syntax highlighting (ver: 2021.05.24)} +\writestatus{loading}{Code syntax highlighting (ver: 2021.05.31)} \startmodule [syntax-highlight] \usemodule [syntax-groups] @@ -177,7 +177,7 @@ \c!location=\v!paragraph, \c!style=\tttf, \c!color=, - \c!align={\v!flushleft,\v!nothyphenated}, + \c!align={\v!flushleft}, \c!filtercommand=echo, % placeholder \c!continue=yes, \c!read=\v!yes, diff --git a/Master/texmf-dist/tex/context/third/vim/t-vim.tex b/Master/texmf-dist/tex/context/third/vim/t-vim.tex index 21383e24058..16cee73bb03 100644 --- a/Master/texmf-dist/tex/context/third/vim/t-vim.tex +++ b/Master/texmf-dist/tex/context/third/vim/t-vim.tex @@ -1,6 +1,6 @@ %D \module %D [ file=t-vim, -%D version=2021.05.23, +%D version=2021.05.31, %D title=\CONTEXT\ User Module, %D subtitle=Vim syntax highlighting, %D author=Aditya Mahajan, @@ -9,18 +9,19 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Vim syntax highlighting (ver: 2021.05.23)} +\writestatus{loading}{Vim syntax highlighting (ver: 2021.05.31)} \startmodule [vim] \usemodule [filter] % loads module catcodes \usemodule [syntax-highlight] % loads syntax-groups and filter module +\unprotectmodulecatcodes + \startinterface all \setinterfaceconstant {vimrc} {vimrc} \setinterfaceconstant {vimcommand} {vim\c!command} \stopinterface -\unprotectmodulecatcodes \def\vimtyping@id {vimtyping} \def\vimtyping@namespace {@@@@\vimtyping@id} @@ -215,7 +216,7 @@ [Identifier] \definesyntaxgroup - [Condition,Repeat,Label,Operator,Keyword,Exception] + [Conditional,Repeat,Label,Operator,Keyword,Exception] [Statement] \definesyntaxgroup |