]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0386: filetype: stylus files not recognized v9.1.0386
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Wed, 1 May 2024 16:42:11 +0000 (18:42 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 1 May 2024 16:42:11 +0000 (18:42 +0200)
commit2d919d2744a99c9bb9e79984e85b8e8f5ec14c07
treef65c556a0f0ffd757a4233d79431170aad73e98e
parent94a05d55459ad19737c1261b1bc9385b330069b5
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: #14656

Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/filetype.vim
runtime/ftplugin/stylus.vim [new file with mode: 0644]
runtime/indent/stylus.vim [new file with mode: 0644]
runtime/syntax/stylus.vim [new file with mode: 0644]
src/testdir/test_filetype.vim
src/version.c