stuff like that :)

This commit is contained in:
2025-03-20 08:56:01 +01:00
parent 7bc95ea8b9
commit 97eb1c5e8a
8 changed files with 384 additions and 163 deletions
+29
View File
@@ -0,0 +1,29 @@
{
"folders": [
{
"path": "."
},
{
"path": "../astro-components"
},
{
"path": "../polymech-mono/packages/commons"
}
],
"settings": {
"files.associations": {
"*.json.liquid": "json",
"*.yaml.liquid": "yaml",
"*.md.liquid": "markdown",
"*.js.liquid": "liquid-javascript",
"*.css.liquid": "liquid-css",
"*.scss.liquid": "liquid-scss",
"*.embeddedhtml": "html",
"*.cps": "javascript",
"*.h": "c",
"XASM2INT.C": "cpp",
"XASM.H": "cpp",
"TNC_f1.H": "cpp"
}
}
}