Skip to content

Commit

Permalink
Add ghostty/config and hgrc file types
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jan 9, 2025
1 parent 445d91a commit 23ee906
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2820,6 +2820,8 @@ file-types = [
"network",
{ glob = ".editorconfig" },
{ glob = ".npmrc" },
{ glob = "ghostty/config" },
{ glob = "hgrc" },
{ glob = "npmrc" },
{ glob = "rclone.conf" },
"properties",
Expand All @@ -2832,7 +2834,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"
Expand Down

0 comments on commit 23ee906

Please sign in to comment.