File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ To disable this behavior, add the following to your |vimrc|: >
4646<
4747 *g:hare_symbol_operators*
4848By 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
5050for 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
113113If 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
117117COMPILER SUPPORT *compiler-hare*
You can’t perform that action at this time.
0 commit comments