comparison runtime/doc/syntax.txt @ 21499:3a1ed539ae2a

Update runtime files. Commit: https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 26 17:00:44 2020 +0200 Update runtime files.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jul 2020 17:15:05 +0200
parents 21fb2a3ad3ca
children 1b345fb68ae3
comparison
equal deleted inserted replaced
21498:134699e667ee 21499:3a1ed539ae2a
1935 characters. If you prefer to have them highlighted differently you must define 1935 characters. If you prefer to have them highlighted differently you must define
1936 new highlightings for the following groups.: 1936 new highlightings for the following groups.:
1937 Debug, DebugSpecial, DebugString, DebugBoolean, DebugType 1937 Debug, DebugSpecial, DebugString, DebugBoolean, DebugType
1938 which are used for the statement itself, special characters used in debug 1938 which are used for the statement itself, special characters used in debug
1939 strings, strings, boolean constants and types (this, super) respectively. I 1939 strings, strings, boolean constants and types (this, super) respectively. I
1940 have opted to chose another background for those statements. 1940 have opted to choose another background for those statements.
1941 1941
1942 Javadoc is a program that takes special comments out of Java program files and 1942 Javadoc is a program that takes special comments out of Java program files and
1943 creates HTML pages. The standard configuration will highlight this HTML code 1943 creates HTML pages. The standard configuration will highlight this HTML code
1944 similarly to HTML files (see |html.vim|). You can even add Javascript 1944 similarly to HTML files (see |html.vim|). You can even add Javascript
1945 and CSS inside this code (see below). There are four differences however: 1945 and CSS inside this code (see below). There are four differences however: