mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 12:27:42 +03:00
Add Unicode support to PureScript's highlight queries (#8338)
This commit is contained in:
parent
1c88432efc
commit
651fd1ca72
1 changed files with 4 additions and 0 deletions
|
@ -56,9 +56,13 @@
|
||||||
"="
|
"="
|
||||||
"|"
|
"|"
|
||||||
"::"
|
"::"
|
||||||
|
"∷"
|
||||||
"=>"
|
"=>"
|
||||||
|
"⇒"
|
||||||
"->"
|
"->"
|
||||||
|
"→"
|
||||||
"<-"
|
"<-"
|
||||||
|
"←"
|
||||||
"\\"
|
"\\"
|
||||||
"`"
|
"`"
|
||||||
"@"
|
"@"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue