mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Update hyprland langugauge file type. (#12384)
This commit is contained in:
parent
b1759f998d
commit
c9cc14728f
1 changed files with 1 additions and 1 deletions
|
@ -3610,7 +3610,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-ld", rev = "0e9695ae0
|
||||||
name = "hyprlang"
|
name = "hyprlang"
|
||||||
scope = "source.hyprlang"
|
scope = "source.hyprlang"
|
||||||
roots = ["hyprland.conf"]
|
roots = ["hyprland.conf"]
|
||||||
file-types = [ { glob = "hyprland.conf" }, { glob = "hyprpaper.conf" }, { glob = "hypridle.conf" }, { glob = "hyprlock.conf" } ]
|
file-types = [ { glob = "hypr/*.conf" }]
|
||||||
comment-token = "#"
|
comment-token = "#"
|
||||||
grammar = "hyprlang"
|
grammar = "hyprlang"
|
||||||
language-servers = ["hyprls"]
|
language-servers = ["hyprls"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue