Unnamed repository; edit this file 'description' to name the repository.
add "PklProject" to file-types (#15438)
| -rw-r--r-- | languages.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/languages.toml b/languages.toml index 320fb0b1..c1306e15 100644 --- a/languages.toml +++ b/languages.toml @@ -4193,7 +4193,7 @@ source = { git = "https://github.com/tact-lang/tree-sitter-tact", rev = "ec57ab2 name = "pkl" scope = "source.pkl" injection-regex = "pkl" -file-types = ["pkl", "pcf"] +file-types = ["pkl", "pcf", { glob = "PklProject" }] comment-token = "//" language-servers = ["pkl-lsp"] indent = { tab-width = 2, unit = " " } |