From 6b94d70f2071ad6efa65d9879a9e032472add23e Mon Sep 17 00:00:00 2001 From: Alan <120750161+postsolar@users.noreply.github.com> Date: Wed, 18 Jun 2025 17:11:28 +0300 Subject: [PATCH] chore: bump purescript grammar (#13782) --- languages.toml | 2 +- runtime/queries/purescript/highlights.scm | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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)