diff options
| author | Steven Sojka <steelsojka@gmail.com> | 2020-08-15 09:24:24 -0500 |
|---|---|---|
| committer | Steven Sojka <steelsojka@gmail.com> | 2020-08-16 09:04:07 -0500 |
| commit | 579c9936d617ca1d7f01542a4b8000972c1ce73c (patch) | |
| tree | 8b9cbb24ab959ad45a8e8611edd7cf20d707b327 /lua/nvim-treesitter.lua | |
| parent | 994baf45396972d9eb6b918e0757d2eceecc8130 (diff) | |
feat(highlights): add is predicate
Diffstat (limited to 'lua/nvim-treesitter.lua')
| -rw-r--r-- | lua/nvim-treesitter.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/nvim-treesitter.lua b/lua/nvim-treesitter.lua index 0e7b85a9..343a037b 100644 --- a/lua/nvim-treesitter.lua +++ b/lua/nvim-treesitter.lua @@ -5,6 +5,9 @@ local info = require'nvim-treesitter.info' local configs = require'nvim-treesitter.configs' local parsers = require'nvim-treesitter.parsers' +-- Registers all query predicates +require"nvim-treesitter.query_predicates" + local M = {} function M.setup() |
