kyleect / locks

A toy language branched from Lox to learn language implementation and tooling. Forked from loxcraft
https://kyleect.github.io/locks/#/docs
MIT License
0 stars 0 forks source link

A syntax highlighting support for functions with a space between identifier and args #138

Open kyleect opened 6 months ago

kyleect commented 6 months ago
fn test() {}

// vs

fn test () {} // Isn't highlighted correctly