mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
update require statements to use TSInclude
This commit is contained in:
parent
ee9dd63ecd
commit
73a82638a5
1 changed files with 2 additions and 2 deletions
|
|
@ -45,8 +45,8 @@
|
|||
|
||||
; Function calls
|
||||
|
||||
((identifier) @function
|
||||
(#eq? @function "require"))
|
||||
((identifier) @include
|
||||
(#vim-match? @include "^(require|require_relative|load)$"))
|
||||
|
||||
"defined?" @function
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue