Releases: facelessuser/ApplySyntax
Releases · facelessuser/ApplySyntax
ST3 2.3.1
ApplySyntax 2.3.1
Released Oct 19, 2016
- FIX: Config tweaks to YAML rules.
ST3 2.3.0
ST3 2.2.3
Fixes
- Fix regression of project rules and document better how project rules should be defined
ST3 2.2.2
ST3 2.2.2
Changes
- Add geojson support
ST3 2.2.1
- New Objective-C rule
- New Matlab rule
ST3 2.2.0
New
- Add .eslintrc and .bowerrc to JSON extensions
ST3 2.1.0
New
- Updated and improved plugin system
- Allow arguments to be passed to plugin method.
- Load and keep loaded the current plugin at least for the duration of the ApplySyntax call so it can be used multiple times without reloading.
- Deprecate the name attribute in favor of a standardized entry point
- Move plugins to as_plugins
- Identify MXML files
- Add is_size.py plugin file for conditional file size checks; good for using plain text on really large files etc.
ST3 2.0.1
Changes
- Rule updates
ST3 2.0.0
Changes
namekey has been deprecated in favor ofsyntaxfor clarity.binarykey has been deprecated in favor ofinterpreterfor clarity.file_namekey has been deprecated in favor offile_pathfor clarity.extensionsare used to evaluate syntax separately and before all other rules sets like Sublime does. They are not included in match all rule sets. This cleans up the settings considerably as these are the most common type matches that are done. If you want to do match all rules with extensions, or you have more complex extension rules, you can utilize thefile_pathrule under theruleskey.extensionsare now evaluated even if you don't want to add them to your language settings, but adding them to your language settings is still optional.
Deprecation Warning!
As stated above, the following keys are now deprecated:
namekey has been deprecated in favor ofsyntaxfor clarity.binarykey has been deprecated in favor ofinterpreterfor clarity.file_namekey has been deprecated in favor offile_pathfor clarity.
Please discontinue using them in favor of the new keys as they will be removed in the future.
ST3 1.4.1
Fixes
- Refer to proper tmLangauge case