Associate extensions with language

This commit is contained in:
Joseph T. Lyons
2023-08-15 16:33:02 -04:00
parent 404b1aa65a
commit d6ca0a1f24
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 = ";:.,=}])>"