From 02586e3c1f2a3610ebda8df0eb3c3d4630ce5974 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 16 Nov 2021 01:54:41 +0000 Subject: [PATCH] updated onyx syntax --- static/vendor/ace/mode-onyx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/vendor/ace/mode-onyx.js b/static/vendor/ace/mode-onyx.js index ab1d863..f4ba3b6 100644 --- a/static/vendor/ace/mode-onyx.js +++ b/static/vendor/ace/mode-onyx.js @@ -59,7 +59,7 @@ var cFunctions = exports.cFunctions = "\\b(?:hypot(?:f|l)?|s(?:scanf|ystem|nprin var onyxHighlightRules = function() { var keywordControls = ( - "package|struct|enum|use|global|if|elseif|else|for|while|do|switch|case|return|break|continue|defer|fallthrough|as|cast|sizeof|alignof|typeof|macro" + "package|struct|enum|interface|where|use|global|if|elseif|else|for|while|do|switch|case|return|break|continue|defer|fallthrough|as|cast|sizeof|alignof|typeof|macro" ); var storageType = ( -- 2.25.1