mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -04:00
fix(purescript): comment out utf-8 char
This commit is contained in:
parent
31d0648055
commit
15d521c923
2 changed files with 7 additions and 7 deletions
|
|
@ -58,15 +58,15 @@
|
|||
"="
|
||||
"|"
|
||||
"::"
|
||||
"∷"
|
||||
; "∷"
|
||||
"=>"
|
||||
"⇒"
|
||||
; "⇒"
|
||||
"<="
|
||||
"⇐"
|
||||
; "⇐"
|
||||
"->"
|
||||
"→"
|
||||
; "→"
|
||||
"<-"
|
||||
"←"
|
||||
; "←"
|
||||
"\\"
|
||||
"`"
|
||||
"@"
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
"do"
|
||||
"ado"
|
||||
"forall"
|
||||
"∀"
|
||||
; "∀" ; utf-8 is not cross-platform safe
|
||||
"infix"
|
||||
"infixl"
|
||||
"infixr"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue