Skip to content

Releases: nvim-neorg/tree-sitter-norg-meta

v0.1.0

13 Apr 17:13
Compare
Choose a tag to compare

0.1.0 (2024-04-13)

⚠ BREAKING CHANGES

  • rewrite the parser to be more error prone

Features

  • add luarocks support (2673f0e)
  • basic delimiter support (7268ed1)
  • basic statement_group support (90a73d1)
  • change some node names, add support for nested objects + arrays, write new tests (7c9057c)
  • crude trailing modifier support (22ae523)
  • rewrite parser to make it more flexible (35d9f25)
  • rewrite the parser to be more error prone (0a00389)
  • veeery crude named delimiter support (17741af)

Bug Fixes

  • allow one-char values for pairs (4687b53)
  • ast: don't make the separator a part of key (bf5a57d)
  • broken parsing of values with special chars (e93dcbc)
  • incorrect detection of trailing modifiers (#3) (323ef05)
  • multi word descriptions (ab7f37f)
  • remove hard-coded space groups (99b1ffc)
  • repo links (8d9792b)