purescript-contrib / purescript-vim

Syntax highlighting and indentation for PureScript
BSD 2-Clause "Simplified" License
154 stars 35 forks source link

Support bicameral scripts beyond Latin #85

Closed toastal closed 2 years ago

toastal commented 2 years ago

PureScript does support these, so the syntax highlighter should as well. Curiously, [[:alpha:]] does not, but [[:upper:][:lower:]] does (at least on my machine).

Checklist:

toastal commented 2 years ago

@JordanMartinez yes, now you can do variables in

In theory anyways. I'm not 100% sure that the Haskell uppercase supports these or the Regex engine all to the tee but at least Greek and Cyrillic worked for me.

JordanMartinez commented 2 years ago

If it doesn't work, we could always revert this change.

JordanMartinez commented 2 years ago

Anything else I need to do to make this work for you?