crates/languages/src/python/config.toml 🔗
@@ -1,7 +1,7 @@
name = "Python"
grammar = "python"
path_suffixes = ["py", "pyi", "mpy"]
-first_line_pattern = '^#!.*\bpython[0-9.]*\b'
+first_line_pattern = '^#!.*((\bpython[0-9.]*\b)|(\buv run\b))'
line_comments = ["# "]
autoclose_before = ";:.,=}])>"
brackets = [