MA0301/exam_template/.vscode/makefile.code-snippets

16 lines
374 B
Plaintext
Raw Normal View History

2021-05-10 17:41:58 +02:00
{
"hasse": {
"scope": "makefile",
"prefix": ["hasse"],
"body": "python ../../python/Hasse.py graphics/src/$1.txt graphics/$1.tex",
"description": "Add hasse diagram",
},
"FSA": {
"scope": "makefile",
"prefix": ["fsa"],
"body": "python ../../python/FSA.py graphics/src/$1.txt graphics/$1.tex",
"description": "Add FSA diagram",
}
}