Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

107

Compare
Choose a tag to compare
@kevinsawicki kevinsawicki released this 02 Jul 17:08
· 21833 commits to master since this release

Major Changes

  • Fixed an issue causing strings with escaped quotes in YAML files to not be parsed correctly.
  • Added support for viewing symbols for .sass and .yml files using cmd-R
  • The active grammars are now loaded immediately at startup removing the color flicker for open editors.
  • ctrl-pageup/ctrl-pagedown now switches to the previous/next editor.
  • ~~~ code blocks are now parsed correctly in Markdown files.
  • Removed delete option from tree view. move to trash and cancel are now the only options.
  • Fixed multiline string syntax highlighting for Python.
  • Add recursive directory expanding/collapsing to Tree View
  • It is now possible for a grammars to tokenize a newline.
  • The fuzzy finder now supports an option to traverse into symlinked directories.
  • Added a Convert Tabs To Spaces command that replaces all hard tabs (\t) with spaces using the configured tab length.