jcubic / gaiman

Gaiman: Text based game engine and programming language
https://gaiman.js.org
GNU General Public License v3.0
138 stars 11 forks source link

Codemirror Syntax highlighting for upper case identifiers #61

Closed jcubic closed 2 years ago

jcubic commented 2 years ago

Improper syntax highlighting for:

let Foo = 10

def Foo()

end

Uppercase letter is white.