Skip to content

Commit be891e5

Browse files
committed
syntax.jax: fixed indents and a period
1 parent 1e35d5a commit be891e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/syntax.jax

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -922,11 +922,11 @@ Cには幾つかの補助的なハイライト方法がある。それらを有
922922
*c_no_tab_space_error* ... 但しタブ文字前のスペース文字は除外
923923
*c_no_bracket_error* []の中の{}をエラーとして表示しない
924924
*c_no_curly_error* { と } が第1桁にあるときを除き、[] と () の内側の {}
925-
をエラーとして表示しない。
926-
デフォルトでエラーとして表示される。欠落した ")" を見
927-
つけられないため。
925+
をエラーとして表示しない。
926+
デフォルトでエラーとして表示される。欠落した ")" を見
927+
つけられないため。
928928
*c_curly_error* 対応する { がない } をハイライトする。これを有効にする
929-
と、ファイルの先頭から同期が始まるため、遅くなる
929+
と、ファイルの先頭から同期が始まるため、遅くなる
930930
*c_no_ansi* ANSI標準の型と定数をハイライトしない
931931
*c_ansi_typedefs* ... 但し標準ANSI型はハイライトする
932932
*c_ansi_constants* ... 但し標準ANSI定数はハイライトする

0 commit comments

Comments
 (0)