Skip to content

Commit 2d283c6

Browse files
committed
Update by oroginal
1 parent 6901873 commit 2d283c6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

doc/syntax.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 May 24
1+
*syntax.txt* For Vim バージョン 9.1. Last change: 2024 May 31
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2949,6 +2949,13 @@ knitrチャンクヘッダー内のRコードをハイライトするには、|v
29492949
let rrst_syn_hl_chunk = 1
29502950
29512951
2952+
RASI *rasi.vim* *ft-rasi-syntax*
2953+
2954+
Rasi は Rofi Advanced Style Information の略である。これは、検索ウィンドウのレ
2955+
ンダリングをスタイル設定するために、プログラム rofi によって使用される。この言
2956+
語は、CSS スタイルシートに大きく影響を受けている。次の拡張子を持つファイルは、
2957+
rasi ファイルとして認識される: .rasi。
2958+
29522959
READLINE *readline.vim* *ft-readline-syntax*
29532960

29542961
readlineライブラリは主としてBASHシェルで使われ、BASHはかなりの数のコマンドとオ

en/syntax.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*syntax.txt* For Vim version 9.1. Last change: 2024 May 24
1+
*syntax.txt* For Vim version 9.1. Last change: 2024 May 31
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -3048,6 +3048,13 @@ To highlight R code in knitr chunk headers, add to your |vimrc|: >
30483048
let rrst_syn_hl_chunk = 1
30493049
30503050
3051+
RASI *rasi.vim* *ft-rasi-syntax*
3052+
3053+
Rasi stands for Rofi Advanced Style Information. It is used by the program
3054+
rofi to style the rendering of the search window. The language is heavily
3055+
inspired by CSS stylesheet. Files with the following extensions are recognized
3056+
as rasi files: .rasi.
3057+
30513058
READLINE *readline.vim* *ft-readline-syntax*
30523059

30533060
The readline library is primarily used by the BASH shell, which adds quite a

0 commit comments

Comments
 (0)