tjdevries / tree-sitter-lua

Neovim Tree Sitter Lua Grammar & Library
114 stars 10 forks source link

fix: workaround for max query issue #20

Closed Conni2461 closed 3 years ago

Conni2461 commented 3 years ago

Currently broken are the following test files: - config_spec.lua - brief_spec.lua - class_spec.lua

But the function work

I will finish this later today

Nevermind i fixed it and i tested it by removing the TODOs in action and using --- rather than --. So this is a working workaround for the max query issue.

CC @smithbm2316