mirror of https://github.com/helix-editor/helix
Add fixity keywords to haskell's highlights.scm
parent
9eacbc1887
commit
c238f20e1d
|
@ -94,6 +94,9 @@
|
||||||
"rec"
|
"rec"
|
||||||
"forall"
|
"forall"
|
||||||
"∀"
|
"∀"
|
||||||
|
"infix"
|
||||||
|
"infixl"
|
||||||
|
"infixr"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue