Skip to content

Commit

Permalink
Add missing hyprlang support (helix-editor#10383)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfatyuip committed Apr 16, 2024
1 parent 68765f5 commit 50470f7
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 @@ -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"

Expand Down

0 comments on commit 50470f7

Please sign in to comment.