mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
Merge pull request #88 from PitcherTear22/master
Give credits for java queries
This commit is contained in:
commit
772aa4c169
2 changed files with 4 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
||||||
|
; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)
|
||||||
|
|
||||||
; Methods
|
; Methods
|
||||||
|
|
||||||
(method_declaration
|
(method_declaration
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)
|
||||||
|
|
||||||
(class_declaration
|
(class_declaration
|
||||||
name: (identifier) @name) @class
|
name: (identifier) @name) @class
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue