|
| 1 | +v3.0.0-alpha.5 (2017-03-29) |
| 2 | +--------------------------- |
| 3 | + |
| 4 | +Welcome to the PackageDev pre-release channel (currently in alpha)! |
| 5 | + |
| 6 | +Following the addition of syntax highlighting for sublime-syntax files in the |
| 7 | +past releases, this release brings a couple new features. |
| 8 | + |
| 9 | +Big shout-out to @kingkeith, who did the initial work for these. |
| 10 | + |
| 11 | ++ Entirely new syntax definitions for: |
| 12 | + |
| 13 | + * sublime-snippets |
| 14 | + * tmPreferences |
| 15 | + * Property Lists in general (relevant for tmTheme) |
| 16 | + * sublime-keymap |
| 17 | + |
| 18 | + Especially keymaps have a very detailed highlighting now with better |
| 19 | + completions, highlighting of scope selectors and snippet contents to the |
| 20 | + `insert_snippet` command. |
| 21 | + |
| 22 | ++ Auto-completions for syntax tests. |
| 23 | + |
| 24 | + Hitting `tab` on a syntax test line (usually indicated by a comment line) |
| 25 | + will automatically add a test for the first character that was not tested in |
| 26 | + a previous test line. Inserting `<-` will test the first character of the |
| 27 | + line. |
| 28 | + |
| 29 | + Inserting `^` on an otherwise empty test line will automatically insert a |
| 30 | + test for the character at the indicated position. Inserting more `^` will |
| 31 | + extend the test to the following characters and automatically compute the |
| 32 | + common scopes for these. |
| 33 | + |
| 34 | + Additionally, the characters that are tested with the current test line are |
| 35 | + highlighted by an outline (configurable). |
| 36 | + |
| 37 | +* All syntax definitions have been moved or renamed within the Package. As a |
| 38 | + result, you will most likely notice error messages from Sublime Text |
| 39 | + reporting missing files. Just close and re-open files that this package |
| 40 | + provides syntax highlighting for. |
| 41 | + |
| 42 | +* Other minor changes (there are many commits in this release). |
| 43 | + |
| 44 | +--- |
| 45 | + |
| 46 | +Please test the package thoroughly and report issues at the issue tracker. |
| 47 | +https://github.com/SublimeText/PackageDev/issues |
0 commit comments