We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d48794 commit 73a0cc1Copy full SHA for 73a0cc1
lua/treesj/langs/c_sharp.lua
@@ -2,6 +2,7 @@ local lang_utils = require('treesj.langs.utils')
2
3
return {
4
argument_list = lang_utils.set_preset_for_args(),
5
+ attribute_argument_list = lang_utils.set_preset_for_args(),
6
parameter_list = lang_utils.set_preset_for_args(),
7
initializer_expression = lang_utils.set_preset_for_list(),
8
element_binding_expression = lang_utils.set_preset_for_list(),
0 commit comments