Skip to content

Commit

Permalink
Update hyprland langugauge file type. (helix-editor#12384)
Browse files Browse the repository at this point in the history
  • Loading branch information
darshanCommits authored and akhenakh committed Jan 4, 2025
1 parent 7ed8371 commit 6ff44e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit 6ff44e2

Please sign in to comment.