From: Brendan Hansen Date: Wed, 6 Apr 2022 19:34:02 +0000 (-0500) Subject: added function-call to vscode syntax X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=f8ef7db66849ea475cdb0074fc7acf0425adbb0a;p=onyx.git added function-call to vscode syntax --- diff --git a/misc/vscode/onyx-0.0.2.vsix b/misc/vscode/onyx-0.0.2.vsix index 797688cc..1588c532 100644 Binary files a/misc/vscode/onyx-0.0.2.vsix and b/misc/vscode/onyx-0.0.2.vsix differ diff --git a/misc/vscode/syntaxes/onyx.tmLanguage b/misc/vscode/syntaxes/onyx.tmLanguage index 0aedf74a..df335efd 100644 --- a/misc/vscode/syntaxes/onyx.tmLanguage +++ b/misc/vscode/syntaxes/onyx.tmLanguage @@ -404,6 +404,18 @@ + + match + \b(\b[[:alpha:]_]+[[:alnum:]_\.]*\b)\s*[\(] + captures + + 1 + + name + meta.function-call.onyx + + + string_escaped_char