diff options
author | Karl Berry <karl@freefriends.org> | 2015-05-15 21:48:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-05-15 21:48:27 +0000 |
commit | 4d401c525d61b9b3c1523cfc58d9f6b5e94f6cfa (patch) | |
tree | e3aab162c3c5cab53d70148a294fec2cb44f5838 /Master/texmf-dist/tex/context | |
parent | a548ec3bc5488db7ddf39fe5192cd080f5f85374 (diff) |
context-vim (15may15)
git-svn-id: svn://tug.org/texlive/trunk@37413 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.mkiv | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv index fe529086c61..f51ebe2d7b6 100644 --- a/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv +++ b/Master/texmf-dist/tex/context/third/vim/t-syntax-highlight.mkiv @@ -1,6 +1,6 @@ %D \module
%D [ file=t-syntax-highlight,
-%D version=2014.08.13,
+%D version=2015.05.14,
%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: 2014.08.13)}
+\writestatus{loading}{Code syntax highlighting (ver: 2015.05.14)}
\startmodule [syntax-highlight]
\usemodule [syntax-groups]
@@ -86,11 +86,13 @@ {\dorecurse{##1}{\obeyedspace}}%
\forgetall
+ \usealignparameter\externalfilterparameter
\doifinset{\externalfilterparameter\c!option}{\v!packed}
{\setupwhitespace[\v!none,\v!flexible]}%
\doadaptleftskip{\externalfilterparameter\c!margin}%
+ \setbreakpoints[compound]% Only works is `option=hyphenated` is set.
\doifnotinset{\externalfilterparameter\c!option}{\v!hyphenated}
{\language\minusone}%
@@ -155,7 +157,7 @@ \c!location=\v!paragraph,
\c!style=\tttf,
\c!color=,
- \c!align={\v!flushleft,\v!nothyphenated}, %Does not work due to \forgetall
+ \c!align={\v!flushleft,\v!nothyphenated},
\c!filtercommand=echo, % placeholder
\c!continue=yes,
\c!read=\v!yes,
|