Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Jun 02:32

1.0.0 (2023-06-23)

Features

  • add __loc (048b8ab)
  • add arguments node for call arguments (5be42c8)
  • add extra nodes for members and named_argument (9251b9e)
  • add release please and fuzz action (b5d48ce)
  • add tests, add block rule and apply where necessary, and fix some rules (#1) (9da263a)
  • complete the queries and grammar (9b2b6a3)
  • grammar: Add provides type to struct definition (f8756b1)
  • Initial working parser (1cc3a83)
  • properly handle some edge cases (846ccc3)
  • properly parse multiline string literals with more than 3 immediate starting/ending quotes (3a83ea3)
  • queries: add folds, indents, injections, locals, and tags, update highlights (f3122c6)
  • v0.0.2 (af8a2d4)
  • v0.0.3 (5fd795a)

Bug Fixes

  • remove None as a special rule (1d89837)
  • strings with quoted text immediately followed by triple quotes were not being parsed correctly (c72e244)
  • use a stateful scanner to keep track of quote count to avoid infinite loop bug (49733fd)