vim-patch:8.2.2523: Svelte filetype not recognized (#13961)

Problem:    Svelte filetype not recognized.
Solution:   Add a detection rule. (Brian Ryall, closes vim/vim#7858)
c0fcb6e0b1
This commit is contained in:
Brian Ryall
2021-02-17 18:22:48 -05:00
committed by GitHub
parent 64b7d7ae78
commit 18f90336cb
2 changed files with 4 additions and 0 deletions

View File

@@ -428,6 +428,7 @@ let s:filename_checks = {
\ 'slrnrc': ['.slrnrc'],
\ 'slrnsc': ['file.score'],
\ 'sm': ['sendmail.cf'],
\ 'svelte': ['file.svelte'],
\ 'smarty': ['file.tpl'],
\ 'smcl': ['file.hlp', 'file.ihlp', 'file.smcl'],
\ 'smith': ['file.smt', 'file.smith'],