diff --git a/languages/just/config.toml b/languages/just/config.toml index 0ffd9ad..faf52a4 100644 --- a/languages/just/config.toml +++ b/languages/just/config.toml @@ -1,6 +1,7 @@ name = "Just" grammar = "just" path_suffixes = ["justfile", "Justfile", "JUSTFILE", "just"] +first_line_pattern = '^#!.*\b(?:just)\b' line_comments = ["# "] brackets = [{ start = "(", end = ")", close = true, newline = true }]