Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic language highlighting and folding (short issue description) #5550

Open
2 tasks
chen-xiaoxing opened this issue May 9, 2024 · 0 comments
Open
2 tasks

Comments

@chen-xiaoxing
Copy link

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

  • I may be able to implement this feature request
  • This feature might incur a breaking change

ACE version used

1.32.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants