From a2e11af60864ae54f852d6d2ed77e01b58951cb3 Mon Sep 17 00:00:00 2001 From: William Etheredge Date: Fri, 26 May 2023 03:43:48 -0500 Subject: [PATCH] Support hidden justfiles (#7088) --- languages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages.toml b/languages.toml index 0b35495b..56b88db2 100644 --- a/languages.toml +++ b/languages.toml @@ -2568,7 +2568,7 @@ source = { git = "https://github.com/lefp/tree-sitter-opencl", rev = "8e1d24a570 [[language]] name = "just" scope = "source.just" -file-types = ["justfile", "Justfile", "just"] +file-types = ["justfile", "Justfile", ".justfile", ".Justfile"] injection-regex = "just" roots = [] comment-token = "#"