VANA/VANA.sublime-project

16 lines
332 B
Plaintext
Raw Normal View History

2024-11-09 12:08:25 +01:00
{
"folders": [
{
"path": "."
}
],
"build_systems":
[
{
"name": "Python venv",
"cmd": ["/home/gio/Code/VANA/VANA-python/normalize_subtitles/.pixi/envs/default/bin/python", "$file"],
"selector": "source.python",
"file_regex": "^\\s*File \"(...*?)\", line ([0-9]*)"
}
]
}