Update sublime stuff

This commit is contained in:
KK
2026-06-25 23:43:48 +02:00
parent 5d125be800
commit 9fd1ba70a3
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
],
"index_files": true,
// "color_scheme": "gruvbox (Light) (Soft).sublime-color-scheme",
"font_size": 13,
"font_size": 11,
"font_face": "Cascadia Code",
"theme": "Adaptive.sublime-theme",
"folder_exclude_patterns": ["external", ".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*"],

View File

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