From 6ff44e2d6f5ca8294d1cd028a4f5784b7ca0dd26 Mon Sep 17 00:00:00 2001 From: Darshan Kumawat <104432537+darshanCommits@users.noreply.github.com> Date: Thu, 2 Jan 2025 20:09:02 +0530 Subject: [PATCH] Update hyprland langugauge file type. (#12384) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 81ca7e77f7bb..9d85e86fcc3b 100644 --- a/languages.toml +++ b/languages.toml @@ -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"]