nushell / tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
MIT License
121 stars 27 forks source link

Fix highlight of `where` command as builtin #101

Closed hedyhli closed 5 months ago

hedyhli commented 5 months ago

Apologies, in #100 I hadn't realized the where command is special-cased in the parser and hence requires a separate capture to highlight properly. This ensures the where command is also highlighted as built-in.

fdncred commented 5 months ago

thanks