We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe2c38 commit efd9ed4Copy full SHA for efd9ed4
languages/v/config.toml
@@ -1,7 +1,7 @@
1
name = "V"
2
grammar = "v"
3
-path_suffixes = ["v", "vv", "mod"]
4
-first_line_pattern = '^#![^\\n]+'
+path_suffixes = ["v", "vv", "vsh", "mod"]
+first_line_pattern = "^#!.*/(?:v|env(?: .*)? v)(?: |$)"
5
line_comments = ["// "]
6
autoclose_before = ";:.,=}])>"
7
brackets = [
0 commit comments