Commit 4d93dce 1 parent f0cb181 commit 4d93dce Copy full SHA for 4d93dce
File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ augroup qs_colors
114
114
augroup END
115
115
```
116
116
117
+ The highlight groups are applied using a priority (see: ` :help :syn-priority `
118
+ and ` :help matchadd() ` for more detail). The default priority used is ` 1 ` but
119
+ you can override this if needed by setting it yourself using:
120
+ ``` vim
121
+ let g:qs_hi_priority = 2
122
+ ```
123
+
117
124
### Toggle highlighting
118
125
Turn the highlighting on and off with a user command:
119
126
```
Original file line number Diff line number Diff line change @@ -203,6 +203,16 @@ commands.
203
203
augroup END
204
204
<
205
205
206
+
207
+ *g:qs_hi_priority*
208
+ The highlight groups are applied using | matchadd() | with a priority
209
+ (| :syn-priority | ). The default priority used is `1 ` but you can override this
210
+ if needed by setting it yourself using:
211
+
212
+ >
213
+ let g:qs_hi_priority = 2
214
+ <
215
+
206
216
4.3 ACCEPTED CHARACTERS *qs-accepted-chars*
207
217
------------------------------------------------------------------------------
208
218
You can’t perform that action at this time.
0 commit comments