-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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 #2741 from github/cut-release-v4.7.2
Cut release v4.7.2
- Loading branch information
Showing
20 changed files
with
20 additions
and
20 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module Linguist | ||
VERSION = "4.7.1" | ||
VERSION = "4.7.2" | ||
end |
Submodule AutoHotkey
updated
14 files
+0 −0 | .no-sublime-package | |
+1 −1 | AutoHotkey.sublime-build | |
+1 −0 | AutoHotkey.sublime-completions | |
+1 −1 | AutoHotkey.tmLanguage | |
+33 −0 | ContextSensitiveHelp.ahk | |
+8 −0 | Default (Linux).sublime-keymap | |
+8 −0 | Default (OSX).sublime-keymap | |
+13 −0 | Default (Windows).sublime-keymap | |
+23 −4 | Main.sublime-menu | |
+10 −3 | README.md | |
+5 −37 | ahkexec.py | |
+49 −0 | ahkpopuphelp.py | |
+27 −0 | gotodocs.py | |
+19 −0 | utils.py |
Submodule InnoSetup
updated
from 2853a3 to 9da37a
Submodule SublimeClarion
updated
28 files
+13 −0 | .vscode/launch.json | |
+0 −0 | LICENSE.txt | |
+11 −1 | README.md | |
+0 −506 | Support/Clarion.tmLanguage.bak | |
+ − | Support/Clarion.tmLanguage.cache | |
+ − | Support/ClarionSymbols.tmPreferences.cache | |
+ − | Support/Comments.tmPreferences.cache | |
+12 −0 | clarion.configuration.json | |
+ − | images/sv57x57.png | |
+6 −6 | messages.json | |
+0 −0 | messages/1.0.4.txt | |
+0 −0 | messages/1.0.5.txt | |
+0 −0 | messages/1.0.6.txt | |
+0 −0 | messages/1.0.7.txt | |
+0 −0 | messages/1.0.8.txt | |
+0 −0 | messages/install.txt | |
+38 −0 | package.json | |
+0 −0 | snippets/ODS.sublime-snippet | |
+0 −0 | snippets/class.sublime-snippet | |
+0 −0 | snippets/inc.sublime-snippet | |
+0 −0 | snippets/var.sublime-snippet | |
+0 −0 | snippets/varn.sublime-snippet | |
+0 −0 | syntaxes/Clarion.JSON-tmLanguage | |
+0 −0 | syntaxes/Clarion.tmLanguage | |
+0 −0 | syntaxes/ClarionSymbols.JSON-tmPreferences | |
+0 −0 | syntaxes/ClarionSymbols.tmPreferences | |
+0 −0 | syntaxes/Comments.JSON-tmPreferences | |
+0 −0 | syntaxes/Comments.tmPreferences |
Submodule atom-fsharp
updated
from eb5553 to 2622af
Submodule elixir-tmbundle
updated
from 25bf93 to 4b502e
Submodule factor
updated
30 files
Submodule html.tmbundle
updated
22 files
Submodule language-babel
updated
4 files
+4 −1 | CHANGELOG.md | |
+29 −18 | lib/transpiler-task.coffee | |
+14 −8 | lib/transpiler.coffee | |
+1 −1 | package.json |
Submodule language-coffee-script
updated
3 files
+113 −111 | grammars/coffeescript (literate).cson | |
+1 −1 | package.json | |
+13 −0 | spec/coffee-script-literate-spec.coffee |
Submodule language-javascript
updated
5 files
+1 −1 | README.md | |
+118 −9 | grammars/javascript.cson | |
+1 −1 | package.json | |
+4 −4 | snippets/language-javascript.cson | |
+171 −11 | spec/javascript-spec.coffee |
Submodule language-python
updated
3 files
+4 −4 | grammars/python.cson | |
+1 −1 | package.json | |
+38 −0 | spec/python-spec.coffee |
Submodule latex.tmbundle
updated
8 files
+16 −5 | Commands/Bold.tmCommand | |
+1 −1 | Commands/Help.plist | |
+16 −5 | Commands/Italic.tmCommand | |
+16 −5 | Commands/Small Caps.tmCommand | |
+16 −5 | Commands/Typewriter.tmCommand | |
+16 −5 | Commands/Underline.tmCommand | |
+37 −0 | Commands/Verb.tmCommand | |
+0 −26 | Commands/verb.tmCommand |
Submodule perl.tmbundle
updated
2 files
+25 −12 | Syntaxes/Perl 6.tmLanguage | |
+21 −4 | Syntaxes/Perl.plist |
Submodule sublime-pony
updated
from 2b69dd to 384ba3
Submodule sublime-typescript
updated
10 files
+62 −6 | Main.sublime-menu | |
+9 −4 | README.md | |
+2 −2 | TypeScript.YAML-tmLanguage | |
+2 −2 | TypeScript.tmLanguage | |
+2 −2 | TypeScriptReact.YAML-tmLanguage | |
+2 −2 | TypeScriptReact.tmLanguage | |
+1 −0 | popup.html | |
+9 −1 | typescript/commands/__init__.py | |
+20 −0 | typescript/commands/settings.py | |
+5 −2 | typescript/libs/popup_manager.py |