mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -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
|
; Function calls
|
||||||
|
|
||||||
((identifier) @function
|
((identifier) @include
|
||||||
(#eq? @function "require"))
|
(#vim-match? @include "^(require|require_relative|load)$"))
|
||||||
|
|
||||||
"defined?" @function
|
"defined?" @function
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue