mirror of
https://github.com/neovim/neovim.git
synced 2024-12-24 13:15:09 -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',
|
||||||
SYSX = 'rapid',
|
SYSX = 'rapid',
|
||||||
|
SYSx = 'rapid',
|
||||||
modx = 'rapid',
|
modx = 'rapid',
|
||||||
modX = 'rapid',
|
modX = 'rapid',
|
||||||
Modx = 'rapid',
|
Modx = 'rapid',
|
||||||
ModX = 'rapid',
|
ModX = 'rapid',
|
||||||
MODX = 'rapid',
|
MODX = 'rapid',
|
||||||
|
MODx = 'rapid',
|
||||||
rasi = 'rasi',
|
rasi = 'rasi',
|
||||||
rbs = 'rbs',
|
rbs = 'rbs',
|
||||||
rego = 'rego',
|
rego = 'rego',
|
||||||
|
Loading…
Reference in New Issue
Block a user