comparison runtime/doc/syntax.txt @ 18130:1e5672da6a69

Updte runtime files Commit: https://github.com/vim/vim/commit/589edb340454e7f1b19358f129287a636d53d0e1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 20 14:38:13 2019 +0200 Updte runtime files
author Bram Moolenaar <Bram@vim.org>
date Fri, 20 Sep 2019 14:45:05 +0200
parents 6650e3dff8d4
children 375a7ecdb351
comparison
equal deleted inserted replaced
18129:52078b0635f7 18130:1e5672da6a69
1 *syntax.txt* For Vim version 8.1. Last change: 2019 Jul 15 1 *syntax.txt* For Vim version 8.1. Last change: 2019 Sep 19
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1919 to a larger number: > 1919 to a larger number: >
1920 :let java_minlines = 50 1920 :let java_minlines = 50
1921 This will make the syntax synchronization start 50 lines before the first 1921 This will make the syntax synchronization start 50 lines before the first
1922 displayed line. The default value is 10. The disadvantage of using a larger 1922 displayed line. The default value is 10. The disadvantage of using a larger
1923 number is that redrawing can become slow. 1923 number is that redrawing can become slow.
1924
1925
1926 JSON *json.vim* *ft-json-syntax*
1927
1928 The json syntax file provides syntax highlighting with conceal support by
1929 default. To disable concealment: >
1930 let g:vim_json_conceal = 0
1931
1932 To disable syntax highlighting of errors: >
1933 let g:vim_json_warnings = 0
1924 1934
1925 1935
1926 LACE *lace.vim* *ft-lace-syntax* 1936 LACE *lace.vim* *ft-lace-syntax*
1927 1937
1928 Lace (Language for Assembly of Classes in Eiffel) is case insensitive, but the 1938 Lace (Language for Assembly of Classes in Eiffel) is case insensitive, but the