mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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 = {
|
qf = {
|
||||||
install_info = {
|
install_info = {
|
||||||
revision = 'v1.0.0',
|
revision = 'v1.1.0',
|
||||||
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
|
url = 'https://github.com/OXY2DEV/tree-sitter-qf',
|
||||||
},
|
},
|
||||||
maintainers = { '@OXY2DEV' },
|
maintainers = { '@OXY2DEV' },
|
||||||
tier = 1,
|
tier = 1,
|
||||||
|
|
||||||
|
readme_note = 'Vim quickfix',
|
||||||
},
|
},
|
||||||
ql = {
|
ql = {
|
||||||
install_info = {
|
install_info = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
"|" @punctuation.delimiter
|
"|" @punctuation.delimiter
|
||||||
|
|
||||||
" col " @keyword
|
"col" @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
(row)
|
(row)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue