Compare commits

..

1 Commits

Author SHA1 Message Date
Kayne Ruse 75cb1dfa86 Config tweak 2026-05-30 08:23:25 +10:00
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
{
"better-todo-tree.filtering.includeGlobs": [
"**/repl/**",
"**/scripts/**",
"**/examples/**",
"**/source/**",
"**/tests/**",
"**/tools/**",
"**/tests/**"
],
"better-todo-tree.filtering.excludeGlobs": [
"**/obj/**",
"**/out/**",
"**/docs/**"
],
"better-todo-tree.general.tags": [
"URGENT",
+1 -1
View File
@@ -97,7 +97,7 @@ typedef enum Toy_AstFlag {
//the root AST type
typedef union Toy_Ast Toy_Ast;
typedef struct Toy_AstBlock {
typedef struct Toy_AstBlock { //TODO: optimize away single-line blocks in the AST
Toy_AstType type;
bool innerScope;
Toy_Ast* child; //begin encoding the line