diff options
| author | Dundar Göc <gocdundar@gmail.com> | 2021-11-01 22:35:31 +0100 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-02 23:47:48 +0100 |
| commit | 6a4fdb317d42a8462621764ff97ad3bc8ff496cf (patch) | |
| tree | 7bb071c1bbfb03f91fcc03423a403888c4ff6246 /lua/nvim-treesitter/query_predicates.lua | |
| parent | 968621dfadd6ea8f42eb97f394c95059f10daa22 (diff) | |
chore: fix typos
Diffstat (limited to 'lua/nvim-treesitter/query_predicates.lua')
| -rw-r--r-- | lua/nvim-treesitter/query_predicates.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/query_predicates.lua b/lua/nvim-treesitter/query_predicates.lua index 20cb4274..be713304 100644 --- a/lua/nvim-treesitter/query_predicates.lua +++ b/lua/nvim-treesitter/query_predicates.lua @@ -99,7 +99,7 @@ query.add_predicate("has-type?", function(match, pattern, bufnr, pred) return vim.tbl_contains(types, node:type()) end) --- Just avoid some anoying warnings for this directive +-- Just avoid some annoying warnings for this directive query.add_directive("make-range!", function() end) query.add_directive("downcase!", function(match, _, bufnr, pred, metadata) |
