Skip to content

Commit

Permalink
feat(configs): more sensible treesitter valid node types
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Sep 25, 2024
1 parent 4fec2d7 commit 5186097
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lua/dropbar/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,7 @@ M.opts = {
'continue_statement',
'delete',
'do_statement',
'element',
'enum',
'enum_member',
'event',
Expand All @@ -582,7 +583,6 @@ M.opts = {
'if_statement',
'interface',
'keyword',
'list',
'macro',
'method',
'module',
Expand All @@ -595,9 +595,9 @@ M.opts = {
'property',
'reference',
'repeat',
'rule_set',
'scope',
'specifier',
'string',
'struct',
'switch_statement',
'type',
Expand All @@ -611,7 +611,6 @@ M.opts = {
'identifier',
'object',
'statement',
'text',
},
},
lsp = {
Expand Down

0 comments on commit 5186097

Please sign in to comment.