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" "neo-tree"
"TelescopePrompt" "TelescopePrompt"
]; ];
scope = { };
show_start = false; scope = {
show_end = false; show_start = false;
highlight = ["@keyword"]; show_end = false;
char = ""; highlight = ["@keyword"];
include = { char = "";
node_type = { include = {
lua = ["table_constructor"]; node_type = {
}; lua = ["table_constructor"];
}; };
}; };
indent = {char = "";};
}; };
indent = {char = "";};
}; };
}; };