1. a8aeeeb runtime(tera): remove unwanted code and fix issues in syntax script by MuntasirSZN · 6 months ago
  2. 0fab891 runtime(vim): Update base-syntax, improve :syntax highlighting by Doug Kearns · 6 months ago
  3. 3dca512 runtime(vim): Update base-syntax and generator, only match valid predefined variables by Doug Kearns · 6 months ago
  4. 14da0fb patch 9.1.1188: runtime(tera): tera support can be improved by MuntasirSZN · 6 months ago
  5. f63c346 runtime(syntax-tests): Improve parts of "runtest.vim" by Aliaksei Budavei · 6 months ago
  6. 6852e5c runtime(syntax-tests): Re-introduce support for "phoney" languages by Aliaksei Budavei · 6 months ago
  7. 6bdfeb0 runtime(vim): Update base-syntax, bug fixes by Doug Kearns · 6 months ago
  8. 2e18fac test(runtime/syntax): improve syntax tests by Eisuke Kawashima · 6 months ago
  9. 7003a5d runtime(syntax-tests): Apply stronger synchronisation between buffers by Aliaksei Budavei · 6 months ago
  10. 60bd140 runtime(vim): Update base-syntax, match Vim9 function calls after "|" by Doug Kearns · 6 months ago
  11. 025dc48 runtime(vim): Update base-syntax, match :CompilerSet and :SynMenu commands by Doug Kearns · 6 months ago
  12. 68ba6c2 runtime(vim): Update base-syntax, improve performance by Doug Kearns · 7 months ago
  13. 4f010c9 runtime(vim): Update base-syntax, always match continuation comments to EOL by Doug Kearns · 7 months ago
  14. a9c0642 runtime(vim): Update base-syntax, match Vim9 boolean and null literals in parens by Doug Kearns · 7 months ago
  15. 1aa287e runtime(vim): Update base-syntax, improve variable matching by Doug Kearns · 7 months ago
  16. a35040f runtime(tex): improve syntax highlighting by Eisuke Kawashima · 7 months ago
  17. 4a530a6 runtime(vim): Update base-syntax, match :debuggreedy count prefix by Doug Kearns · 7 months ago
  18. c273f1a runtime(vim): Update base-syntax, match ternary and falsy operators by Doug Kearns · 7 months ago
  19. 8dec6c2 runtime(vim): Update base-syntax, fix is/isnot operator matching by Doug Kearns · 7 months ago
  20. 2cb8246 runtime(tex): add texEmphStyle to texMatchGroup in syntax script by Christian Brabandt · 8 months ago
  21. e064051 runtime(c): add new constexpr keyword to syntax file (C23) by Doug Kearns · 8 months ago
  22. 866f229 runtime(c): Add missing syntax test files by Doug Kearns · 8 months ago
  23. c2a967a runtime(c): Update syntax and ftplugin files by Doug Kearns · 8 months ago
  24. 5eaacef tests: Load screendump files with "git vimdumps" by Aliaksei Budavei · 8 months ago
  25. 695522d runtime(vim): Update base-syntax, highlight literal string quote escape by Doug Kearns · 8 months ago
  26. 1718e7d runtime(vim): Update base-syntax, improve ex-bang matching by Doug Kearns · 8 months ago
  27. 6139766 runtime(vim): fix failing vim syntax test by h-east · 8 months ago
  28. aa979c7 patch 9.1.0985: Vim9: some ex commands can be shortened by h-east · 8 months ago
  29. 48fa319 syntax(sh): Improve the recognition of bracket expressions by Aliaksei Budavei · 8 months ago
  30. 9b67a2e runtime(vim): Update base-syntax, allow parens in default arguments by Doug Kearns · 8 months ago
  31. bbe5252 runtime(vim): Update base-syntax, improve :normal highlighting by Doug Kearns · 10 months ago
  32. a68bd6f patch 9.1.0823: filetype: Zephyr overlay files not recognized by Xudong Zheng · 10 months ago
  33. 203c722 CI: huge linux builds should also run syntax & indent tests by Christian Brabandt · 10 months ago
  34. 1e2007e runtime(awk): Highlight more awk comments in syntax script by John M Devin · 10 months ago
  35. de79f91 runtime(syntax-tests): tiny vim fails because of line-continuation by Christian Brabandt · 10 months ago
  36. 3e5bbb8 patch 9.1.0807: tests: having 'nolist' in modelines isn't always desired by zeertzjq · 10 months ago
  37. 05d0893 runtime(java): Define javaBlockStart and javaBlockOtherStart hl groups by Aliaksei Budavei · 11 months ago
  38. 818c641 runtime(vim): Update base-syntax file, improve class, enum and interface highlighting by Doug Kearns · 11 months ago
  39. ec02294 patch 9.1.0763: tests: cannot run single syntax tests by Aliaksei Budavei · 11 months ago
  40. 60310a4 runtime(java): Manage circularity for every :syn-included syntax file by Aliaksei Budavei · 11 months ago
  41. 85f054a runtime(java): Recognise the CommonMark form (///) of Javadoc comments by Aliaksei Budavei · 11 months ago
  42. 50423ab runtime(java): Optionally recognise _module_ import declarations by Aliaksei Budavei · 12 months ago
  43. 35699f1 runtime(vim): Update base-syntax, improve folding function matches by Doug Kearns · 12 months ago
  44. 2307945 runtime(java): Optionally recognise all primitive constants in _switch-case_ labels by Aliaksei Budavei · 12 months ago
  45. 5e95c8f runtime(java): Highlight javaConceptKind modifiers with StorageClass by Aliaksei Budavei · 12 months ago
  46. 4d427d4 runtime(vim): Update base-syntax, match Vim9 bool/null literal args to :if/:while/:return by Doug Kearns · 12 months ago
  47. a9ae38d runtime(java): Recognise all available standard doclet tags by Aliaksei Budavei · 12 months ago
  48. 3c07eb0 runtime(vim): Update syntax, improve user-command matching by Doug Kearns · 12 months ago
  49. d817609 runtime(vim): Update base-syntax, match bracket mark ranges by Doug Kearns · 1 year ago
  50. 8556e23 runtime(java): Provide support for syntax preview features by Aliaksei Budavei · 1 year ago
  51. 7866d54 runtime(vim): Update base-syntax, match :loadkeymap after colon and bar by Doug Kearns · 1 year ago
  52. 7884cc7 runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year ago
  53. 2750b83 runtime(java): Make the bundled &foldtext function optional by Aliaksei Budavei · 1 year ago
  54. 6bff6a2 patch 9.1.0681: tests: Analyzing failed screendumps is hard by Aliaksei Budavei · 1 year ago
  55. d164f2a runtime(vim): Update base-syntax, improve :let-heredoc highlighting by Doug Kearns · 1 year, 1 month ago
  56. d33afe1 runtime(syntax-tests): Facilitate the viewing of rendered screendumps by Aliaksei Budavei · 1 year, 1 month ago
  57. 3749dff runtime(java): Tidy up the documentation for "ft-java-syntax" by Aliaksei Budavei · 1 year, 1 month ago
  58. 4d68054 runtime(progress): Add single-line comment syntax by Daniel Smith · 1 year, 1 month ago
  59. 408bd9f runtime(progress): Add syntax test for comments by Daniel Smith · 1 year, 1 month ago
  60. ddbb6fe runtime(vim): Update base-syntax, improve :set highlighting by Doug Kearns · 1 year, 1 month ago
  61. e73e5b8 runtime(java): Optionally highlight the :: token for method references by Aliaksei Budavei · 1 year, 1 month ago
  62. aa49512 runtime(yaml): Fix flow mapping key detection by itchyny · 1 year, 1 month ago
  63. d887fb8 runtime(yaml): Remove orphaned YAML syntax dump files by itchyny · 1 year, 1 month ago
  64. 99984fc runtime(vim): Update base-syntax, improve :map highlighting by Doug Kearns · 1 year, 1 month ago
  65. 080ba2c runtime(vim): Cleanup :match and :loadkeymap syntax test files by Doug Kearns · 1 year, 2 months ago
  66. d65e58f runtime(vim): Update base-syntax, match types in Vim9 variable declarations by Doug Kearns · 1 year, 2 months ago
  67. b5a92d7 runtime(syntax-tests): Stop generating redundant "*_99.dump" files by Aliaksei Budavei · 1 year, 2 months ago
  68. e85fdc7 runtime(vim): Update base-syntax, improve :match command highlighting by Doug Kearns · 1 year, 2 months ago
  69. 7197143 runtime(syntax-tests): Abort and report failed cursor progress by Aliaksei Budavei · 1 year, 2 months ago
  70. d2f4987 runtime(syntax-tests): Introduce self tests for screen dumping by Aliaksei Budavei · 1 year, 3 months ago
  71. cc5482e runtime(syntax-tests): Clear and redraw the ruler line with the shell info by Aliaksei Budavei · 1 year, 3 months ago
  72. 8418446 runtime(syntax-tests): Allow for folded and wrapped lines in syntax test files by Aliaksei Budavei · 1 year, 3 months ago
  73. 01a4fb1 runtime(java): Compose "g:java_highlight_signature" and "g:java_highlight_functions" by Aliaksei Budavei · 1 year, 2 months ago
  74. fc64ac0 runtime(vim): Update base-syntax, fix function tail comments by Doug Kearns · 1 year, 2 months ago
  75. beb02ed runtime(java): Optionally highlight parameterised types by Aliaksei Budavei · 1 year, 2 months ago
  76. 94c5d8a runtime(java): Remove the group exclusion list from @javaTop by Aliaksei Budavei · 1 year, 2 months ago
  77. 371bab0 runtime(java): Fold multi-line comments with the syntax kind of &fdm (#15016) by Aliaksei Budavei · 1 year, 3 months ago
  78. ae321b5 runtime(vim): Update base-syntax, match shebang lines (#15011) by dkearns · 1 year, 3 months ago
  79. 6dd5840 runtime(html): Restore HTML syntax file tests by Doug Kearns · 1 year, 3 months ago
  80. 262e25e runtime(vim): Update base-syntax, match :sleep arg by Doug Kearns · 1 year, 3 months ago
  81. a3bddb7 runtime(vim): Update base-syntax, match :catch and :throw args (#14989) by dkearns · 1 year, 3 months ago
  82. 902b766 runtime(java): Include element values in non-marker annotations (#14979) by Aliaksei Budavei · 1 year, 3 months ago
  83. 31441d5 runtime(vim): Update g:vimsyn_comment_strings dump file tests by Doug Kearns · 1 year, 3 months ago
  84. 959c3c8 runtime(vim): Update base-syntax, configurable comment string highlighting (#14931) by dkearns · 1 year, 3 months ago
  85. 059cbe8 runtime(vim): Update base-syntax, match multiline continued comments (#13936) by dkearns · 1 year, 3 months ago
  86. 6ea3dfe runtime(vim): Remove orphaned screen dump files (#14965) by dkearns · 1 year, 3 months ago
  87. d6b4afb runtime(java): Exclude lambda expressions from _when_ _switch-case_ label clauses (#14945) by Aliaksei Budavei · 1 year, 3 months ago
  88. 92f4e91 runtime(vim): Update base-syntax, allow whitespace before :substitute pattern by Doug Kearns · 1 year, 3 months ago
  89. 7129f2a runtime(java): Improve the matching of lambda expressions (#14880) by Aliaksei Budavei · 1 year, 3 months ago
  90. 2f5ff73 runtime(syntax-tests): Filter out non-Latin-1 characters for syntax tests (#14767) by Aliaksei Budavei · 1 year, 4 months ago
  91. 06bdac1 runtime(java): Stop handpicking syntax groups for @javaTop (#14727) by Aliaksei Budavei · 1 year, 4 months ago
  92. c4d0c8c runtime(java): Improve the recognition of the "indent" method declarations (#14659) by Aliaksei Budavei · 1 year, 4 months ago
  93. a4c085a runtime(java): Improve the recognition of the "style" method declarations by Aliaksei Budavei · 1 year, 4 months ago
  94. 4ba70ca runtime(vim): Update base-syntax, fix nested function folding (#14397) by dkearns · 1 year, 5 months ago
  95. ce06493 runtime(vim): Update base-syntax, add legacy header folding by Doug Kearns · 1 year, 5 months ago
  96. 04e5363 runtime(vim): Improve Vim9 and legacy-script comment highlighting (#13104) by dkearns · 1 year, 5 months ago
  97. e43ace5 runtime(vim): Update base-syntax, no curly-brace names in Vim9 script (#14466) by dkearns · 1 year, 5 months ago
  98. 5ccdcc4 runtime(java): Improve the matching of contextual keywords by Aliaksei Budavei · 1 year, 5 months ago
  99. cc7597c runtime(yaml): improve syntax highlighting for YAML by itchyny · 1 year, 5 months ago
  100. 80aabaa runtime(vim): Distinguish Vim9 builtin object methods from namesake builtin functions (#14348) by Aliaksei Budavei · 1 year, 5 months ago