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:
zeertzjq 2024-09-21 20:24:12 +08:00
parent d28be6fe69
commit ac65e0f04b

View File

@ -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',