Skip to content

Commit e49bc4e

Browse files
committed
Update by original
1 parent a530bda commit e49bc4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

en/ft_hare.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To disable this behavior, add the following to your |vimrc|: >
4646
<
4747
*g:hare_symbol_operators*
4848
By default, symbolic operators do not receive any special highlighting (with
49-
`!`, `?`, and `::` being the only exceptions). To enable syntax highlighting
49+
`!`, `?`, and `::` being the only exceptions). To enable syntax highlighting
5050
for most other operators, add the following to your |vimrc|: >
5151
5252
let g:hare_symbol_operators = 1
@@ -111,7 +111,7 @@ case: >hare
111111
// ...
112112

113113
If you prefer a different amount of indentation, you can adjust it using
114-
|g:hare_indent_case|. Valid values include `0`, `1`, and `2`.
114+
|g:hare_indent_case|. Valid values include `0`, `1`, and `2`.
115115

116116

117117
COMPILER SUPPORT *compiler-hare*

0 commit comments

Comments
 (0)