Releases: nvim-neorg/tree-sitter-norg
Releases · nvim-neorg/tree-sitter-norg
v0.2.6
v0.2.5
v0.2.4
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
0.1.0 (2024-04-13)
Features
- add 'close' conflict, partially doesn't work as of now (74a97e8)
- add
m_IsInVerbatimTag
variable (2f62ef9) - add
trailing_modifier
node (c7c5136) - add a chunk of comments to the code (6ce9ea5)
- add basic indent segments (025a5bc)
- add basic support for anchor declarations (3f0541c)
- add basic support for nested markup (w/ modifier stack) (1c42eb7)
- add basic test (fe8e362)
- add detached modifier fallbacks to non-headings (e3d4779)
- add infecting_tag_set to markers (46b169e)
- add inline math and variable reference attached modifiers (6cd003f)
- add release-please (ba2e82c)
- add remaining attached modifiers (3be0331)
- add remaning scoped attached modifiers (91eb35b)
- add serialization, change ranged tag parsing, fix escape sequences within nested modifiers (89202c8)
- add support for
[-]
won't complete TODO items (9828598) - add support for anchor declarations and definitions (1a74d6c)
- add support for attached modifiers (#14) (6440b84)
- add support for building with swift package manager (#52) (014073f)
- add support for footnotes (2d39b34)
- add support for link modifiers (7fc3620)
- add support for multi-paragraph definitions (dfa8bd3)
- add support for new
#
indent segment syntax (4d30835) - add support for new link parsing (a515b87)
- add support for new syntax (external file links) (be4a4df)
- add support for on-hold, cancelled and urgent TODO items (5c8c510)
- add support for paragraphs to exist within (un)ordered links (25b5de9)
- add support for stricter attached modifier parsing (c352c13)
- add support for the single-line definition (087bd61)
- add very basic support for the new link type (4dceec1)
- allow anchors to exist in un/ordered links (e6fcc1e)
- allow entire
paragraph
inside of quotes (636bc42) - allow every detached modifier to have the TODO item extension (0381e70)
- also add inline link target locations (ce62f2a)
- always fail when parsing an incorrect char for TODO items (e7a3850)
- attached modifier extensions (attributes) (9111905)
- basic implementation of scoped attached modifiers (1125bf0)
- basic table cell syntax support (eb975dc)
- better insertions and use
std::iswpunct
(dc8dbb7) - carryover tag syntax: switch from
$
to#
(9408af4) - carryover vs. infecting single-line tags (b7d3b25)
- change
@
=>/
for external link locations, add timestamp support (41341b3) - continue work on attached modifiers (create foundation for full nesting) (37db1f0)
- definition syntax: switch from
:
to$
(45b4859) - drawer range-able detached mod (46feba1)
- extend infecting_tag_set to non-nestable detached mods (f0c2980)
- finalize indent segment support (ecba7cb)
- finalize link syntax + fix parser bugs (4700fdf)
- finalize syntax tree (42d1a27)
- finish up support for links (1b6ab8e)
- fix issues related to links and TODO items (e167b59)
- fix remaining issues with attached modifiers (2f1edb6)
- greedily use paragraph instead of manual segments inside of ranged tag contents (79e75f1)
- hide unnecessary nodes from the AST (4649fe1)
- implement core attached modifier stack (dd10a77)
- implement infirm tag (bcca03e)
- implement line numbers in links; remove drawers (use
|group
) (0158b6c) - implement link target scoping (c1044c7)
- intersecting modifier (50e0ce0)
- link list: allow nesting link lists inside of generic lists (995d7e0)
- luarocks support (9766442)
- macro-invocation tag (2892d24)
- make all tag types work, add tests, fix markup within ranged tags (540ad8b)
- make attached modifiers work again (ba0ead2)
- make line and paragra...