sync nextclodu

This commit is contained in:
Amaury JOLY
2025-05-16 13:27:55 +02:00
commit 71296deb95
69 changed files with 5815 additions and 0 deletions

View File

@ -0,0 +1,17 @@
{
"emeraldwalk.runonsave": {
"commands": [
{
"cmd": "pandoc -o ${fileDirname}/${fileBasenameNoExt}.pdf ${file}",
"match": "\\.t2t$",
}
]
},
"grammarly.selectors": [
{
"language": "plaintext",
"scheme": "file",
"pattern": "sujet-cifre.t2t"
}
]
}