Releases: facelessuser/ApplySyntax
Releases · facelessuser/ApplySyntax
ST3 4.2.0
ST3-4.1.0
4.1.0
- NEW: Ensure
Cartfile
s 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
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
ST3 4.0.1
4.0.1
- FIX: "Browse Syntaxes" should show legacy
tmLanguage
files as well as the newsublime-syntax
.
ST3 4.0.0
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 tofile_path
rule patterns andext_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
3.0.1
- FIX: Avoid evaluating path if it is None.
ST3 3.0.0
ST3 2.5.5
ApplySyntax 2.5.5
- FIX: Fix check for unsaved buffer.
ST3 2.5.4
ApplySyntax 2.5.4
- FIX: Fix extension compare and order of evaluation.