mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
|
||||
(method_declaration
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
; CREDITS @maxbrunsfeld (maxbrunsfeld@gmail.com)
|
||||
|
||||
(class_declaration
|
||||
name: (identifier) @name) @class
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue