Skip to content

Releases: gap-system/tree-sitter-gaptst

v0.4.2

27 Dec 00:19
Compare
Choose a tag to compare

0.4.2 (2024-12-27)

Features

  • Improve highlight query (8f7b4d5)

Bug Fixes

v0.4.1

29 Aug 17:01
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Standardize on lowercase gap everywhere. (12d766a)
  • Tools previously using the tree-sitter-gaptst package
    should now change the grammar name from GAPtst to gaptst.

Features

v0.4.0

30 May 14:25
Compare
Choose a tag to compare

This is the first tree-sitter-gaptst release. The grammar should now correctly parse GAP test files, including test files with mixed input and output. Highlighting of GAP code within test cases and #@ test configuration lines is done via language injections to the base tree-sitter-gap language.

This release also contains corpus files, consisting of all .tst files from the v4.13.0 GAP source code as well as the distributed GAP packages. The GAP test corpus available in corpus_gap_tst_v4.13.0.tar.gz and the GAP package test corpus available in corpus_pkg_tst_v4.13.0.tar.gz.