diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-03-17 13:13:12 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-19 09:41:16 +0100 |
commit | 987dff6713af618ca2be8a2542d4a65f2ab42510 (patch) | |
tree | f89cd0c6c1e8b0e1e255fdfe07c607f0f94b6c79 /test/functional/treesitter/highlight_spec.lua | |
parent | 20dcbaaaf8801163aca8592866086b552bc93f29 (diff) | |
download | rneovim-987dff6713af618ca2be8a2542d4a65f2ab42510.tar.gz rneovim-987dff6713af618ca2be8a2542d4a65f2ab42510.tar.bz2 rneovim-987dff6713af618ca2be8a2542d4a65f2ab42510.zip |
feat(treesitter): update Vimdoc parser and queries to v2.4.0
Diffstat (limited to 'test/functional/treesitter/highlight_spec.lua')
-rw-r--r-- | test/functional/treesitter/highlight_spec.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/treesitter/highlight_spec.lua b/test/functional/treesitter/highlight_spec.lua index 297a7e6fb0..5d61524791 100644 --- a/test/functional/treesitter/highlight_spec.lua +++ b/test/functional/treesitter/highlight_spec.lua @@ -863,7 +863,7 @@ describe('treesitter highlighting (help)', function() screen:expect { grid = [[ - {1:>ruby} | + {1:>}{3:ruby} | {1: -- comment} | {1: local this_is = 'actually_lua'} | {1:<} | @@ -876,7 +876,7 @@ describe('treesitter highlighting (help)', function() screen:expect { grid = [[ - {1:>lua} | + {1:>}{3:lua} | {1: -- comment} | {1: }{3:local}{1: }{4:this_is}{1: }{3:=}{1: }{5:'actually_lua'} | {1:<} | @@ -889,7 +889,7 @@ describe('treesitter highlighting (help)', function() screen:expect { grid = [[ - {1:>ruby} | + {1:>}{3:ruby} | {1: -- comment} | {1: local this_is = 'actually_lua'} | {1:<} | |