-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2500 from github/cut-release-v4.5.9
Cut release v4.5.9
- Loading branch information
Showing
17 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Linguist | ||
VERSION = "4.5.8" | ||
VERSION = "4.5.9" | ||
end |
Submodule Handlebars
updated
7 files
+3 −14 | README.md | |
+1 −0 | grammars/Handlebars.json | |
+1 −0 | grammars/Handlebars.tmLanguage | |
+1 −1 | package.json | |
+28 −0 | snippets/Handlebars.cson | |
+1 −1 | snippets/each.sublime-snippet | |
+1 −1 | snippets/with.sublime-snippet |
Submodule InnoSetup
updated
from 417c64 to e7ca1e
Submodule Sublime-Modula-2
updated
2 files
+1 −1 | Modula-2.tmLanguage | |
+15 −0 | SymbolList.tmPreferences |
Submodule Sublime-Text-2-OpenEdge-ABL
updated
from 6e8231 to dd14b3
Submodule atom-fsharp
updated
from 55785b to 2a531a
Submodule dart-sublime-bundle
updated
14 files
+3 −4 | __init__.py | |
+12 −0 | _init_.py | |
+11 −7 | _init_check.py | |
+45 −447 | analyzer.py | |
+1 −1 | autocomplete.py | |
+6 −14 | format.py | |
+17 −1 | lib/analyzer/actions.py | |
+446 −0 | lib/analyzer/analyzer.py | |
+0 −4 | lib/analyzer/api/protocol.py | |
+28 −33 | lib/analyzer/response.py | |
+3 −49 | lib/editor_context.py | |
+1 −1 | navigation.py | |
+153 −16 | sublime_plugin_lib/__init__.py | |
+90 −0 | sublime_plugin_lib/panels.py |
Submodule elixir-tmbundle
updated
from 9542bb to 56efe6
Submodule language-crystal
updated
from d4f3c1 to 754623
Submodule latex.tmbundle
updated
52 files
Submodule sublime-mask
updated
7 files
+399 −381 | Syntaxes/mask.JSON-tmLanguage | |
+11 −2 | Syntaxes/mask.YAML-tmLanguage | |
+30 −2 | Syntaxes/mask.tmLanguage | |
+ − | lib/Mask.sublime-package | |
+36 −0 | metadata/Comments.tmPreferences | |
+1 −1 | package.json | |
+102 −0 | syntax.mask |