ftyperc: recognize .star as 'python'

- for the https://github.com/bazelbuild/starlark language which is very similar
This commit is contained in:
cn 2021-06-25 11:34:36 +02:00
parent bde409c30f
commit b16c94e273
1 changed files with 1 additions and 0 deletions

View File

@ -412,6 +412,7 @@
* *
+#![ ]*[^\n]*python[0-9.]*\> +#![ ]*[^\n]*python[0-9.]*\>
*.py *.py
*.star
-autoindent -autoindent
-title -title
-syntax python -syntax python