Skip to content

Releases: facelessuser/ApplySyntax

ST3 4.2.0

06 Aug 18:20
Compare
Choose a tag to compare

4.2.0

  • NEW: Add Dangerfile to Ruby patterns.

ST3-4.1.0

28 Sep 02:18
Compare
Choose a tag to compare

4.1.0

  • NEW: Ensure Cartfiles are recognized as Ruby files.
  • NEW: Migrate default patterns over to glob patterns from regex. If the intent of any patterns have changed in a
    negative way, please create an issue.

ST3 4.0.3

12 Aug 02:04
Compare
Choose a tag to compare

4.0.3

  • FIX: Recent versions of Sublime have the JSON syntax file in a new place.
  • FIX: Add .babelrc and .stylelintrc to JSON rule.
  • FIX: Reduce dependencies as they are all not required anymore.
  • FIX: Support dialog did not show all relevant dependencies.
  • FIX: New location for Ruby syntax files in later Sublime versions.

ST3 4.0.2

10 Jul 17:05
Compare
Choose a tag to compare

4.0.2

  • FIX: Fix Gemfile.lock being detected as Ruby on Rails. (#148)

ST3 4.0.1

15 Aug 15:12
Compare
Choose a tag to compare

4.0.1

  • FIX: "Browse Syntaxes" should show legacy tmLanguage files as well as the new sublime-syntax.

ST3 4.0.0

12 Aug 23:16
Compare
Choose a tag to compare

4.0.0

  • NEW: All file names are now normalized to /, so regex patterns should no longer use \ to specify path
    separators for Windows. Please update your patterns personal patterns to use / in the settings file instead of the double escaped backslashes (\\\\). This applies to file_path rule patterns and ext_trim patterns.
  • NEW: Add new globmatch rule.
  • NEW: Add new apply_syntax_browse command in the command palette to browse all syntaxes. When one is selected, the syntax will be copied to the clipboard in a form compatible to be used in a syntax rule.
  • NEW: Add new apply_syntax_current command which will copy the current active view's syntax to the clipboard in a form compatible to be used in a syntax rule.

ST3 3.0.1

24 Feb 15:15
bfaa9af
Compare
Choose a tag to compare

3.0.1

  • FIX: Avoid evaluating path if it is None.

ST3 3.0.0

27 Nov 14:38
606604a
Compare
Choose a tag to compare

3.0.0

  • NEW: Remove deprecations.
  • NEW: Add feature to allow configurable trimming of a file's extension and retry syntax detection if file path
    fails initial detection. (#132)

ST3 2.5.5

20 Nov 14:53
de44d0b
Compare
Choose a tag to compare

ApplySyntax 2.5.5

  • FIX: Fix check for unsaved buffer.

ST3 2.5.4

26 Mar 00:40
02543c9
Compare
Choose a tag to compare

ApplySyntax 2.5.4

  • FIX: Fix extension compare and order of evaluation.