syntax/sub_qc.vim: Add `default` to `highlight link` lines
commit748f2478e764651f248afd4de962862a52e67156
authorlys <lys@hostname.local>
Thu, 2 Jun 2016 23:07:50 +0000 (2 23:07 +0000)
committerlys <lys@hostname.local>
Thu, 2 Jun 2016 23:09:42 +0000 (2 23:09 +0000)
treedb959e5be056968ab9856984d988202cfbf8a0d4
parentb41ad976eba3047b9ef4cee69dd1e6f24861746a
syntax/sub_qc.vim: Add `default` to `highlight link` lines

As explained on `:h hi-default`, this is beneficial for overriding
highlights. Saw this first in the Ruby syntax file
(https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim) which
I'm using as an example. Since this is a plugin, using `default` allows
users to more comfortably define their own highlight links.
syntax/sub_qc.vim