You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vbscript is an upgraded version of the basic language, but traditional hardware still uses the basic language. The vbscript syntax cannot be folded for the basic language.
Proposed Solution
Create a new basic language highlighting and folding function
Describe the feature
I want basicbasic language to add highlighting feature, here is the details of its syntax.
link: https://paladin-t.github.io/my_basic/MY-BASIC%20Quick%20Reference.pdf
Use Case
vbscript is an upgraded version of the basic language, but traditional hardware still uses the basic language. The vbscript syntax cannot be folded for the basic language.
Proposed Solution
Create a new basic language highlighting and folding function
Other Information
editorInput.value = ace.edit(aceInputRef.value, {
maxLines: 28,
minLines: 28,
value: “print hello world”,
mode: "ace/mode/vbscript",
tabSize: 2,
});
Acknowledgements
ACE version used
1.32.9
The text was updated successfully, but these errors were encountered: