diff options
| author | Kiyan Yazdani <yazdani.kiyan@protonmail.com> | 2020-05-12 16:20:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-12 16:20:13 +0200 |
| commit | 5a66c38b9ff49f0f0b45afa95816c77e18cc9886 (patch) | |
| tree | 542e99206f53df84efa75edd303c6a2f41b98fd9 /lua/nvim-treesitter/query.lua | |
| parent | ca2680edce9191a19610ad6563827aa802131313 (diff) | |
| parent | 45dcebb15f1a954eba2bcb3ae4c1a03f710a1f2a (diff) | |
Merge pull request #45 from kyazdani42/refacto-feat/buf-state-update
refacto/feat: better handling of parser updates
Diffstat (limited to 'lua/nvim-treesitter/query.lua')
| -rw-r--r-- | lua/nvim-treesitter/query.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/query.lua b/lua/nvim-treesitter/query.lua index 277c2969..644c3393 100644 --- a/lua/nvim-treesitter/query.lua +++ b/lua/nvim-treesitter/query.lua @@ -1,5 +1,3 @@ --- Treesitter utils - local api = vim.api local ts = vim.treesitter |
