Closed amcoder closed 7 months ago
When another attribute comes after Fact or ClassData, such as Trait, the TS query was not selecting that test. This fixes the TS query so that it allows other attributes after the test attribute.
Fact
ClassData
Trait
Fixes #96
I don't know tree-sitter queries very well, so if there is a better way to do this let me know!
When another attribute comes after
Fact
orClassData
, such asTrait
, the TS query was not selecting that test. This fixes the TS query so that it allows other attributes after the test attribute.Fixes #96