-
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.
* Update grammars and cached licenses * Update version
- Loading branch information
Showing
61 changed files
with
70 additions
and
66 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 +1 @@ | ||
7.4.0 | ||
7.5.0 |
Submodule CodeMirror
updated
from 1c2b08 to db1d66
Submodule AutoHotkey
updated
8 files
Submodule Sublime-SQF-Language
updated
15 files
+0 −0 | DescriptionComment.sublime-snippet | |
+180 −1,165 | SQF.sublime-completions | |
+1 −1 | SQF.tmLanguage | |
+0 −0 | forEach.sublime-snippet | |
+0 −0 | for_array.sublime-snippet | |
+0 −0 | for_array_reverse.sublime-snippet | |
+0 −0 | for_config.sublime-snippet | |
+0 −0 | for_range.sublime-snippet | |
+0 −0 | for_range_reverse.sublime-snippet | |
+0 −0 | if.sublime-snippet | |
+0 −0 | if_else.sublime-snippet | |
+0 −0 | newScript_SQF.sublime-snippet | |
+0 −0 | switch_SQF.sublime-snippet | |
+0 −0 | waitUntil.sublime-snippet | |
+0 −0 | while.sublime-snippet |
Submodule TypeScript-TmLanguage
updated
13 files
+5 −4 | TypeScript.YAML-tmLanguage | |
+1 −1 | TypeScript.YAML-tmTheme | |
+11 −5 | TypeScript.tmLanguage | |
+1 −1 | TypeScript.tmTheme | |
+11 −5 | TypeScriptReact.tmLanguage | |
+1 −1 | TypeScriptReact.tmTheme | |
+675 −86 | package-lock.json | |
+74 −0 | tests/baselines/Issue737.baseline.txt | |
+130 −0 | tests/baselines/Issue741.baseline.txt | |
+142 −0 | tests/baselines/Issue743.baseline.txt | |
+5 −0 | tests/cases/Issue737.ts | |
+9 −0 | tests/cases/Issue741.ts | |
+5 −0 | tests/cases/Issue743.ts |
Submodule atom-language-julia
updated
4 files
+94 −6 | grammars/julia.cson | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+90 −1 | spec/julia-spec.coffee |
Submodule ballerina-grammar
updated
5 files
+7 −10 | build-monarch.js | |
+7 −7 | package-lock.json | |
+9 −11 | syntaxes/ballerina.YAML-tmLanguage | |
+769 −869 | syntaxes/ballerina.monarch.json | |
+22 −29 | syntaxes/ballerina.tmLanguage |
Submodule elixir-tmbundle
updated
from 362c79 to 1e50ab
Submodule haxe-TmLanguage
updated
9 files
+2 −3 | .travis.yml | |
+12 −0 | baselines/CompilerMetadata.hx.baseline.txt | |
+36 −0 | baselines/ConditionalCompilation.hx.baseline.txt | |
+22 −22 | baselines/ImportsUsings.hx.baseline.txt | |
+2 −2 | baselines/Issue11.hx.baseline.txt | |
+2 −0 | cases/CompilerMetadata.hx | |
+6 −0 | cases/ConditionalCompilation.hx | |
+8 −6 | haxe.YAML-tmLanguage | |
+2 −2 | haxe.tmLanguage |
Submodule holyc.tmbundle
updated
2 files
+3 −7 | Syntaxes/HolyC.tmLanguage | |
+0 −876 | Syntaxes/Platform.tmLanguage |
Submodule language-apl
updated
27 files
+2 −2 | .gitattributes | |
+10 −0 | .mocharc.js | |
+14 −0 | .travis.yml | |
+21 −1 | CHANGELOG.md | |
+1 −1 | LICENSE.md | |
+4 −0 | README.md | |
+27 −0 | appveyor.yml | |
+35 −4 | grammars/apl.cson | |
+14 −2 | package.json | |
+64 −2 | snippets/apl.cson | |
+28 −0 | spec/1-package-spec.js | |
+1,024 −0 | spec/2-grammar-spec.js | |
+0 −0 | spec/fixtures/alphabet.apl | |
+0 −0 | spec/fixtures/bin | |
+0 −0 | spec/fixtures/calfr.apl | |
+0 −0 | spec/fixtures/classes.dyalog | |
+0 −0 | spec/fixtures/gnu-web.apl | |
+0 −0 | spec/fixtures/heredocs.apl | |
+0 −0 | spec/fixtures/html-removal.apl | |
+0 −0 | spec/fixtures/life.apl | |
+0 −0 | spec/fixtures/names.apl | |
+0 −0 | spec/fixtures/playing-cards.dyalog | |
+0 −0 | spec/fixtures/solitaire.dyalog | |
+0 −0 | spec/fixtures/sudoku.apl | |
+0 −0 | spec/fixtures/symbols.apl | |
+0 −0 | spec/fixtures/toronto-toolkit.apl | |
+0 −0 | spec/fixtures/various.apl |
Submodule language-blade
updated
6 files
+9 −1 | CHANGELOG.md | |
+3 −0 | grammars/blade.cson | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+2 −0 | settings/language-blade.cson | |
+28 −5 | snippets/language-blade.cson |
Submodule language-crystal
updated
from 303f28 to 5973ed
Submodule language-csound
updated
3 files
+18 −0 | grammars/csound.cson | |
+1 −1 | package.json | |
+21 −0 | spec/language-csound-spec.coffee |
Submodule language-haskell
updated
12 files
+4 −0 | CHANGELOG.md | |
+12 −4 | grammars/haskell autocompletion hint.cson | |
+12 −4 | grammars/haskell message hint.cson | |
+12 −4 | grammars/haskell type hint.cson | |
+12 −4 | grammars/haskell.cson | |
+12 −4 | grammars/liquid haskell.cson | |
+12 −4 | grammars/literate haskell.cson | |
+12 −4 | grammars/module signature.cson | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+4 −0 | spec/fixture/deriveStrategy.hs | |
+10 −5 | src/include/repository.coffee |
Submodule language-jolie
updated
3 files
+1 −1 | grammars/jolie.cson | |
+5 −0 | package-lock.json | |
+1 −1 | package.json |
Submodule language-mcfunction
updated
11 files
+14 −0 | CHANGELOG.md | |
+82 −52 | README.md | |
+70 −20 | lib/src/grammars/version-agnostic.yaml | |
+87 −19 | mcfunction.tmLanguage | |
+63 −19 | mcfunction.tmLanguage.json | |
+41 −17 | mcfunction.tmLanguage.yaml | |
+1 −1 | package-lock.json | |
+1 −1 | package.json | |
+33 −5 | tests/comments.mcfunction | |
+7 −5 | tests/everything.mcfunction | |
+1 −6 | tests/showcase.mcfunction |
Submodule language-viml
updated
3 files
+7 −0 | CHANGELOG.md | |
+1 −1 | grammars/viml.cson | |
+6 −6 | tests/vim-syntax.vim |
Submodule powershell
updated
6 files
+30 −79 | PowerShellSyntax.tmLanguage | |
+7 −8 | build.ps1 | |
+3 −3 | spec/testfiles/syntax_test_Class.ps1 | |
+2 −2 | spec/testfiles/syntax_test_Function.ps1 | |
+28 −7 | spec/testfiles/syntax_test_TheBigTestFile.ps1 | |
+28 −21 | tools/build-helpers.ps1 |
Submodule sublime-zig-language
updated
3 files
+7 −12 | Zig.YAML-tmLanguage | |
+1 −14 | Zig.tmLanguage | |
+1 −1 | samples.zig |
Submodule vscode-scala-syntax
updated
37 files
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
--- | ||
type: grammar | ||
name: holyc.tmbundle | ||
version: 7bdf391ada7f9cdf2a6498bca8ebedece9446d4a | ||
version: d080fd6e77a5068429a39ea09bad9f9a2bba2831 | ||
license: unlicense | ||
--- | ||
Permission to copy, use, modify, sell and distribute this | ||
software is granted. This software is provided "as is" without | ||
express or implied warranty, and with no claim as to its | ||
suitability for any purpose. | ||
If not otherwise specified (see below), files in this repository fall under the following license: | ||
|
||
Permission to copy, use, modify, sell and distribute this | ||
software is granted. This software is provided "as is" without | ||
express or implied warranty, and with no claim as to its | ||
suitability for any purpose. | ||
|
||
An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”. |
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