All notable changes to the "powerbuilder-syntax" extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
- Initial release
- Merge enhencement of Kevin Carpenter
- Used other TextMate PB Example and converted and added for more syntax highlighting.
- Added .srm files to package config.
- Notes
- Added better function highlighting with paramters.
- Added cleanup for ignoring case on functions/subs/events as well as fixing single quotes and making functions not expand into parameters.
- Added .srp (Pipeline), .srj (Project) and .srq (Query) files types to package config.
- Swithed regex to be case insensitive for keywords.
- Fixed broken strings when using ~ escape character.