Skip to content

Releases: cathaysia/tree-sitter-asciidoc

v0.3.0

22 Jan 02:26
Compare
Choose a tag to compare

0.3.0 (2025-01-22)

Features

  • add breaks (1193cf5)
  • add list (3e4ddcf)
  • add scanner.c to build.rs and binding.gpy (e838abd)
  • add single comment (d3805e0)
  • adoc: add admonition (d15ddf6)
  • adoc: add anno marker (6f88e8e)
  • adoc: add code_block injection (f260e77)
  • adoc: add includes directive, fix docuemnt attr, don't allow multi non-number list marker (d518011)
  • adoc: add line contine (b7560ae)
  • adoc: add line_comment and comment_block (2617c43)
  • adoc: add literal block (7238db7)
  • adoc: add Nesting Tables (6b309e7)
  • adoc: add open block (f1edc66)
  • adoc: add passthrough block (71bdcef)
  • adoc: add quoted_block (9b32770)
  • adoc: add reversion line (1042348)
  • adoc: allow anno list after raw block (362e3ca)
  • adoc: allow block inside open block, allow list continuation in list (2637632)
  • adoc: allow document_attr appears in section_block (92cf5c2)
  • adoc: allow dot-separated raw block (e26d186)
  • adoc: allow hard wrap (03ea525)
  • adoc: allow list inside delimit block (f4ffdbc)
  • adoc: allow number appears in anno marker (ce64a23)
  • adoc: allow raw block appears inside delimited block (3376ed2)
  • adoc: allow section_block inside delimited block (61f1f10)
  • adoc: allow table contain list (32b98f3)
  • adoc: better document attr (ac17d97)
  • adoc: complete code injection (8ae5254)
  • adoc: detail table attr (88b004f)
  • adoc: don't using empty line as end of table (166a4a0)
  • adoc: expose checked box (ffa2af5)
  • adoc: hide raw_block lines (eced93d)
  • adoc: impl block macro (6c107a7)
  • adoc: inject latex block (dc983ff)
  • adoc: make block_macro as section block (e026661)
  • adoc: only allow include macro in raw_block (6d42f22)
  • adoc: parse author line (9028a4b)
  • adoc: parse more table (3d82369)
  • adoc: parse table (163890b)
  • adoc: unhidden section block (9e1da14)
  • adoc: update admintion hl (d1b8aa3)
  • adoc: update highlight (10471aa)
  • adoc: update highlight (f50b211)
  • adoc: update inject (6c08293)
  • adoc: update query (96082c4)
  • allow non value document attr (0d18232)
  • asciidoc: add injection (33423ed)
  • asciidoc: add m-list lib (5ca2c54)
  • asciidoc: update queries (69dd079)
  • block: add block title (29cb0ad)
  • block: add paragraph (b2e938d)
  • breaks: make breaks be block also (bad16fb)
  • bump tree-sitter to 0.24.6 (9e697cb)
  • first commit (c500faa)
  • gather fuzz and bench (47bf8ef)
  • parse delimited block and raw block (b3ed2e1)
  • queries: add highlight (08280a4)
  • queries: add hl for element_attr (8ab7e03)
  • queries: add more hl (35699b2)
  • queries: update queries (86cfb0e)
  • query: fix highlight (46b732e)
  • query: update query (bc07a53)
  • query: update query (b097dad)
  • rename to asciidoc (536a615)
  • rename to asciidoc (536a615)
  • rename to loongdoc (3da8c65)
  • sesion: add session attr, fix check_list (b5b52fa)
  • table: add table block (7640ce9)
  • table:...
Read more

v0.2.0

02 Aug 13:50
Compare
Choose a tag to compare

0.2.0 (2024-08-02)

Features

  • adoc: allow list_continuation appears before block (a0106a6)

Bug Fixes