mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 18:55:14 -07:00
vim-patch:a0c14ef: runtime(filetype): tests: Test_filetype_detection() fails
Problem: tests: Test_filetype_detection() fails (after 9.1.0738)
Solution: Add missing filetype detect patterns for *.SYSx and *.MODx
a0c14ef310
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
d28be6fe69
commit
ac65e0f04b
@ -972,11 +972,13 @@ local extension = {
|
||||
Sysx = 'rapid',
|
||||
SysX = 'rapid',
|
||||
SYSX = 'rapid',
|
||||
SYSx = 'rapid',
|
||||
modx = 'rapid',
|
||||
modX = 'rapid',
|
||||
Modx = 'rapid',
|
||||
ModX = 'rapid',
|
||||
MODX = 'rapid',
|
||||
MODx = 'rapid',
|
||||
rasi = 'rasi',
|
||||
rbs = 'rbs',
|
||||
rego = 'rego',
|
||||
|
Loading…
Reference in New Issue
Block a user