comparison runtime/filetype.vim @ 23962:436e702af70c v8.2.2523

patch 8.2.2523: Svelte filetype not recognized Commit: https://github.com/vim/vim/commit/c0fcb6e0b10050145e7d334b68b1bdc5201fed05 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Feb 17 12:29:17 2021 +0100 patch 8.2.2523: Svelte filetype not recognized Problem: Svelte filetype not recognized. Solution: Add a detection rule. (Brian Ryall, closes https://github.com/vim/vim/issues/7858)
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Feb 2021 12:30:06 +0100
parents dbc6c893a67a
children 209caadb403f
comparison
equal deleted inserted replaced
23961:1b7f39ff8d78 23962:436e702af70c
1489 au BufNewFile,BufRead *.sdl,*.pr setf sdl 1489 au BufNewFile,BufRead *.sdl,*.pr setf sdl
1490 1490
1491 " sed 1491 " sed
1492 au BufNewFile,BufRead *.sed setf sed 1492 au BufNewFile,BufRead *.sed setf sed
1493 1493
1494 " svelte
1495 au BufNewFile,BufRead *.svelte setf svelte
1496
1494 " Sieve (RFC 3028, 5228) 1497 " Sieve (RFC 3028, 5228)
1495 au BufNewFile,BufRead *.siv,*.sieve setf sieve 1498 au BufNewFile,BufRead *.siv,*.sieve setf sieve
1496 1499
1497 " Sendmail 1500 " Sendmail
1498 au BufNewFile,BufRead sendmail.cf setf sm 1501 au BufNewFile,BufRead sendmail.cf setf sm