mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 20:00:07 -04:00
Remove invalid dart query
This commit is contained in:
parent
4af5fef1d9
commit
6cf578084d
1 changed files with 3 additions and 2 deletions
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
; Methods
|
; Methods
|
||||||
; --------------------
|
; --------------------
|
||||||
(function_type
|
;; TODO: does not work
|
||||||
name: (identifier) @method)
|
;(function_type
|
||||||
|
;name: (identifier) @method)
|
||||||
(super) @function
|
(super) @function
|
||||||
|
|
||||||
; Annotations
|
; Annotations
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue