Add missing hyprlang support (#10383)

pull/10484/head
Kieran Moy 2 months ago committed by GitHub
parent 68765f51c9
commit 50470f755f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -3390,7 +3390,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"} ]
file-types = [ { glob = "hyprland.conf" }, { glob = "hyprpaper.conf" }, { glob = "hypridle.conf" }, { glob = "hyprlock.conf" } ]
comment-token = "#"
grammar = "hyprlang"

Loading…
Cancel
Save