Skip to content

v4.7.0

Compare
Choose a tag to compare
@Iron-E Iron-E released this 06 May 20:16
· 214 commits to master-v4 since this release
657120f

Added

  • Lua: highlight debug as @debug
  • Lua: highlight error as @exception
  • Lua: highlight ... as builtin variable
  • Lua: highlight in as @repeat (make it consistent with other langauges)
  • Markdown: highlight . in 1. as @punctuation.delimiter
  • Markdown: link label highlighting
  • Vimdoc: improve concealability
  • text_math palette color

Changed

  • Make macro delimiters consistent across languages
  • Make H1…H6 consistent across languages
  • Markdown: general improvements
  • Vim: general improvements

Fixed

  • Lua: variables show as constants
  • Markdown: inline LaTeX
  • Parsers attach with invalid directives
  • Importing has improper attributes

Removed

  • Deduplicate queries with upstream nvim-treesitter (some of them got merged)