mirror of https://github.com/helix-editor/helix
chore: bump purescript grammar (#13782)
parent
1491cbc8f3
commit
6b94d70f20
|
@ -1480,7 +1480,7 @@ formatter = { command = "purs-tidy", args = ["format"] }
|
|||
|
||||
[[grammar]]
|
||||
name = "purescript"
|
||||
source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "5ef5592674ea42de75fc2792972e4ea0b6e3da6c" }
|
||||
source = { git = "https://github.com/postsolar/tree-sitter-purescript", rev = "f541f95ffd6852fbbe88636317c613285bc105af" }
|
||||
|
||||
[[language]]
|
||||
name = "zig"
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
|
||||
[
|
||||
(operator)
|
||||
(constructor_operator)
|
||||
(type_operator)
|
||||
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
|
||||
(all_names)
|
||||
|
|
Loading…
Reference in New Issue