- b55f022 runtime(vim): Sync syntax generator base file with output file. by Doug Kearns · 5 months ago
- 0fab891 runtime(vim): Update base-syntax, improve :syntax highlighting by Doug Kearns · 5 months ago
- 3dca512 runtime(vim): Update base-syntax and generator, only match valid predefined variables by Doug Kearns · 5 months ago
- 6bdfeb0 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 5 months ago
- 60bd140 runtime(vim): Update base-syntax, match Vim9 function calls after "|" by Doug Kearns · 5 months ago
- 025dc48 runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands by Doug Kearns · 5 months ago
- 68ba6c2 runtime(vim): Update base-syntax, improve performance by Doug Kearns · 6 months ago
- 4f010c9 runtime(vim): Update base-syntax, always match continuation comments to EOL by Doug Kearns · 6 months ago
- a9c0642 runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens by Doug Kearns · 6 months ago
- 1aa287e runtime(vim): Update base-syntax, improve variable matching by Doug Kearns · 6 months ago
- 4a530a6 runtime(vim): Update base-syntax, match :debuggreedy count prefix by Doug Kearns · 6 months ago
- c273f1a runtime(vim): Update base-syntax, match ternary and falsy operators by Doug Kearns · 7 months ago
- 8dec6c2 runtime(vim): Update base-syntax, fix is/isnot operator matching by Doug Kearns · 7 months ago
- 695522d runtime(vim): Update base-syntax, highlight literal string quote escape by Doug Kearns · 7 months ago
- 1718e7d runtime(vim): Update base-syntax, improve ex-bang matching by Doug Kearns · 7 months ago
- 6139766 runtime(vim): fix failing vim syntax test by h-east · 7 months ago
- 9b67a2e runtime(vim): Update base-syntax, allow parens in default arguments by Doug Kearns · 7 months ago
- bbe5252 runtime(vim): Update base-syntax, improve :normal highlighting by Doug Kearns · 9 months ago
- 818c641 runtime(vim): Update base-syntax file, improve class, enum and interface highlighting by Doug Kearns · 10 months ago
- 35699f1 runtime(vim): Update base-syntax, improve folding function matches by Doug Kearns · 11 months ago
- 4d427d4 runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return by Doug Kearns · 11 months ago
- 3c07eb0 runtime(vim): Update syntax, improve user-command matching by Doug Kearns · 11 months ago
- d817609 runtime(vim): Update base-syntax, match bracket mark ranges by Doug Kearns · 11 months ago
- 7866d54 runtime(vim): Update base-syntax, match :loadkeymap after colon and bar by Doug Kearns · 12 months ago
- 7884cc7 runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 12 months ago
- 95e9078 runtime(vim): Improve heredoc handling for all embedded scripts by Ken Takata · 12 months ago
- d164f2a runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 12 months ago
- ddbb6fe runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 1 year ago
- 99984fc runtime(vim): Update base-syntax, improve :map highlighting by Doug Kearns · 1 year, 1 month ago
- d65e58f runtime(vim): Update base-syntax, match types in Vim9 variable declarations by Doug Kearns · 1 year, 1 month ago
- e85fdc7 runtime(vim): Update base-syntax, improve :match command highlighting by Doug Kearns · 1 year, 1 month ago
- fc64ac0 runtime(vim): Update base-syntax, fix function tail comments by Doug Kearns · 1 year, 2 months ago
- 84ac212 runtime(doc): Fix typos in several documents by h-east · 1 year, 2 months ago
- ae321b5 runtime(vim): Update base-syntax, match shebang lines (#15011) by dkearns · 1 year, 2 months ago
- 262e25e runtime(vim): Update base-syntax, match :sleep arg by Doug Kearns · 1 year, 2 months ago
- a3bddb7 runtime(vim): Update base-syntax, match :catch and :throw args (#14989) by dkearns · 1 year, 2 months ago
- 959c3c8 runtime(vim): Update base-syntax, configurable comment string highlighting (#14931) by dkearns · 1 year, 2 months ago
- 059cbe8 runtime(vim): Update base-syntax, match multiline continued comments (#13936) by dkearns · 1 year, 2 months ago
- 92f4e91 runtime(vim): Update base-syntax, allow whitespace before :substitute pattern by Doug Kearns · 1 year, 2 months ago
- c984b2f runtime(vim): fix syntax vim bug (Close #14858) (#14861) by h_east · 1 year, 2 months ago
- 4ba70ca runtime(vim): Update base-syntax, fix nested function folding (#14397) by dkearns · 1 year, 4 months ago
- ce06493 runtime(vim): Update base-syntax, add legacy header folding by Doug Kearns · 1 year, 4 months ago
- 04e5363 runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104) by dkearns · 1 year, 4 months ago
- e43ace5 runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466) by dkearns · 1 year, 4 months ago
- 80aabaa runtime(vim): Distinguish Vim9 builtin object methods from namesake builtin functions (#14348) by Aliaksei Budavei · 1 year, 4 months ago
- 982e191 runtime(vim): Update base-syntax, match empty blob and :abclear modifiers (#14318) by dkearns · 1 year, 4 months ago
- 76d6298 runtime(vim): Update base-syntax, remove old unused syntax groups. (#14146) by dkearns · 1 year, 5 months ago
- 35e6f4c runtime(vim): Update base-syntax, improve function definition highlighting (#14203) by dkearns · 1 year, 5 months ago
- ec21baf runtime(vim): Update base-syntax, disallow '.' at start of menu item names (#14232) by dkearns · 1 year, 5 months ago
- 9530fe4 runtime(vim): Update base-syntax, improve :highlight command (#14228) by dkearns · 1 year, 5 months ago
- 61887b3 runtime(vim): Update base-syntax, improve :echo and :execute highlighting (#14199) by dkearns · 1 year, 5 months ago
- 5cd86c6 runtime(vim): Update base-syntax, improve number matching (#14175) by dkearns · 1 year, 5 months ago
- 5d67aef runtime(vim): Update base-syntax, improve :map highlighting (#14141) by dkearns · 1 year, 5 months ago
- 62b2604 runtime(vim): Update base-syntax, improve :menu{,translate} highlighting (#14162) by dkearns · 1 year, 5 months ago
- e5c9ba6 runtime(vim): Update base-syntax, fix escaping :syn and :hi sub-groups (#14137) by dkearns · 1 year, 5 months ago
- 691aee8 runtime(vim): Update base-syntax, fix issue #14135 (#14136) by dkearns · 1 year, 5 months ago
- c4aef9a runtime(vim): Update base-syntax, improve :augroup highlighting (#14125) by dkearns · 1 year, 5 months ago
- b1427b4 runtime(vim): Update base-syntax, improve :echo highlighting (#14103) by dkearns · 1 year, 5 months ago
- 2c51e15 runtime(vim): Update syntax file, improve :substitute matching (#14093) by dkearns · 1 year, 5 months ago
- 1624970 runtime(vim): Update base-syntax, fix :unabbrev highlighting (#14077) by dkearns · 1 year, 6 months ago
- f9ca139 runtime(misc): announce adoption of various runtime files by Christian Brabandt · 1 year, 6 months ago
- dfcef89 runtime(vim): Distinguish Vim9 constructor definitions from the :new ex command (#14050) by Aliaksei Budavei · 1 year, 6 months ago
- 1633de8 runtime(vim): Update base-syntax, remove unused vimString region by Doug Kearns · 1 year, 6 months ago
- fe6d5b0 runtime(vim): Update base-syntax, fix :behave highlighting by Doug Kearns · 1 year, 6 months ago
- 5c3855b runtime(vim): update Vim Syntax generator by h-east · 1 year, 6 months ago
- 9b53c05 runtime(vim): include Vim Syntax generator by h-east · 1 year, 6 months ago