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 authored and Vulpesx committed Jun 7, 2024
1 parent 6fd4a9c commit b46a5d3
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 b46a5d3

Please sign in to comment.