Associate extensions with language
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name = "Python"
|
||||
path_suffixes = ["py", "pyi"]
|
||||
path_suffixes = ["py", "pyi", "mpy"]
|
||||
first_line_pattern = '^#!.*\bpython[0-9.]*\b'
|
||||
line_comment = "# "
|
||||
autoclose_before = ";:.,=}])>"
|
||||
|
||||
Reference in New Issue
Block a user