Unnamed repository; edit this file 'description' to name the repository.
chore: bump purescript grammar (#13782)
Alan 8 months ago
parent 1491cbc · commit 6b94d70
-rw-r--r--languages.toml2
-rw-r--r--runtime/queries/purescript/highlights.scm1
2 files changed, 1 insertions, 2 deletions
diff --git a/languages.toml b/languages.toml
index 50f02e19..d91fb54c 100644
--- a/languages.toml
+++ b/languages.toml
@@ -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"
diff --git a/runtime/queries/purescript/highlights.scm b/runtime/queries/purescript/highlights.scm
index 314fb313..cdb6baab 100644
--- a/runtime/queries/purescript/highlights.scm
+++ b/runtime/queries/purescript/highlights.scm
@@ -54,7 +54,6 @@
[
(operator)
- (constructor_operator)
(type_operator)
(qualified_module) ; grabs the `.` (dot), ex: import System.IO
(all_names)