Skip to content

Tags: Mango0x45/tree-sitter-gsp

Tags

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v2.0.0

This release completely rewrites the tree-sitter grammar to make it
nicer to work with, as well as reflecting the new syntax rules coming to
GSP.  It also updates all the neovim queries accordingly.

v1.2.1

Toggle v1.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.2.1

This release fixes a bug in the highlighting queries.

v1.2.0

Toggle v1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.2.0

This release of tree-sitter-gsp adds experimental support for comments.

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss

v1.1.0

Toggle v1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.1.0

This release of tree-sitter-gsp reworks the grammar a little bit, and
adds Neovim support.

v1.0.3

Toggle v1.0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.0.3

This release fixes a really bad bug in the previous release that caused
the parser to use all the system memory and eventually crash.

v1.0.2

Toggle v1.0.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.0.2

This release of tree-sitter-gsp properly handles all unicode whitespace,
which is the behavior of GSP.  You may now use things such as
non-breaking spaces between your node names and attribute lists.

v1.0.1

Toggle v1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.0.1

This release of tree-sitter-gsp updates the syntax to be inline with GSP
v2.0.0

v1.0.0

Toggle v1.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Mango0x45 Thomas Voss
v1.0.0

This is the initial release of the GSP tree-sitter parser.