Script:2649
Talk0
1,599pages on
this wiki
this wiki
Revision as of 05:22, June 17, 2010 by JohnBeckett (Talk | contribs)
Use this page to discuss script 2649 2649
- 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
Add these lines to highlight numeric literals:
syntax match Number /\<\d\+\>/ syntax match Number /%[01]\+/ syntax match Number /\$[0-9A-F]\+/