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>
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index 94a5d3d..9161130 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -3051,7 +3051,7 @@
 RASI					*rasi.vim* *ft-rasi-syntax*
 
 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
 as rasi files: .rasi.
 
diff --git a/runtime/doc/tags b/runtime/doc/tags
index 8e3af7f..1eeed4f 100644
--- a/runtime/doc/tags
+++ b/runtime/doc/tags
@@ -7359,6 +7359,7 @@
 ft-quake-syntax	syntax.txt	/*ft-quake-syntax*
 ft-r-indent	indent.txt	/*ft-r-indent*
 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-rego-syntax	syntax.txt	/*ft-rego-syntax*
 ft-rexx-syntax	syntax.txt	/*ft-rexx-syntax*
@@ -9643,6 +9644,7 @@
 rand()	builtin.txt	/*rand()*
 random	builtin.txt	/*random*
 range()	builtin.txt	/*range()*
+rasi.vim	syntax.txt	/*rasi.vim*
 raw-terminal-mode	term.txt	/*raw-terminal-mode*
 rcp	pi_netrw.txt	/*rcp*
 read-in-close-cb	channel.txt	/*read-in-close-cb*