diff options
author | Norbert Preining <norbert@preining.info> | 2021-09-06 03:02:24 +0000 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2021-09-06 03:02:24 +0000 |
commit | b63aa636b82853ca4885c1e90c619cdbcfa72730 (patch) | |
tree | 8ea2ed97d414168876296604f0d082b04c0f4d8a /macros/context | |
parent | b1acf2edfe185dad0e33c76ffd94306f1e4530fe (diff) |
CTAN sync 202109060302
Diffstat (limited to 'macros/context')
7 files changed, 16 insertions, 16 deletions
diff --git a/macros/context/contrib/context-filter/VERSION b/macros/context/contrib/context-filter/VERSION index 407a8336f2..1664ef53fc 100644 --- a/macros/context/contrib/context-filter/VERSION +++ b/macros/context/contrib/context-filter/VERSION @@ -1 +1 @@ -2021.08.24 +2021.09.05 diff --git a/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkiv b/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkiv index 757f4752b0..fee0c31bc5 100644 --- a/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkiv +++ b/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkiv @@ -1,6 +1,6 @@ %D \module %D [ file=t-filter, -%D version=2020.06.29, +%D version=2021.09.05, %D title=\CONTEXT\ User Module, %D subtitle=Filter, %D author=Aditya Mahajan, @@ -9,7 +9,7 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Filter (ver: 2020.06.29)} +\writestatus{loading}{Filter (ver: 2021.09.05)} \startmodule [filter] \usemodule [module-catcodes] @@ -163,8 +163,8 @@ \edef\externalfilter@input_file{\externalfilter@any_filename{#3}} \splitfilename{#3} - %NOTE: \edef doesn not work because \splitoffname is not expandable - \def\externalfilter@base_file {\splitoffname} + %NOTE: \edef doesn not work because \splitoffbase is not expandable + \def\externalfilter@base_file {\splitoffbase} % The output is always in the directory specified by % \c!directory; even if the input is from some other directory diff --git a/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkxl b/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkxl index 0b58be9c7d..3d27c469bc 100644 --- a/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkxl +++ b/macros/context/contrib/context-filter/tex/context/third/filter/t-filter.mkxl @@ -163,8 +163,8 @@ \edef\externalfilter@input_file{\externalfilter@any_filename{#3}} \splitfilename{#3} - %NOTE: \edef doesn not work because \splitoffname is not expandable - \def\externalfilter@base_file {\splitoffname} + %NOTE: \edef doesn not work because \splitoffbase is not expandable + \def\externalfilter@base_file {\splitoffbase} % The output is always in the directory specified by % \c!directory; even if the input is from some other directory diff --git a/macros/context/contrib/context-vim/VERSION b/macros/context/contrib/context-vim/VERSION index 7c85282d38..1664ef53fc 100644 --- a/macros/context/contrib/context-vim/VERSION +++ b/macros/context/contrib/context-vim/VERSION @@ -1 +1 @@ -2021.07.22 +2021.09.05 diff --git a/macros/context/contrib/context-vim/doc/context/third/vim/vim.txt b/macros/context/contrib/context-vim/doc/context/third/vim/vim.txt index 5f88889000..e42a2bdab8 100644 --- a/macros/context/contrib/context-vim/doc/context/third/vim/vim.txt +++ b/macros/context/contrib/context-vim/doc/context/third/vim/vim.txt @@ -98,7 +98,7 @@ you must set shell_escape=t in your `texmf.cnf` file. See this page -[http://wiki.contextgarden.net/write18](http://wiki.contextgarden.net/write18) +[http://wiki.contextgarden.net/Write18](http://wiki.contextgarden.net/Write18) on the ConTeXt wiki for detailed instructions. diff --git a/macros/context/contrib/context-vim/tex/context/third/vim/t-syntax-groups.mkiv b/macros/context/contrib/context-vim/tex/context/third/vim/t-syntax-groups.mkiv index c0327f9a27..0ca38a3375 100644 --- a/macros/context/contrib/context-vim/tex/context/third/vim/t-syntax-groups.mkiv +++ b/macros/context/contrib/context-vim/tex/context/third/vim/t-syntax-groups.mkiv @@ -1,6 +1,6 @@ %D \module %D [ file=t-syntax-groups, -%D version=2021.05.23, +%D version=2021.09.05, %D title=\CONTEXT\ User Module, %D subtitle=Syntax highlighting support, %D author=Aditya Mahajan, @@ -9,7 +9,7 @@ %D email=adityam <at> ieee <dot> org, %D license=Simplified BSD License] -\writestatus{loading}{Syntax highlighting groups (ver: 2021.05.23)} +\writestatus{loading}{Syntax highlighting groups (ver: 2021.09.05)} \startmodule [syntax-group] \usemodule [module-catcodes] @@ -49,8 +49,8 @@ \doifsomething{\syntaxgroupparameter\c!color} { \expanded{\definecolor[\syntaxgroup@namespace-\syntaxgroup@name-color] - [\syntaxgroupparameter\c!color]} - \setupsyntaxgroup[\syntaxgroup@name][\s!parent=\syntaxgroup@namespace,\c!color=\syntaxgroup@namespace-\syntaxgroup@name-color] + [\syntaxgroupparameter\c!color]}% + \expanded{\setupsyntaxgroup[\syntaxgroup@name][\s!parent=\syntaxgroup@namespace,\c!color=\syntaxgroup@namespace-\syntaxgroup@name-color]}% } } }{ diff --git a/macros/context/contrib/context-vim/tex/context/third/vim/t-vim.tex b/macros/context/contrib/context-vim/tex/context/third/vim/t-vim.tex index 16cee73bb0..3c30b9cfd6 100644 --- a/macros/context/contrib/context-vim/tex/context/third/vim/t-vim.tex +++ b/macros/context/contrib/context-vim/tex/context/third/vim/t-vim.tex @@ -1,6 +1,6 @@ %D \module %D [ file=t-vim, -%D version=2021.05.31, +%D version=2021.09.05, %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.05.31)} +\writestatus{loading}{Vim syntax highlighting (ver: 2021.09.05)} \startmodule [vim] \usemodule [filter] % loads module catcodes @@ -221,7 +221,7 @@ \definesyntaxgroup [Include,Define,Macro,PreCondit] - [Preproc] + [PreProc] \definesyntaxgroup [StorageClass,Structure,Typedef] |