Add ghostty/config and hgrc file types

This commit is contained in:
Branch Vincent 2025-01-19 13:06:37 -08:00 committed by Michael Davis
parent 0d5f6f04c9
commit 8f1585a097

View file

@ -2828,6 +2828,8 @@ file-types = [
"network", "network",
{ glob = ".editorconfig" }, { glob = ".editorconfig" },
{ glob = ".npmrc" }, { glob = ".npmrc" },
{ glob = "ghostty/config" },
{ glob = "hgrc" },
{ glob = "npmrc" }, { glob = "npmrc" },
{ glob = "rclone.conf" }, { glob = "rclone.conf" },
"properties", "properties",
@ -2840,7 +2842,7 @@ indent = { tab-width = 4, unit = "\t" }
[[grammar]] [[grammar]]
name = "ini" 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]] [[language]]
name = "inko" name = "inko"