mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
vim-patch:9.1.0454: minor issues in test_filetype with rasi test
Problem: minor issues in test_filetype with rasi test
(after 9.1.0453)
Solution: re-sort test_filetype, fix wrong syntax.txt help tags
f3dd6f617c
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -181,7 +181,6 @@ func s:GetFilenameChecks() abort
|
||||
\ 'csdl': ['file.csdl'],
|
||||
\ 'csp': ['file.csp', 'file.fdr'],
|
||||
\ 'css': ['file.css'],
|
||||
\ 'rasi': ['file.rasi'],
|
||||
\ 'cterm': ['file.con'],
|
||||
\ 'csv': ['file.csv'],
|
||||
\ 'cucumber': ['file.feature'],
|
||||
@@ -594,6 +593,7 @@ func s:GetFilenameChecks() abort
|
||||
\ 'radiance': ['file.rad', 'file.mat'],
|
||||
\ 'raku': ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'],
|
||||
\ 'raml': ['file.raml'],
|
||||
\ 'rasi': ['file.rasi'],
|
||||
\ 'ratpoison': ['.ratpoisonrc', 'ratpoisonrc'],
|
||||
\ 'rbs': ['file.rbs'],
|
||||
\ 'rc': ['file.rc', 'file.rch'],
|
||||
|
||||
Reference in New Issue
Block a user