Skip to content

Releases: facelessuser/ApplySyntax

ST3 2.3.1

20 Oct 02:37

Choose a tag to compare

ApplySyntax 2.3.1

Released Oct 19, 2016

  • FIX: Config tweaks to YAML rules.

ST3 2.3.0

21 Aug 21:07

Choose a tag to compare

ApplySyntax 2.3.0

Released Aug 21, 2016

  • NEW: Added changelog command.
  • NEW: Added support command.
  • FIX: Fix issue where new_file_syntax would occasionally not work #100.

ST3 2.2.3

05 Mar 01:39

Choose a tag to compare

Fixes

  • Fix regression of project rules and document better how project rules should be defined

ST3 2.2.2

01 Mar 21:17

Choose a tag to compare

ST3 2.2.2

Changes

  • Add geojson support

ST3 2.2.1

16 Jan 21:46

Choose a tag to compare

  • New Objective-C rule
  • New Matlab rule

ST3 2.2.0

27 Oct 05:11

Choose a tag to compare

New

  • Add .eslintrc and .bowerrc to JSON extensions

ST3 2.1.0

27 Aug 23:47

Choose a tag to compare

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

07 May 00:59

Choose a tag to compare

Changes

  • Rule updates

ST3 2.0.0

06 May 15:15

Choose a tag to compare

Changes

  • name key has been deprecated in favor of syntax for clarity.
  • binary key has been deprecated in favor of interpreter for clarity.
  • file_name key has been deprecated in favor of file_path for clarity.
  • extensions are 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 the file_path rule under the rules key. extensions are 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:

  • name key has been deprecated in favor of syntax for clarity.
  • binary key has been deprecated in favor of interpreter for clarity.
  • file_name key has been deprecated in favor of file_path for clarity.

Please discontinue using them in favor of the new keys as they will be removed in the future.

ST3 1.4.1

04 May 16:02

Choose a tag to compare

Fixes

  • Refer to proper tmLangauge case