-
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.
- Loading branch information
Showing
57 changed files
with
61 additions
and
61 deletions.
There are no files selected for viewing
Submodule CodeMirror
updated
from 3ace5d to 96d8d5
Submodule Terraform.tmLanguage
updated
from c68349 to 64208e
Submodule TypeScript-TmLanguage
updated
18 files
+57 −31 | TypeScript.YAML-tmLanguage | |
+126 −34 | TypeScript.tmLanguage | |
+126 −34 | TypeScriptReact.tmLanguage | |
+1 −1 | package.json | |
+18 −0 | tests/baselines/Issue793.baseline.txt | |
+80 −0 | tests/baselines/Issue794.baseline.txt | |
+174 −0 | tests/baselines/Issue796.baseline.txt | |
+40 −0 | tests/baselines/Issue797.baseline.txt | |
+61 −1 | tests/baselines/exportDeclarations.baseline.txt | |
+192 −0 | tests/baselines/importTypeOnly.baseline.txt | |
+6,584 −0 | tests/baselines/privateFields.baseline.txt | |
+1 −0 | tests/cases/Issue793.ts | |
+2 −0 | tests/cases/Issue794.tsx | |
+11 −0 | tests/cases/Issue796.ts | |
+3 −0 | tests/cases/Issue797.ts | |
+3 −1 | tests/cases/exportDeclarations.ts | |
+6 −0 | tests/cases/importTypeOnly.ts | |
+275 −0 | tests/cases/privateFields.ts |
Submodule agda-github-syntax-highlighting
updated
from c8e9a4 to 58ffd3
Submodule atom-editorconfig
updated
15 files
+9 −2 | changelog.md | |
+13 −6 | grammars/editorconfig.cson | |
+52 −22 | index.js | |
+344 −0 | lib/lint.js | |
+16 −5 | package-lock.json | |
+12 −1 | package.json | |
+1 −0 | readme.md | |
+33 −0 | spec/charset-spec.js | |
+9 −0 | spec/fixtures/charset/.editorconfig | |
+1 −0 | spec/fixtures/charset/gbk.txt | |
+1 −0 | spec/fixtures/charset/sjis.1.txt | |
+1 −0 | spec/fixtures/charset/sjis.2.txt | |
+0 −0 | spec/fixtures/lint/.editorconfig | |
+74 −0 | spec/fixtures/lint/happy_path/.editorconfig | |
+148 −0 | spec/lint-spec.js |
Submodule gdscript
updated
5 files
+2 −0 | Base/completions.sublime-completions | |
+252 −74 | GDScript.sublime-syntax | |
+0 −388 | GDScript.tmLanguage | |
+5 −0 | GDScript.tmPreferences | |
+224 −0 | syntax_test_gdscript.gd |
Submodule haxe-TmLanguage
updated
12 files
+1 −1 | .haxerc | |
+4 −1 | .vscode/settings.json | |
+196 −0 | baselines/Extractors.hx.baseline.txt | |
+11 −0 | cases/Extractors.hx | |
+2 −0 | haxe.YAML-tmLanguage | |
+1 −1 | haxe.tmLanguage | |
+10 −10 | package-lock.json | |
+3 −3 | package.json | |
+1 −1 | src/Build.hx | |
+1 −1 | src/Converter.hx | |
+1 −1 | src/Test.hx | |
+1 −1 | src/VscodeTextmate.hx |
Submodule language-dircolors
updated
3 files
+3 −0 | CHANGELOG.md | |
+74 −3 | grammars/dircolors.cson | |
+1 −1 | package.json |
Submodule language-mcfunction
updated
26 files
+1 −0 | .gitignore | |
+1 −10 | .vscode/launch.json | |
+1 −0 | .vscodeignore | |
+2 −0 | CHANGELOG.md | |
+1 −1 | LICENSE | |
+0 −2 | README.md | |
+0 −1,813 | client/package-lock.json | |
+0 −22 | client/package.json | |
+0 −66 | client/src/extension.ts | |
+0 −12 | client/tsconfig.json | |
+ − | data/mcfunction-snapshot.bson | |
+1 −1 | grammars/mcfunction-snapshot.tmLanguage | |
+1 −1 | grammars/mcfunction-snapshot.tmLanguage.json | |
+1 −1 | grammars/mcfunction-snapshot.tmLanguage.yaml | |
+2 −1 | lib/src/utils.ts | |
+1 −1 | lib/tsconfig.json | |
+4 −35 | package.json | |
+0 −74 | server/package-lock.json | |
+0 −16 | server/package.json | |
+0 −120 | server/src/command-parser.ts | |
+0 −0 | server/src/errors.ts | |
+0 −80 | server/src/extended-command-node.ts | |
+0 −162 | server/src/language-database.ts | |
+0 −224 | server/src/server.ts | |
+0 −13 | server/tsconfig.json | |
+0 −17 | tsconfig.json |
Submodule language-roff
updated
3 files
+5 −2 | CHANGELOG.md | |
+1 −1 | grammars/manref.cson | |
+3 −4 | package.json |
Submodule language-webassembly
updated
6 files
+15 −0 | .gitignore | |
+9 −1 | CHANGELOG.md | |
+1 −1 | LICENSE.md | |
+9 −2 | grammars/webassembly.cson | |
+1 −1 | package.json | |
+29 −0 | tests/wasi.wat |
Submodule sas.tmbundle
updated
from 32613b to 3bb6d4
Submodule sublime-q
updated
30 files
+25 −23 | QCon.py | |
+94 −19 | README.md | |
+0 −29 | chart/canvasjs.q | |
+0 −0 | js/canvasjs/canvasjs.min.js | |
+90 −0 | js/canvasjs/canvasjs.q | |
+1 −1 | js/canvasjs/canvasjs_template.html | |
+43 −0 | js/canvasjs/example.q | |
+0 −0 | js/canvasjs/q.js | |
+19 −0 | js/datatable/datatable_template.html | |
+0 −107 | q_chart.py | |
+63 −63 | q_event.py | |
+1 −1 | q_goto_documentation.py | |
+6 −6 | q_menu.py | |
+252 −0 | q_out_phantom.py | |
+7 −4 | q_out_popup.py | |
+164 −0 | q_routine.py | |
+16 −12 | q_select_text.py | |
+24 −55 | q_send.py | |
+6 −9 | q_send_async.py | |
+23 −0 | q_show_routine_list.py | |
+ − | resources/browse_phantom.png | |
+ − | resources/charts.png | |
+ − | resources/output.png | |
+61 −3 | settings/sublime-q.sublime-settings | |
+39 −31 | sublime/Default (Linux).sublime-keymap | |
+24 −16 | sublime/Default (OSX).sublime-keymap | |
+39 −31 | sublime/Default (Windows).sublime-keymap | |
+5 −5 | sublime/Default.sublime-commands | |
+5 −24 | sublime/Main.sublime-menu | |
+19 −0 | util.py |
Submodule vscode-hack
updated
13 files
+6 −0 | CHANGELOG.md | |
+0 −12 | README.md | |
+9 −11 | build/notice-file-generate.js | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+1 −17 | snippets/hack.json | |
+9 −3 | src/main.ts | |
+0 −0 | syntaxes/test/double_greater_than.hack | |
+0 −0 | syntaxes/test/generic_shape_type.hack | |
+14 −0 | syntaxes/test/order_of_attributes.hack | |
+5 −0 | syntaxes/test/shape_constructor.hack | |
+0 −0 | syntaxes/test/unpaired_apostrophe.hack | |
+22 −0 | syntaxes/test/xhp_with_apostrophe.hack |
Submodule vscode-lean
updated
7 files
+3 −2 | README.md | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+1 −1 | src/extension.ts | |
+18 −14 | src/infoview.ts | |
+6 −5 | src/leanpkg.ts | |
+4 −2 | src/server.ts |
Submodule vscode-prisma
updated
from cc31b1 to 22b1c9
Submodule vscode-scala-syntax
updated
9 files
+1 −0 | .gitignore | |
+9 −0 | CHANGELOG.md | |
+1 −1 | package.json | |
+29 −4 | src/typescript/Scala.tmLanguage.ts | |
+1 −1 | syntaxes/Scala.tmLanguage.json | |
+40 −40 | tests/snap/lexical.test.scala.snap | |
+33 −0 | tests/unit/#71.test.scala | |
+43 −0 | tests/unit/#72.test.scala | |
+6 −26 | tests/unit/lexical.test.scala |
Submodule vscode-vlang
updated
from 32baca to 8fd5e7
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
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