- 5911ac5 runtime(vim): Update base-syntax, match :filetype in functions by Doug Kearns · 9 weeks ago
- a8b8660 runtime(vim): Update base-syntax, match escape sequences in :command blocks by Doug Kearns · 9 weeks ago
- c233c2e runtime(vim): Update base-syntax and generator, match all default highlight groups by Doug Kearns · 9 weeks ago
- a9b5e4a runtime(vim): Update base-syntax and generator, generate command modifiers by Doug Kearns · 9 weeks ago
- 037c32e runtime(vim): Update base-syntax, match unamed register alias by Doug Kearns · 2 months ago
- ca793e6 runtime(vim): Update base-syntax, match :uniq command by Doug Kearns · 2 months ago
- a931371 runtime(vim): Update base-syntax, match OR operator in :echo and :execute by Doug Kearns · 2 months ago
- 159d392 runtime(java): Complement the recognition of type parameter sections by Aliaksei Budavei · 2 months ago
- dcff497 runtime(vim): Update base-syntax, match bare mark ranges by Doug Kearns · 3 months ago
- 8311e7d runtime(vim): fix incorrect highlighting of User autocmds by zeertzjq · 3 months ago
- 5128920 runtime(vim): Update base-syntax, improve function definition matching by Doug Kearns · 3 months ago
- 274efcc runtime(vim): Update base-syntax, contain let-heredocs by Doug Kearns · 3 months ago
- c413ac7 runtime(java): Match raw-, non-generic-, and generic-type names of "java.lang" by Aliaksei Budavei · 3 months ago
- 834bb85 runtime(vim): vimHLGroup is not highlighted correctly by Eisuke Kawashima · 3 months ago
- 1cccdeb runtime(vim): Update base-syntax, improve Vim9 block start pattern by Doug Kearns · 3 months ago
- 3993cd6 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 3 months ago
- 0aaf6f8 runtime(vim): Update base-syntax, improve :profile highlighting by Doug Kearns · 3 months ago
- 086b3b5 runtime(vim): Update base-syntax, improve :mark and :substitute highlighting by Doug Kearns · 3 months ago
- 570e71a runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 3 months ago
- 1a8be6b runtime(syntax-tests): rename kornshell syntax tests and regenerate 00 dumps by Christian Brabandt · 4 months ago
- b0691b4 runtime(sh): Fix various syntax highlighting problems in ksh93 scripts by Johnothan King · 4 months ago
- 7b5550f runtime(vim): Update base-syntax, improve :import highlighting by Doug Kearns · 4 months ago
- a577e42 runtime(vim): Update base-syntax, improve script-interface command highlighting by Doug Kearns · 4 months ago
- dc7ed8f runtime(html): Optionally fold tags with the "expr" method by Aliaksei Budavei · 4 months ago
- 87947a9 runtime(sh): Update syntax, match KornShell compound arrays by Doug Kearns · 4 months ago
- fe22867 runtime(sh): Update syntax, fix single-quoted strings in parameter expansions by Doug Kearns · 4 months ago
- e957cba runtime(vim): Update base-syntax, match quote separated numbers by Doug Kearns · 4 months ago
- 1c58019 runtime(vim): Update base-syntax, improve enum highlighting by Doug Kearns · 4 months ago
- f57c065 runtime(sh): Update syntax, highlight escaped chars in test expressions by Doug Kearns · 4 months ago
- 910bfd5 runtime(java): Consent to HTML tags folding in Javadoc comments by Aliaksei Budavei · 4 months ago
- b9ffbf5 runtime(vim): Update base-syntax, fix inline Vim9 dict comments at SOL by Doug Kearns · 4 months ago
- fbe4a8f runtime(doc): Fix notation of "Vim script" and "Vim9 script" by Hirohito Higashi · 4 months ago
- c29b533 runtime(vim): Update base-syntax, match continued strings and tail comments by Doug Kearns · 4 months ago
- fa3b104 runtime(vim): Update base-syntax, improve :autocmd highlighting by Doug Kearns · 5 months ago
- d82f3ca runtime(sh): Do not look up a "sh" utility in $PATH for "sh_13.sh" by Aliaksei Budavei · 5 months ago
- 9b171bd runtime(vim): Update-base-syntax, match full :*grep, :make, :sort and :filter commands by Doug Kearns · 5 months ago
- 520a2c7 runtime(vim): Update base-syntax, improve :command highlighting by Doug Kearns · 5 months ago
- 2f5a8c0 runtime(vim): Update base-syntax, match full :redir command by Doug Kearns · 5 months ago
- 2a6be83 runtime(vim): Update base-syntax, improve :set backslash handling by Doug Kearns · 5 months ago
- 6099db9 runtime(sh): Update syntax file, command substitution opening paren at EOL by Doug Kearns · 5 months ago
- 1054b18 runtime(java): Make changes for JDK 24 in syntax script by Aliaksei Budavei · 5 months ago
- 722fbd1 runtime(vim): Update base-syntax, match tuples by Doug Kearns · 5 months ago
- adb703e runtime(vim): Update base-syntax, match protected constructors by Doug Kearns · 6 months ago
- dd3f1c0 runtime(vim): Update base-syntax, match multiline return types by Doug Kearns · 6 months ago
- 0fab891 runtime(vim): Update base-syntax, improve :syntax highlighting by Doug Kearns · 6 months ago
- 3dca512 runtime(vim): Update base-syntax and generator, only match valid predefined variables by Doug Kearns · 6 months ago
- 14da0fb patch 9.1.1188: runtime(tera): tera support can be improved by MuntasirSZN · 6 months ago
- 6bdfeb0 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 6 months ago
- 60bd140 runtime(vim): Update base-syntax, match Vim9 function calls after "|" by Doug Kearns · 6 months ago
- 025dc48 runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands by Doug Kearns · 6 months ago
- 68ba6c2 runtime(vim): Update base-syntax, improve performance by Doug Kearns · 7 months ago
- 4f010c9 runtime(vim): Update base-syntax, always match continuation comments to EOL by Doug Kearns · 7 months ago
- a9c0642 runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens by Doug Kearns · 7 months ago
- 1aa287e runtime(vim): Update base-syntax, improve variable matching by Doug Kearns · 7 months ago
- a35040f runtime(tex): improve syntax highlighting by Eisuke Kawashima · 7 months ago
- 4a530a6 runtime(vim): Update base-syntax, match :debuggreedy count prefix by Doug Kearns · 7 months ago
- c273f1a runtime(vim): Update base-syntax, match ternary and falsy operators by Doug Kearns · 8 months ago
- 8dec6c2 runtime(vim): Update base-syntax, fix is/isnot operator matching by Doug Kearns · 8 months ago
- 2cb8246 runtime(tex): add texEmphStyle to texMatchGroup in syntax script by Christian Brabandt · 8 months ago
- e064051 runtime(c): add new constexpr keyword to syntax file (C23) by Doug Kearns · 8 months ago
- 866f229 runtime(c): Add missing syntax test files by Doug Kearns · 8 months ago
- 695522d runtime(vim): Update base-syntax, highlight literal string quote escape by Doug Kearns · 8 months ago
- 1718e7d runtime(vim): Update base-syntax, improve ex-bang matching by Doug Kearns · 8 months ago
- 48fa319 syntax(sh): Improve the recognition of bracket expressions by Aliaksei Budavei · 8 months ago
- 9b67a2e runtime(vim): Update base-syntax, allow parens in default arguments by Doug Kearns · 8 months ago
- bbe5252 runtime(vim): Update base-syntax, improve :normal highlighting by Doug Kearns · 10 months ago
- a68bd6f patch 9.1.0823: filetype: Zephyr overlay files not recognized by Xudong Zheng · 10 months ago
- 1e2007e runtime(awk): Highlight more awk comments in syntax script by John M Devin · 10 months ago
- 05d0893 runtime(java): Define javaBlockStart and javaBlockOtherStart hl groups by Aliaksei Budavei · 11 months ago
- 818c641 runtime(vim): Update base-syntax file, improve class, enum and interface highlighting by Doug Kearns · 11 months ago
- ec02294 patch 9.1.0763: tests: cannot run single syntax tests by Aliaksei Budavei · 11 months ago
- 60310a4 runtime(java): Manage circularity for every :syn-included syntax file by Aliaksei Budavei · 11 months ago
- 85f054a runtime(java): Recognise the CommonMark form (///) of Javadoc comments by Aliaksei Budavei · 11 months ago
- 50423ab runtime(java): Optionally recognise _module_ import declarations by Aliaksei Budavei · 12 months ago
- 35699f1 runtime(vim): Update base-syntax, improve folding function matches by Doug Kearns · 12 months ago
- 2307945 runtime(java): Optionally recognise all primitive constants in _switch-case_ labels by Aliaksei Budavei · 12 months ago
- 5e95c8f runtime(java): Highlight javaConceptKind modifiers with StorageClass by Aliaksei Budavei · 12 months ago
- 4d427d4 runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return by Doug Kearns · 12 months ago
- a9ae38d runtime(java): Recognise all available standard doclet tags by Aliaksei Budavei · 12 months ago
- 3c07eb0 runtime(vim): Update syntax, improve user-command matching by Doug Kearns · 1 year ago
- d817609 runtime(vim): Update base-syntax, match bracket mark ranges by Doug Kearns · 1 year ago
- 8556e23 runtime(java): Provide support for syntax preview features by Aliaksei Budavei · 1 year ago
- 7866d54 runtime(vim): Update base-syntax, match :loadkeymap after colon and bar by Doug Kearns · 1 year ago
- 7884cc7 runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year ago
- 2750b83 runtime(java): Make the bundled &foldtext function optional by Aliaksei Budavei · 1 year ago
- d164f2a runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year, 1 month ago
- 4d68054 runtime(progress): Add single-line comment syntax by Daniel Smith · 1 year, 1 month ago
- 408bd9f runtime(progress): Add syntax test for comments by Daniel Smith · 1 year, 1 month ago
- ddbb6fe runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 1 year, 1 month ago
- e73e5b8 runtime(java): Optionally highlight the :: token for method references by Aliaksei Budavei · 1 year, 1 month ago
- aa49512 runtime(yaml): Fix flow mapping key detection by itchyny · 1 year, 2 months ago
- 99984fc runtime(vim): Update base-syntax, improve :map highlighting by Doug Kearns · 1 year, 2 months ago
- 080ba2c runtime(vim): Cleanup :match and :loadkeymap syntax test files by Doug Kearns · 1 year, 2 months ago
- d65e58f runtime(vim): Update base-syntax, match types in Vim9 variable declarations by Doug Kearns · 1 year, 2 months ago
- e85fdc7 runtime(vim): Update base-syntax, improve :match command highlighting by Doug Kearns · 1 year, 2 months ago
- d2f4987 runtime(syntax-tests): Introduce self tests for screen dumping by Aliaksei Budavei · 1 year, 3 months ago
- 01a4fb1 runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" by Aliaksei Budavei · 1 year, 2 months ago
- fc64ac0 runtime(vim): Update base-syntax, fix function tail comments by Doug Kearns · 1 year, 3 months ago
- beb02ed runtime(java): Optionally highlight parameterised types by Aliaksei Budavei · 1 year, 3 months ago
- 94c5d8a runtime(java): Remove the group exclusion list from @javaTop by Aliaksei Budavei · 1 year, 3 months ago