nushell / tree-sitter-nu

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

Exports fail to highlight after first occurence #34

Closed JosephTLyons closed 9 months ago

JosephTLyons commented 10 months ago

Zed

SCR-20231129-pcpz

Helix

SCR-20231129-pcts
export const GAMMA = 0.5772156649015329
export const E = 2.718281828459045
export const PI = 3.141592653589793
export const TAU = 6.283185307179586
export const PHI = 1.618033988749895

https://github.com/nushell/nushell/blob/main/crates/nu-std/std/math.nu

fdncred commented 10 months ago

We definitely need some help with tree-sitter. It's pretty foreign to most of our maintainers.