Use this page to discuss script 2649 PBASIC syntax file
- Add constructive comments, bug reports, or discuss improvements (see the guideline).
- Do not document the script here (the author should do that on vim.org).
- This page may be out of date: check the script's vim.org page above, and its release notes.
Comments
Edit
Add these lines to highlight numeric literals:
syntax match Number /\<\d\+\>/ syntax match Number /%[01]\+/ syntax match Number /\$[0-9A-F]\+/