vim-patch:9.1.0386: filetype: stylus files not recognized

Problem:  filetype: stylus files not recognized
Solution: Detect '*.styl' and '*.stylus' as stylus filetype,
          include indent, filetype and syntax plugin
          (Philip H)

closes: vim/vim#14656

2d919d2744

Co-authored-by: Philip H <47042125+pheiduck@users.noreply.github.com>
This commit is contained in:
Christian Clason
2024-05-01 18:46:10 +02:00
parent e778e01161
commit 9e2f378b6d
5 changed files with 239 additions and 0 deletions

View File

@@ -1015,6 +1015,8 @@ local extension = {
mata = 'stata',
ado = 'stata',
stp = 'stp',
styl = 'stylus',
stylus = 'stylus',
quark = 'supercollider',
sface = 'surface',
svelte = 'svelte',