forked from aniani/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 Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -3051,7 +3051,7 @@ To highlight R code in knitr chunk headers, add to your |vimrc|: >
|
|||||||
RASI *rasi.vim* *ft-rasi-syntax*
|
RASI *rasi.vim* *ft-rasi-syntax*
|
||||||
|
|
||||||
Rasi stands for Rofi Advanced Style Information. It is used by the program
|
Rasi stands for Rofi Advanced Style Information. It is used by the program
|
||||||
|rofi| to style the rendering of the search window. The language is heavily
|
rofi to style the rendering of the search window. The language is heavily
|
||||||
inspired by CSS stylesheet. Files with the following extensions are recognized
|
inspired by CSS stylesheet. Files with the following extensions are recognized
|
||||||
as rasi files: .rasi.
|
as rasi files: .rasi.
|
||||||
|
|
||||||
|
@@ -7359,6 +7359,7 @@ ft-qf-plugin filetype.txt /*ft-qf-plugin*
|
|||||||
ft-quake-syntax syntax.txt /*ft-quake-syntax*
|
ft-quake-syntax syntax.txt /*ft-quake-syntax*
|
||||||
ft-r-indent indent.txt /*ft-r-indent*
|
ft-r-indent indent.txt /*ft-r-indent*
|
||||||
ft-r-syntax syntax.txt /*ft-r-syntax*
|
ft-r-syntax syntax.txt /*ft-r-syntax*
|
||||||
|
ft-rasi-syntax syntax.txt /*ft-rasi-syntax*
|
||||||
ft-readline-syntax syntax.txt /*ft-readline-syntax*
|
ft-readline-syntax syntax.txt /*ft-readline-syntax*
|
||||||
ft-rego-syntax syntax.txt /*ft-rego-syntax*
|
ft-rego-syntax syntax.txt /*ft-rego-syntax*
|
||||||
ft-rexx-syntax syntax.txt /*ft-rexx-syntax*
|
ft-rexx-syntax syntax.txt /*ft-rexx-syntax*
|
||||||
@@ -9643,6 +9644,7 @@ raku-unicode ft_raku.txt /*raku-unicode*
|
|||||||
rand() builtin.txt /*rand()*
|
rand() builtin.txt /*rand()*
|
||||||
random builtin.txt /*random*
|
random builtin.txt /*random*
|
||||||
range() builtin.txt /*range()*
|
range() builtin.txt /*range()*
|
||||||
|
rasi.vim syntax.txt /*rasi.vim*
|
||||||
raw-terminal-mode term.txt /*raw-terminal-mode*
|
raw-terminal-mode term.txt /*raw-terminal-mode*
|
||||||
rcp pi_netrw.txt /*rcp*
|
rcp pi_netrw.txt /*rcp*
|
||||||
read-in-close-cb channel.txt /*read-in-close-cb*
|
read-in-close-cb channel.txt /*read-in-close-cb*
|
||||||
|
@@ -180,7 +180,6 @@ def s:GetFilenameChecks(): dict<list<string>>
|
|||||||
csdl: ['file.csdl'],
|
csdl: ['file.csdl'],
|
||||||
csp: ['file.csp', 'file.fdr'],
|
csp: ['file.csp', 'file.fdr'],
|
||||||
css: ['file.css'],
|
css: ['file.css'],
|
||||||
rasi: ['file.rasi'],
|
|
||||||
cterm: ['file.con'],
|
cterm: ['file.con'],
|
||||||
csv: ['file.csv'],
|
csv: ['file.csv'],
|
||||||
cucumber: ['file.feature'],
|
cucumber: ['file.feature'],
|
||||||
@@ -593,6 +592,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
|||||||
radiance: ['file.rad', 'file.mat'],
|
radiance: ['file.rad', 'file.mat'],
|
||||||
raku: ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'],
|
raku: ['file.pm6', 'file.p6', 'file.t6', 'file.pod6', 'file.raku', 'file.rakumod', 'file.rakudoc', 'file.rakutest'],
|
||||||
raml: ['file.raml'],
|
raml: ['file.raml'],
|
||||||
|
rasi: ['file.rasi'],
|
||||||
ratpoison: ['.ratpoisonrc', 'ratpoisonrc'],
|
ratpoison: ['.ratpoisonrc', 'ratpoisonrc'],
|
||||||
rbs: ['file.rbs'],
|
rbs: ['file.rbs'],
|
||||||
rc: ['file.rc', 'file.rch'],
|
rc: ['file.rc', 'file.rch'],
|
||||||
|
@@ -704,6 +704,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
454,
|
||||||
/**/
|
/**/
|
||||||
453,
|
453,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user