nushell / tree-sitter-nu

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

Fix highlight of `where` command as builtin #101

Closed hedyhli closed 3 months ago

hedyhli commented 3 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 3 months ago

thanks