mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add ghostty/config and hgrc file types
This commit is contained in:
parent
0d5f6f04c9
commit
8f1585a097
1 changed files with 3 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue