namespace AIStudio.Components; /// /// Selects the syntax highlighter used by . /// The enum value is passed to the JavaScript module as a string, so a new /// language must also be handled in wwwroot/system/CodeEditor/code-editor.js. /// public enum CodeEditorLanguage { PLAIN_TEXT, LUA, }