Class CodeEditorLanguageDefinitions
java.lang.Object
de.luckymcdev.foundryengine.common.editor.builtin.code.CodeEditorLanguageDefinitions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic imgui.extension.texteditor.TextEditorLanguageDefinitionglsl()Returns the shared GLSL language definition.static imgui.extension.texteditor.TextEditorLanguageDefinitiongroovy()Returns the shared Groovy language definition.static imgui.extension.texteditor.TextEditorLanguageDefinitionjava()Returns the shared Java language definition.static imgui.extension.texteditor.TextEditorLanguageDefinitionjson()Returns the shared JSON language definition.static imgui.extension.texteditor.TextEditorLanguageDefinitiontoml()Returns the shared TOML language definition.
-
Constructor Details
-
CodeEditorLanguageDefinitions
public CodeEditorLanguageDefinitions()
-
-
Method Details
-
glsl
public static imgui.extension.texteditor.TextEditorLanguageDefinition glsl()Returns the shared GLSL language definition. -
json
public static imgui.extension.texteditor.TextEditorLanguageDefinition json()Returns the shared JSON language definition. -
toml
public static imgui.extension.texteditor.TextEditorLanguageDefinition toml()Returns the shared TOML language definition. -
groovy
public static imgui.extension.texteditor.TextEditorLanguageDefinition groovy()Returns the shared Groovy language definition. -
java
public static imgui.extension.texteditor.TextEditorLanguageDefinition java()Returns the shared Java language definition.
-