mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add ghostty configuration support (#12703)
This commit is contained in:
parent
6049f2035b
commit
8328c422b7
3 changed files with 80 additions and 1 deletions
|
@ -2829,7 +2829,6 @@ file-types = [
|
|||
"network",
|
||||
{ glob = ".editorconfig" },
|
||||
{ glob = ".npmrc" },
|
||||
{ glob = "ghostty/config" },
|
||||
{ glob = "hgrc" },
|
||||
{ glob = "npmrc" },
|
||||
{ glob = "rclone.conf" },
|
||||
|
@ -4077,3 +4076,14 @@ indent = { tab-width = 4, unit = " " }
|
|||
[[grammar]]
|
||||
name = "gren"
|
||||
source = { git = "https://github.com/MaeBrooks/tree-sitter-gren", rev = "76554f4f2339f5a24eed19c58f2079b51c694152" }
|
||||
|
||||
[[language]]
|
||||
name = "ghostty"
|
||||
scope = "source.ghostty"
|
||||
file-types = [{ glob = "ghostty/config" }]
|
||||
comment-tokens = "#"
|
||||
indent = { tab-width = 2, unit = " " }
|
||||
|
||||
[[grammar]]
|
||||
name = "ghostty"
|
||||
source = { git = "https://github.com/bezhermoso/tree-sitter-ghostty" , rev = "8438a93b44367e962b2ea3a3b6511885bebd196a" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue