diff options
author | Karl Berry <karl@freefriends.org> | 2021-07-23 20:08:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-07-23 20:08:18 +0000 |
commit | 27f6653ca7e4a5ffb42d5ce2a19ef55b4a66dff2 (patch) | |
tree | bd4dae7ed7ce8c1183776d5e20092109aed71fab /Master/texmf-dist/tex/context | |
parent | adbae1a3a896ca1707aee0886f80efe6dd385dbe (diff) |
context-vim (23jul21)
git-svn-id: svn://tug.org/texlive/trunk@60025 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/context')
-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 |