Update hyprland langugauge file type. (#12384)

This commit is contained in:
Darshan Kumawat 2025-01-02 20:09:02 +05:30 committed by GitHub
parent b1759f998d
commit c9cc14728f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3610,7 +3610,7 @@ source = { git = "https://github.com/mtoohey31/tree-sitter-ld", rev = "0e9695ae0
name = "hyprlang"
scope = "source.hyprlang"
roots = ["hyprland.conf"]
file-types = [ { glob = "hyprland.conf" }, { glob = "hyprpaper.conf" }, { glob = "hypridle.conf" }, { glob = "hyprlock.conf" } ]
file-types = [ { glob = "hypr/*.conf" }]
comment-token = "#"
grammar = "hyprlang"
language-servers = ["hyprls"]