definition prep (still exploring..)

This commit is contained in:
2025-08-07 01:53:15 -04:00
parent 8b252c4e68
commit 046800b9d8
13 changed files with 247 additions and 69 deletions
+8 -1
View File
@@ -2,6 +2,7 @@
"files.associations": {
"*.rmd": "markdown",
"*.s": "gas",
"*.dasm": "lldb.disassembly",
"*.asm": "gas",
"stdlib.h": "c",
"libetc.h": "c",
@@ -16,6 +17,12 @@
"iterator": "c",
"regex": "c",
"dsl.h": "c",
"xlocale": "c"
"xlocale": "c",
"gp.h": "c",
"array": "c",
"initializer_list": "c",
"string_view": "c",
"functional": "c",
"tuple": "c"
}
}