This commit is contained in:
ergz
2023-04-05 01:37:50 -07:00
commit 503317967b
6 changed files with 2079 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"folders":
[
{
"path": "."
}
],
"build_systems":
[
{
"name": "build.bat",
"shell_cmd": "build.bat",
"selector": "source.c++",
"working_dir": "$project_path",
"file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$",
}
]
}