mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00: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:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user