issues
search
Konafets
/
antlers-idea
Adds support for Antlers, the templating language of Statamic
MIT License
16
stars
1
forks
source link
Change the grammar for `if` and `unless` to improve the PSI structure
#125
Closed
Konafets
closed
1 year ago
Konafets
commented
1 year ago
Remove useless PSI nodes from the tree
The closing nodes
/if
and
/unless
where lexed as one token. To improve the highlighting, we split those chars into two, already existing, tokens.
/if
and/unless
where lexed as one token. To improve the highlighting, we split those chars into two, already existing, tokens.