diff options
author | Thomas Vigouroux <tomvig38@gmail.com> | 2020-06-03 19:58:02 +0200 |
---|---|---|
committer | Thomas Vigouroux <tomvig38@gmail.com> | 2020-06-03 19:58:02 +0200 |
commit | 6a93077475d298f46ac19c8030ed5b4a723685dc (patch) | |
tree | dcc0a423ff180900bfd7699dfe28e5a3950ae74e /test/functional/lua/treesitter_spec.lua | |
parent | 662688817b2156edd47019f00f53774e5e00224a (diff) | |
download | rneovim-6a93077475d298f46ac19c8030ed5b4a723685dc.tar.gz rneovim-6a93077475d298f46ac19c8030ed5b4a723685dc.tar.bz2 rneovim-6a93077475d298f46ac19c8030ed5b4a723685dc.zip |
treesitter: fix tests
Diffstat (limited to 'test/functional/lua/treesitter_spec.lua')
-rw-r--r-- | test/functional/lua/treesitter_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/lua/treesitter_spec.lua b/test/functional/lua/treesitter_spec.lua index cb0e46b9eb..ecee471386 100644 --- a/test/functional/lua/treesitter_spec.lua +++ b/test/functional/lua/treesitter_spec.lua @@ -250,7 +250,7 @@ static int nlua_schedule(lua_State *const lstate) ; still support \M etc prefixes ((identifier) @Constant (#match? @Constant "\M^\[A-Z_]\+$")) -((binary_expression left: (identifier) @WarningMsg.left right: (identifier) @WarningMsg.right) (eq? @WarningMsg.left @WarningMsg.right)) +((binary_expression left: (identifier) @WarningMsg.left right: (identifier) @WarningMsg.right) (#eq? @WarningMsg.left @WarningMsg.right)) (comment) @comment ]] |