sublime configs

This commit is contained in:
KK
2026-06-17 07:55:59 +02:00
parent 82f93347ad
commit 1a43b3a0a2
10 changed files with 239 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"shell_cmd": "build.bat",
"file_regex": "^(.*)\\((\\d+),?(\\d+)?\\)\\s?:\\s([^\n]+)", // msvc
// "file_regex": "^(.*):(\\d+):(\\d+):", // clang
"working_dir": "$folder",
}