summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-18 22:09:09 +0000
committerKarl Berry <karl@freefriends.org>2022-02-18 22:09:09 +0000
commit3bba5ea295d392c51397b3c90b30be54f10cf1bf (patch)
tree6e30af76b58260ff38486947a12250ca7cdce106
parentfa1715acc727bc550e5e0b5105d3f46650a82461 (diff)
context-vim (18feb22)
git-svn-id: svn://tug.org/texlive/trunk@62071 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/context/third/vim/VERSION2
-rw-r--r--Master/texmf-dist/tex/context/third/vim/t-vim.tex13
2 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/context/third/vim/VERSION b/Master/texmf-dist/doc/context/third/vim/VERSION
index 207ae307b69..25899939892 100644
--- a/Master/texmf-dist/doc/context/third/vim/VERSION
+++ b/Master/texmf-dist/doc/context/third/vim/VERSION
@@ -1 +1 @@
-2021.12.13
+2022.02.17
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 3c30b9cfd66..930155cc9e0 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.09.05,
+%D version=2022.02.17,
%D title=\CONTEXT\ User Module,
%D subtitle=Vim syntax highlighting,
%D author=Aditya Mahajan,
@@ -9,7 +9,7 @@
%D email=adityam <at> ieee <dot> org,
%D license=Simplified BSD License]
-\writestatus{loading}{Vim syntax highlighting (ver: 2021.09.05)}
+\writestatus{loading}{Vim syntax highlighting (ver: 2022.02.17)}
\startmodule [vim]
\usemodule [filter] % loads module catcodes
@@ -123,6 +123,15 @@
% \c!highlightcolor=lightgray,
\c!filtercommand=\vimtyping@filter_command,
% \c!continue=yes,
+ % All options that effect the call to vim. When syntax highlighting
+ % external files, changing any one of these options will result in a new
+ % call to vim and the result will be saved in a different file
+ \c!cache\c!option={\externalfilterparameter\c!start
+ \externalfilterparameter\c!stop
+ \externalfilterparameter\c!syntax
+ \externalfilterparameter\c!strip
+ \externalfilterparameter\c!escape
+ \externalfilterparameter\c!highlight},
% \c!read=\v!yes,
% \c!readcommand=\syntaxhighlighting@read_command,
\c!output=\externalfilterbasefile.vimout,