-
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.
* bumping to 7.3.2 * Update grammars to prepare for release * Couple more expected errors * Bump to 7.4.0
- Loading branch information
Showing
50 changed files
with
51 additions
and
50 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
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 +1 @@ | ||
7.3.1 | ||
7.4.0 |
Submodule CodeMirror
updated
from bb13aa to 1c2b08
Submodule Assembly-Syntax-Definition
updated
9 files
+0 −44 | test/brainf---/99bottles.bf | |
+0 −1 | test/brainf---/A.bf | |
+ − | test/brainf---/bf-source.7z | |
+ − | test/brainf---/brainkrieg | |
+1 −1 | test/brainf---/brainkrieg.sx | |
+0 −1 | test/brainf---/helloworld.bf | |
+0 −1 | test/brainf---/loopcheck.bf | |
+0 −10 | test/brainf---/mystery.bf | |
+0 −216 | test/brainf---/mystery2.bf |
Submodule Handlebars
updated
6 files
+1 −1 | .sublime-build | |
+3 −1 | README.md | |
+1 −1 | grammars/Handlebars.json | |
+1 −1 | grammars/Handlebars.tmLanguage | |
+1 −1 | package.json | |
+2 −0 | test/template.handlebars |
Submodule MATLAB-Language-grammar
updated
2 files
+38 −22 | Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage | |
+22 −0 | controlFlow.m |
Submodule MagicPython
updated
10 files
+1 −1 | Makefile | |
+1 −1 | grammars/MagicPython.cson | |
+1 −1 | grammars/MagicPython.tmLanguage | |
+8 −9 | grammars/src/comment.inc.syntax.yaml | |
+163 −164 | grammars/src/pyfstring.inc.syntax.yaml | |
+108 −109 | grammars/src/pystring.inc.syntax.yaml | |
+110 −111 | grammars/src/regexp-common.inc.syntax.yaml | |
+156 −157 | grammars/src/regexp.inc.syntax.yaml | |
+14 −15 | grammars/src/regexp.wrapper.syntax.yaml | |
+3 −2 | package.json |
Submodule Sublime-SQF-Language
updated
15 files
Submodule TypeScript-TmLanguage
updated
16 files
+63 −13 | TypeScript.YAML-tmLanguage | |
+179 −25 | TypeScript.tmLanguage | |
+179 −25 | TypeScriptReact.tmLanguage | |
+1 −1 | issue_template.md | |
+166 −0 | tests/baselines/Issue720.baseline.txt | |
+92 −0 | tests/baselines/Issue721.baseline.txt | |
+334 −0 | tests/baselines/Issue724.baseline.txt | |
+18 −0 | tests/baselines/Issue727.baseline.txt | |
+24 −0 | tests/baselines/Issue730.baseline.txt | |
+78 −0 | tests/baselines/Issue732.baseline.txt | |
+10 −0 | tests/cases/Issue720.ts | |
+6 −0 | tests/cases/Issue721.ts | |
+24 −0 | tests/cases/Issue724.ts | |
+1 −0 | tests/cases/Issue727.ts | |
+1 −0 | tests/cases/Issue730.ts | |
+3 −0 | tests/cases/Issue732.ts |
Submodule atom-editorconfig
updated
23 files
+3 −1 | .mocharc.js | |
+10 −2 | changelog.md | |
+29 −17 | commands/fix.js | |
+59 −46 | commands/show.js | |
+0 −6 | index.js | |
+37 −0 | lib/helpers.js | |
+77 −61 | package.json | |
+1 −0 | readme.md | |
+4 −4 | spec/fix-file-spec.js | |
+0 −4 | spec/iss108-spec.js | |
+0 −2 | spec/iss118-spec.js | |
+2 −2 | spec/iss121-spec.js | |
+1 −1 | spec/iss128-spec.js | |
+0 −4 | spec/iss148-spec.js | |
+0 −1 | spec/iss157-spec.js | |
+0 −4 | spec/iss3-spec.js | |
+0 −3 | spec/iss4-spec.js | |
+4 −4 | spec/wrapguide-interceptor-spec.js | |
+18 −0 | styles/all.less | |
+0 −24 | styles/atom-editorconfig.less | |
+28 −0 | styles/fieval-icon.less | |
+80 −0 | styles/status-report.less | |
+1,274 −900 | yarn.lock |
Submodule atom-language-julia
updated
3 files
+28 −4 | grammars/julia.cson | |
+128 −0 | snippets/language-julia.cson | |
+24 −8 | spec/julia-spec.coffee |
Submodule ballerina-grammar
updated
2 files
+3 −1 | syntaxes/ballerina.YAML-tmLanguage | |
+7 −1 | syntaxes/ballerina.tmLanguage |
Submodule elixir-tmbundle
updated
from ec2e65 to 362c79
Submodule haxe-TmLanguage
updated
4 files
+11 −11 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | src/Build.hx | |
+1 −1 | src/VscodeTextmate.hx |
Submodule language-clojure
updated
3 files
+8 −8 | grammars/clojure.cson | |
+1 −1 | package.json | |
+38 −9 | spec/clojure-spec.coffee |
Submodule language-css
updated
3 files
+33 −0 | grammars/css.cson | |
+1 −1 | package.json | |
+4 −4 | spec/css-spec.coffee |
Submodule language-etc
updated
4 files
+1 −0 | README.md | |
+71 −0 | grammars/dosbox.cson | |
+13 −0 | grammars/generic.cson | |
+9 −0 | styles/syntax-tweaks.less |
Submodule language-javascript
updated
5 files
+0 −8 | grammars/javascript.cson | |
+2 −2 | grammars/tree-sitter-javascript.cson | |
+1 −1 | package.json | |
+0 −1 | spec/javascript-spec.coffee | |
+1 −1 | spec/jsdoc-spec.coffee |
Submodule language-mcfunction
updated
30 files
+2 −2 | .gitignore | |
+1 −2 | .vscode/settings.json | |
+3 −3 | .vscodeignore | |
+18 −1 | CHANGELOG.md | |
+72 −0 | CONTRIBUTING.md | |
+20 −5 | README.md | |
+900 −0 | grammars/mcfunction-snapshot.tmLanguage | |
+600 −0 | grammars/mcfunction-snapshot.tmLanguage.json | |
+304 −0 | grammars/mcfunction-snapshot.tmLanguage.yaml | |
+ − | icon.png | |
+124 −0 | icons/mcfunction-black.svg | |
+124 −0 | icons/mcfunction-white.svg | |
+124 −0 | icons/mcfunction.svg | |
+9 −3 | lib/src/cli.ts | |
+6 −1 | lib/src/command-manifest.ts | |
+15 −11 | lib/src/grammars/version-agnostic.yaml | |
+0 −1 | lib/src/grammars/version-specific-base.yaml | |
+0 −0 | lib/src/language-grammar.ts | |
+0 −0 | lib/src/utils.ts | |
+118 −0 | lib/src/version-specific.ts | |
+6 −4 | lib/tsconfig.json | |
+0 −22 | lib/version-specific.ts | |
+24 −24 | mcfunction.tmLanguage | |
+24 −24 | mcfunction.tmLanguage.json | |
+24 −24 | mcfunction.tmLanguage.yaml | |
+21 −21 | package-lock.json | |
+4 −3 | package.json | |
+8 −0 | tests/commands.mcfunction | |
+6 −0 | tests/nbt_compound.mcfunction | |
+2 −0 | tests/no_newline.mcfunction |
Submodule language-rtf
updated
4 files
+2 −1 | README.md | |
+3 −2 | grammars/rtf.cson | |
+1 −1 | package.json | |
+5 −4 | spec/language-rtf-spec.coffee |
Submodule latex.tmbundle
updated
2 files
+4 −2 | .travis.yml | |
+1 −1 | Commands/Open Included Item.tmCommand |
Submodule sas.tmbundle
updated
from 3b7013 to 49f6e7
Submodule vscode-scala-syntax
updated
2 files
+4 −1 | syntax/language-configuration.json | |
+18 −1 | syntax/syntaxes/Scala.tmLanguage |
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
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
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
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
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
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
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
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
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
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
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
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