Commit 0e54134
authored
fix(styx): update highlights.scm to use > for attributes (#140)
## Summary
- Updates highlights.scm to use `>` instead of `=` for attribute
separators
The grammar was updated in cdb75ab to use `>` instead of `=` for
attribute separators, but highlights.scm was not updated to match. This
caused query validation to fail with "Invalid node type >", breaking
Styx syntax highlighting completely.
## Test plan
- [x] `cargo xtask grammar-test styx` passes1 parent d739550 commit 0e54134
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments