From 8f1585a097bed61cf475e15a9248b993918d5d2f Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 19 Jan 2025 13:06:37 -0800 Subject: [PATCH] Add ghostty/config and hgrc file types --- languages.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 27976375b..f3849a49d 100644 --- a/languages.toml +++ b/languages.toml @@ -2828,6 +2828,8 @@ file-types = [ "network", { glob = ".editorconfig" }, { glob = ".npmrc" }, + { glob = "ghostty/config" }, + { glob = "hgrc" }, { glob = "npmrc" }, { glob = "rclone.conf" }, "properties", @@ -2840,7 +2842,7 @@ indent = { tab-width = 4, unit = "\t" } [[grammar]] name = "ini" -source = { git = "https://github.com/justinmk/tree-sitter-ini", rev = "4d247fb876b4ae6b347687de4a179511bf67fcbc" } +source = { git = "https://github.com/justinmk/tree-sitter-ini", rev = "1b0498a89a1a4c0a3705846699f0b0bad887dd04" } [[language]] name = "inko"