diff --git a/CykaQuick/.vscode/settings.json b/CykaQuick/.vscode/settings.json new file mode 100644 index 0000000..579bad7 --- /dev/null +++ b/CykaQuick/.vscode/settings.json @@ -0,0 +1,23 @@ +{ + "highlight.regex.workspace.regexes": [ + { + "name": "namedGroups", + "regexes": [ + { + "regex": "(?:(\\?<[^>]+>)[^)]+)", + "decorations": [ + { + "backgroundColor": "#000000", + "color": "#1CAFC4" + } + ] + } + ] + } + ], + "Lua.diagnostics.libraryFiles": "Enable", + "Lua.workspace.library": [ + "../Meta/Types/client", + "../Meta/Types/shared" + ], +} \ No newline at end of file