From 2c2c4740a89402e755cc7f8eed278e70fa3c5a0b Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Tue, 6 Jan 2015 10:09:53 -0500 Subject: [PATCH] Update all grammar submodules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was performed via `git submodule update --remote`. * vendor/grammars/Agda.tmbundle 784f435...68a218c (1): > Merge pull request #1 from aroben/patch-1 * vendor/grammars/IDL-Syntax 9473b7f...3baeaea (1): > Merge pull request #3 from aroben/patch-1 * vendor/grammars/NimLime 7a2fb4e...9cef4b6 (4): > Updated command names > Updated generated documentation > renamed more from nimrod to nim > Renamed several files * vendor/grammars/SCSS.tmbundle d6188e5...4147502 (1): > Merge pull request #181 from redgluten/master * vendor/grammars/Sublime-VimL 6ab7e19...366fdc6 (1): > Merge pull request #2 from yous/fix-single-quoted-string * vendor/grammars/factor 2dc5590...2453a78 (38): > json.writer: make sure we make hex values two digits zero padded. > json.writer: support escaping unicode > 0x10000. Thanks @jonenst! > mason.git: fix status check. > compiler.cfg.*: new unit test vocabs > compiler.cfg.*: more docs > compiler.cfg.*: refactoring away the compute-global-sets word > compiler.cfg.*: docs and more tests > compiler.cfg.stacks.local: refactoring making stack-changes and height-changes take and return stuff instead of using variables and the make building > compiler.cfg.parallel-copy: docs > compiler.cfg.stacks.height: these words are unused > compiler.cfg.*: more compiler docs > compiler.cfg.stacks.finalize: initial docs > io.launcher: fix stack effects. > io.launcher: fix docs for with-process-reader and with-process-writer. > io.launcher: add versions of with-process that preserve process and status. > mason.git: fix use. > mason.git: fix for rename. > io.launcher: cleanup public interface, make some things private or internal. > gopher: set 1 minute timeout by default. > brainfuck: cleanup tests. > json.writer: don't escape spaces, thats weird. > unix: some using cleanups. > python: rename startup/shutdown hooks. > math.extras: adding the Möbius function. > alien.c-types: move definitions of stdint.h from unix.types. > gopher: use contents now that it works. > io.ports: Make buffered-port not have a length because of Linux virtual files and TCP sockets. Related to issues #1256 and #1259. > tools.deploy.backend: add word for deleting cached staging images. > command-line: save the executable in a variable so that people don't use (command-line) directly if possible. > bootstrap: fix this use of (command-line). > tools.deploy.shaker: set the rest of the args to preserve current behavior. > vm: store full command-line including executable first argument. > gopher: fix bug where empty lines weren't printed properly in menus. > gopher: simplify. > gopher: change gopher-text to use split1. > io.encodings.detect: simplify prolog-tag. > gopher: add way to get result without converting to objects. > tools.disassembler: allow disassemble of compose and curry. * vendor/grammars/fsharpbinding af755c8...d097476 (24): > Merge pull request #909 from cbowdon/issue877-vim-73-support > Merge pull request #913 from 7sharp9/Move_GetColourizations_toBg > Merge pull request #912 from 7sharp9/TryFind_opt > Merge pull request #911 from 7sharp9/FoldingParser > Merge pull request #908 from 7sharp9/TooltipOverhaul_AutoParamFix > Merge pull request #907 from 7sharp9/Movegetdefinestomodule > Merge pull request #906 from 7sharp9/tooltipfixforclosures > Merge pull request #905 from 7sharp9/ResolverProvider_singletimeout > Merge pull request #904 from fsharp/revert-903-ResolverProvider_singletimeout > Merge pull request #903 from 7sharp9/ResolverProvider_singletimeout > Merge pull request #902 from 7sharp9/ParameterCompletion_gatherTimeout > Merge pull request #901 from 7sharp9/Changed_invalidate_project > Merge pull request #900 from 7sharp9/Syntaxmode_removeextraoperation > Merge pull request #899 from 7sharp9/tooltips_ensureTimout > Merge pull request #898 from 7sharp9/pathextension_useAddRange > Merge pull request #897 from 7sharp9/resolverprovider_ensuretimout > Merge pull request #896 from 7sharp9/completion_ensuretimout > Merge pull request #895 from cbowdon/894-Vim-fix-for-no-completions-stacktrace > Merge pull request #890 from wangzq/gotodecl > Merge pull request #893 from 7sharp9/fixfortooltipvaltypes > Merge pull request #892 from 7sharp9/fixforprojecttypechecking > Added correct indentation > Merge pull request #891 from 7sharp9/ImproveImplementInterface > Merge pull request #888 from VincentDondain/master * vendor/grammars/haxe-sublime-bundle 58cad47...e2613bb (4): > fixed goto definition / find type > clean > adaptations for toplevel completion > first test * vendor/grammars/language-gfm c6df027...7b62290 (7): > Prepare 0.59.0 release > scoped-properties -> settings > Prepare 0.58.0 release > Merge pull request #67 from davidcelis/master > Prepare 0.57.0 release > Prepare 0.56.0 release > Merge pull request #64 from atom/mb-new-cpp-scope-name * vendor/grammars/language-javascript 15dc5d1...6690feb (5): > Prepare 0.52.0 release > Merge pull request #82 from Hurtak/feature/snippets-for > Merge pull request #80 from Hurtak/feature/snippets-querySelector > Merge pull request #79 from Hurtak/feature/snippets-switch-indentation-fix > Merge pull request #81 from Hurtak/feature/snippets-iife * vendor/grammars/language-python 476a353...f518e49 (5): > Prepare 0.28.0 release > Use trailing scope name > Merge pull request #48 from msabramo/patch-1 > Prepare 0.27.0 release > Add pattern for nonlocal keyword * vendor/grammars/language-sass 064a8b5...33efa33 (2): > Prepare 0.29.0 release > Allow + and - in selector argument * vendor/grammars/language-shellscript e2d62af...cbec163 (2): > Prepare 0.11.0 release > Merge pull request #4 from hd-deman/patch-1 * vendor/grammars/latex.tmbundle 682c4b7...52b2251 (42): > Replaced `python` with `python2.7` in shebangs > Make the preferences compatible with Python 3 > Handle manual spacing in “Reformat” (Table) > Fix: Reformatting of table containing empty cells > Use more descriptive variable names in `format` > Add documentation to `reformat` > Fix doctest in `refresh_viewer` > Add tests for `reformat` > Ignore “exit discard” status in `cramtests` > Remove print statements from `reformat` function > Fix: Close log window option ignored > Automatically scroll to bottom in “HTML Output” > Handle “\” signs in the notification window > Fix missing logname in default error message > Extend list of auxiliary files > Remove unused code from `latex_watch` > Display default message in notification window > Sort error messages by line number > Do not store duplicate error messages anymore > Close notification window on cleanup > Improve reopening of closed notification windows > Improve rewrap code in `texparser` > Improve readability of verbose log output > Only parse log file if there were changes > Remove unnecessary function call in “LaTeX Watch” > Properly close file in `guess_tex_engine` > Handle log messages containing double quotes > Left justify severity in notification window > Handle manual closing of notification window > Add additional information to notification window > Remove unused code from `texparser` > Close notification when typesetting succeeds > Add support for notifications to “LaTeX Watch” > Update bundle preference values instantly > Make “Reformat” (Table) compatible with Ruby 2 > Ignore escaped ampersand `\&` in “Format” (Table) > Remove warnings reported by `RuboCop` > Format code for “Reformat” (Table) > Move code for “Reformat” into separate script > Save “Reformat” command with TextMate 2 > Remove unused import > Use explicit import in “Itemize Lines In Selection” * vendor/grammars/mercury-tmlanguage b5a4fd6...eaef0b0 (8): > Add require_* and some, all keywords > Highlight %f format specifiers, `` as op > Correct implementation of '''', """" and 0' > README.md: Mention GitHub grammar compatability > README.md: add resources and demonstration > reformatted whitespace; added foreign mods; missing keywords > Highlight variables, determ decls, more pragmas > no highlighting of variables, function names, type names, inst's, etc. * vendor/grammars/sublime-mask 2f59519...632ff3c (4): > v0.8.7 > v0.8.7 > + expression in component nodes < v0.8.6 * vendor/grammars/swift.tmbundle 81a0164...3c7eac5 (9): > Use constant scope for booleans > Use storage scope instead of keyword > Correct typo in include > Revamp string literal matching > Improve punctuation scopes > Allow for functions without a body > Add simple folding markers for swift > Improved matching of capture specifiers > Add Support for UInt, Int[8|16|32|64] & Float80 --- vendor/grammars/Agda.tmbundle | 2 +- vendor/grammars/IDL-Syntax | 2 +- vendor/grammars/NimLime | 2 +- vendor/grammars/SCSS.tmbundle | 2 +- vendor/grammars/Sublime-VimL | 2 +- vendor/grammars/factor | 2 +- vendor/grammars/fsharpbinding | 2 +- vendor/grammars/haxe-sublime-bundle | 2 +- vendor/grammars/language-gfm | 2 +- vendor/grammars/language-javascript | 2 +- vendor/grammars/language-python | 2 +- vendor/grammars/language-sass | 2 +- vendor/grammars/language-shellscript | 2 +- vendor/grammars/latex.tmbundle | 2 +- vendor/grammars/mercury-tmlanguage | 2 +- vendor/grammars/sublime-mask | 2 +- vendor/grammars/swift.tmbundle | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/vendor/grammars/Agda.tmbundle b/vendor/grammars/Agda.tmbundle index 784f435f..68a218c4 160000 --- a/vendor/grammars/Agda.tmbundle +++ b/vendor/grammars/Agda.tmbundle @@ -1 +1 @@ -Subproject commit 784f435f09c126f6a070f751c678dd9dfd88c969 +Subproject commit 68a218c489c809655f74164f83b78d359a82989a diff --git a/vendor/grammars/IDL-Syntax b/vendor/grammars/IDL-Syntax index 9473b7fa..3baeaeaf 160000 --- a/vendor/grammars/IDL-Syntax +++ b/vendor/grammars/IDL-Syntax @@ -1 +1 @@ -Subproject commit 9473b7faaf709740d08d84823f9e86b2ad585f62 +Subproject commit 3baeaeafac9e30e8a4b0789105641e0b59da32a9 diff --git a/vendor/grammars/NimLime b/vendor/grammars/NimLime index 7a2fb4e7..9cef4b65 160000 --- a/vendor/grammars/NimLime +++ b/vendor/grammars/NimLime @@ -1 +1 @@ -Subproject commit 7a2fb4e73a293a009224c35fc421006869344439 +Subproject commit 9cef4b6547da06a85122a087b325022dccb5e09e diff --git a/vendor/grammars/SCSS.tmbundle b/vendor/grammars/SCSS.tmbundle index d6188e57..41475020 160000 --- a/vendor/grammars/SCSS.tmbundle +++ b/vendor/grammars/SCSS.tmbundle @@ -1 +1 @@ -Subproject commit d6188e579f0808d843e75728e6bd77a170a0d0ac +Subproject commit 41475020634fc07b5c03ff0dfaee64c2491fa32b diff --git a/vendor/grammars/Sublime-VimL b/vendor/grammars/Sublime-VimL index 6ab7e19a..366fdc64 160000 --- a/vendor/grammars/Sublime-VimL +++ b/vendor/grammars/Sublime-VimL @@ -1 +1 @@ -Subproject commit 6ab7e19a579c1842999a23db697851599a570915 +Subproject commit 366fdc64e3655207a0b2672f630d7167e6aac2c3 diff --git a/vendor/grammars/factor b/vendor/grammars/factor index 2dc55909..2453a785 160000 --- a/vendor/grammars/factor +++ b/vendor/grammars/factor @@ -1 +1 @@ -Subproject commit 2dc5590966a6212d1911eaba63d698e1c8b04e73 +Subproject commit 2453a785f73429786583684cf729625c7cf7b04b diff --git a/vendor/grammars/fsharpbinding b/vendor/grammars/fsharpbinding index af755c8b..d0974762 160000 --- a/vendor/grammars/fsharpbinding +++ b/vendor/grammars/fsharpbinding @@ -1 +1 @@ -Subproject commit af755c8b01ddb9bd5abebb74f318f6a9183c55e4 +Subproject commit d097476208bfa11a961734907d190b78bc5af5fb diff --git a/vendor/grammars/haxe-sublime-bundle b/vendor/grammars/haxe-sublime-bundle index 58cad478..e2613bb1 160000 --- a/vendor/grammars/haxe-sublime-bundle +++ b/vendor/grammars/haxe-sublime-bundle @@ -1 +1 @@ -Subproject commit 58cad4780c3ce19a5219dfa38d25556f800ac726 +Subproject commit e2613bb12598d4ae2de5ba57af890ce910195fce diff --git a/vendor/grammars/language-gfm b/vendor/grammars/language-gfm index c6df027b..7b62290a 160000 --- a/vendor/grammars/language-gfm +++ b/vendor/grammars/language-gfm @@ -1 +1 @@ -Subproject commit c6df027b075654b5faadd8965b9bdc39276e3a45 +Subproject commit 7b62290a08d635e98f7bc2c8cb8f51e97b0d3935 diff --git a/vendor/grammars/language-javascript b/vendor/grammars/language-javascript index 15dc5d1d..6690feb3 160000 --- a/vendor/grammars/language-javascript +++ b/vendor/grammars/language-javascript @@ -1 +1 @@ -Subproject commit 15dc5d1d8675ba7b2f6af77adf3e373e54a994d0 +Subproject commit 6690feb3a0aedb191e3c28b7a7a3961c24245b6f diff --git a/vendor/grammars/language-python b/vendor/grammars/language-python index 476a3535..f518e495 160000 --- a/vendor/grammars/language-python +++ b/vendor/grammars/language-python @@ -1 +1 @@ -Subproject commit 476a353595caca2105c5984466390333036d0f11 +Subproject commit f518e495f6bb13124d44cfc2366c424dc58859ac diff --git a/vendor/grammars/language-sass b/vendor/grammars/language-sass index 064a8b5a..33efa33e 160000 --- a/vendor/grammars/language-sass +++ b/vendor/grammars/language-sass @@ -1 +1 @@ -Subproject commit 064a8b5a870afad877e06ce9774c1ef974471f6a +Subproject commit 33efa33e10eb4fd1f93295ba1e7e756217f03dec diff --git a/vendor/grammars/language-shellscript b/vendor/grammars/language-shellscript index e2d62af1..cbec163c 160000 --- a/vendor/grammars/language-shellscript +++ b/vendor/grammars/language-shellscript @@ -1 +1 @@ -Subproject commit e2d62af11a07f6d65b1664456d85e747a31ac4b4 +Subproject commit cbec163cc1640f46f2d5ba145f5cb2cace8e3405 diff --git a/vendor/grammars/latex.tmbundle b/vendor/grammars/latex.tmbundle index 682c4b72..52b2251a 160000 --- a/vendor/grammars/latex.tmbundle +++ b/vendor/grammars/latex.tmbundle @@ -1 +1 @@ -Subproject commit 682c4b725c9504bf3c8c1d4efdd954a8d23800bc +Subproject commit 52b2251aab30577f4b3b3cc8997fb3c7d0e798ce diff --git a/vendor/grammars/mercury-tmlanguage b/vendor/grammars/mercury-tmlanguage index b5a4fd6e..eaef0b06 160000 --- a/vendor/grammars/mercury-tmlanguage +++ b/vendor/grammars/mercury-tmlanguage @@ -1 +1 @@ -Subproject commit b5a4fd6e400cef468dad18d92df65268a6d4a3e9 +Subproject commit eaef0b0643b2cea0d7d26056f2dd264c5a652be9 diff --git a/vendor/grammars/sublime-mask b/vendor/grammars/sublime-mask index 2f59519f..632ff3c6 160000 --- a/vendor/grammars/sublime-mask +++ b/vendor/grammars/sublime-mask @@ -1 +1 @@ -Subproject commit 2f59519ffdccfb15c63668951847f1c96b6e07c0 +Subproject commit 632ff3c6f58d4cbf0863db79c22f4f64ed229b25 diff --git a/vendor/grammars/swift.tmbundle b/vendor/grammars/swift.tmbundle index 81a01641..3c7eac54 160000 --- a/vendor/grammars/swift.tmbundle +++ b/vendor/grammars/swift.tmbundle @@ -1 +1 @@ -Subproject commit 81a01641457d544a3a16bb5410e5cafef2148ceb +Subproject commit 3c7eac54457aa8f953fa5263cb34ec4dc9555217