diff --git a/languages.toml b/languages.toml index 50f02e191..d91fb54c7 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 314fb3132..cdb6baab3 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)