diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-06 11:22:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-06 11:22:55 +0100 |
commit | 946c2a8ee85830c543e389724575ae531e89b170 (patch) | |
tree | 23aa73c016b3f3941917605cd1742dfe8ca7e1fd /runtime/doc/syntax.txt | |
parent | 8f03014e8861df7f49bf4e1dbdfcc20e1611ce35 (diff) | |
parent | c348f84f218434580209a2c52552ba8fbbf1864b (diff) | |
download | rneovim-946c2a8ee85830c543e389724575ae531e89b170.tar.gz rneovim-946c2a8ee85830c543e389724575ae531e89b170.tar.bz2 rneovim-946c2a8ee85830c543e389724575ae531e89b170.zip |
Merge #7491 'vim-patch: runtime'
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index cbaa2916e6..d87825e489 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -2616,9 +2616,9 @@ later, and part earlier) adds. RESTRUCTURED TEXT *rst.vim* *ft-rst-syntax* -You may set what syntax definitions should be used for code blocks via +You may set what syntax definitions should be used for code blocks via > let rst_syntax_code_list = ['vim', 'lisp', ...] - +< REXX *rexx.vim* *ft-rexx-syntax* |