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|: >
46
46
<
47
47
*g:hare_symbol_operators*
48
48
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
50
50
for most other operators, add the following to your | vimrc | : >
51
51
52
52
let g:hare_symbol_operators = 1
@@ -111,7 +111,7 @@ case: >hare
111
111
// ...
112
112
113
113
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 ` .
115
115
116
116
117
117
COMPILER SUPPORT *compiler-hare*
You can’t perform that action at this time.
0 commit comments