vim-patch:9.0.1346: Starlark files are not recognized (#22380)

Problem:    Starlark files are not recognized.
Solution:   Add patterns for Starlark files. (Amaan Qureshi, closes vim/vim#12049)

ca06b30073

Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
Christian Clason
2023-02-23 17:52:33 +01:00
committed by GitHub
parent 75e53341f3
commit 8c339aa04b
2 changed files with 4 additions and 0 deletions

View File

@@ -995,6 +995,9 @@ local extension = {
ssa = 'ssa',
ass = 'ssa',
st = 'st',
ipd = 'starlark',
star = 'starlark',
starlark = 'starlark',
imata = 'stata',
['do'] = 'stata',
mata = 'stata',