Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cian-Chambliss/vscode_xbasic
https://github.com/Cian-Chambliss/vscode_xbasic
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/Cian-Chambliss/vscode_xbasic
- Owner: Cian-Chambliss
- Created: 2016-12-24T19:34:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-06-20T17:05:13.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:08:12.260Z (3 months ago)
- Size: 14.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - Cian-Chambliss/vscode_xbasic - (Others)
README
# XBasic README
Alpha Anywhere Xbasic Scripting Language Code Colorization and Lint support.
## Features
Handle .a5udf,.a5scr, .a5class, .xbasic , .a5xbm, .a5xbclass, .a5xbfl and .a5w XBasic Source file types.
## Known Issues
Code completion not yet implemented, The linter only handles syntax errors at this point.
## Release Notes
### 0.0.6
Fixed sporadic errors related to use of toLowerCase with non strings.### 0.0.5
Support byref and unsorted keywords.
### 0.0.4
Support for helpetext keyword in xbasic class definition + support for method attributes (fixed false positives in xbasic linter).
### 0.0.3
Xbasic Syntax checker has been updated to honor extra .xbasic class definition keywords.
### 0.0.2
Added more supported extensions.
### 0.0.1
Initial release of Xbasic Code Colorization...
### For more information
* [Xbasic Language Reference] (https://www.alphasoftware.com/documentation/index?search=xbasic%20language%20reference)
* [Alpha Software Website] (https://www.alphasoftware.com/)
**Enjoy!**