- NEW: Changes for Python 3.13 support on ST 4201+.
- NEW: SSH config to rules.
- FIX: Fix support commands.
- FIX: Include
typingdependency.
- NEW: Update Zsh rules.
- NEW: Add Dangerfile to Ruby patterns.
- 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.
- FIX: Recent versions of Sublime have the JSON syntax file in a new place.
- FIX: Add
.babelrcand.stylelintrcto 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.
- FIX: Fix
Gemfile.lockbeing detected as Ruby on Rails. (#148)
- FIX: "Browse Syntaxes" should show legacy
tmLanguagefiles as well as the newsublime-syntax.
- 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_pathrule patterns andext_trimpatterns. - NEW: Add new
globmatchrule. - NEW: Add new
apply_syntax_browsecommand 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_currentcommand which will copy the current active view's syntax to the clipboard in a form compatible to be used in a syntax rule.
- FIX: Avoid evaluating path if it is None.
- 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)
- FIX: Fix check for unsaved buffer.
- FIX: Fix extension compare and order of evaluation.
- FIX: Use proper Bash syntax.
- FIX: Use proper Git syntax. (!119)
- FIX: Update shell scripts to use newest Bash language file.
- FIX: Update
Rspecrule withRSpec Buddy/RSpec Buddy.
- NEW: Add document and settings command to command palette.
- FIX: Handling of list syntax.
- FIX: Fix usage of deprecated key name in default settings.
- NEW: Added
TypoScriptrules. - NEW: Restrict phantoms to 3124+.
- NEW: Support commands.
- FIX: Configuration tweaks to YAML rules.
- NEW: Added changelog command.
- NEW: Added support command.
- FIX: Fix issue where
new_file_syntaxwould occasionally not work #100.