173 current 2024-03-13 13:20:07 24.05.20240309.3030f18 6.7.9-zen1 *

This commit is contained in:
zackartz 2024-03-13 13:20:15 -04:00
parent d9c1e065fa
commit 53f9b945d7

View file

@ -240,19 +240,19 @@
"neo-tree"
"TelescopePrompt"
];
scope = {
show_start = false;
show_end = false;
highlight = ["@keyword"];
char = "";
include = {
node_type = {
lua = ["table_constructor"];
};
};
scope = {
show_start = false;
show_end = false;
highlight = ["@keyword"];
char = "";
include = {
node_type = {
lua = ["table_constructor"];
};
};
indent = {char = "";};
};
indent = {char = "";};
};
};