16 lines
374 B
Plaintext
16 lines
374 B
Plaintext
|
|
{
|
|
"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",
|
|
}
|
|
} |