mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
fix(parsers): Update qf
- Updated parser version, + Removed extra whitespaces for `col` - Added note
This commit is contained in:
parent
6ddc5768bb
commit
c67ca6929b
2 changed files with 4 additions and 2 deletions
|
|
@ -1765,11 +1765,13 @@ return {
|
|||
},
|
||||
qf = {
|
||||
install_info = {
|
||||
revision = 'v1.0.0',
|
||||
revision = 'v1.1.0',
|
||||
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
|
||||
},
|
||||
maintainers = { '@OXY2DEV' },
|
||||
tier = 1,
|
||||
|
||||
readme_note = 'Vim quickfix',
|
||||
},
|
||||
ql = {
|
||||
install_info = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
"|" @punctuation.delimiter
|
||||
|
||||
" col " @keyword
|
||||
"col" @keyword
|
||||
|
||||
[
|
||||
(row)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue