tm-grammars 0.0.0 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +59 -85
- package/README.md +90 -91
- package/grammars/csharp.json +0 -3
- package/grammars/dart.json +0 -5
- package/grammars/html.json +2583 -38
- package/grammars/imba.json +189 -38
- package/grammars/jinja-html.json +1 -1
- package/grammars/jsdoc-js.json +21 -0
- package/grammars/{jsdoc.json → jsdoc-ts.json} +1 -1
- package/grammars/json.json +1 -1
- package/grammars/markdown-vue.json +40 -0
- package/grammars/python.json +1 -1
- package/grammars/raku.json +1 -1
- package/grammars/rst.json +1 -0
- package/grammars/vb.json +1 -1
- package/grammars/vue-directives.json +12 -0
- package/grammars/vue-interpolations.json +12 -0
- package/grammars/vue-sfc-style-variable.json +49 -0
- package/index.d.ts +6 -1
- package/index.js +307 -290
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -1459,7 +1459,7 @@ SPDX: Apache-2.0
|
|
|
1459
1459
|
limitations under the License.
|
|
1460
1460
|
|
|
1461
1461
|
=========================================================================================================
|
|
1462
|
-
Files: bat.json, bibtex.json, c.json, clojure.json, coffee.json, cpp.json, cpp-macro.json, csharp.json, css.json, dart.json, diff.json, docker.json, fsharp.json, git-commit.json, git-rebase.json, go.json, groovy.json, handlebars.json, hlsl.json, html.json,
|
|
1462
|
+
Files: bat.json, bibtex.json, c.json, clojure.json, coffee.json, cpp.json, cpp-macro.json, csharp.json, css.json, dart.json, diff.json, docker.json, fsharp.json, git-commit.json, git-rebase.json, go.json, groovy.json, handlebars.json, hlsl.json, html.json, ini.json, java.json, javascript.json, jsdoc-js.json, jsdoc-ts.json, json.json, jsonc.json, jsonl.json, jsx.json, julia.json, latex.json, less.json, lua.json, make.json, markdown.json, objective-c.json, objective-cpp.json, perl.json, php.json, powershell.json, pug.json, python.json, r.json, raku.json, rst.json, ruby.json, rust.json, scss.json, shaderlab.json, shellscript.json, sql.json, swift.json, tex.json, tsx.json, typescript.json, vb.json, xml.json, xsl.json, yaml.json
|
|
1463
1463
|
License: https://raw.githubusercontent.com/microsoft/vscode/main/LICENSE.txt
|
|
1464
1464
|
SPDX: MIT
|
|
1465
1465
|
---------------------------------------------------------------------------------------------------------
|
|
@@ -1935,33 +1935,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
1935
1935
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1936
1936
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
1937
1937
|
THE SOFTWARE.
|
|
1938
|
-
=========================================================================================================
|
|
1939
|
-
Files: csharp.json
|
|
1940
|
-
License: https://raw.githubusercontent.com/dotnet/csharp-tmLanguage/main/LICENSE
|
|
1941
|
-
SPDX: MIT
|
|
1942
|
-
---------------------------------------------------------------------------------------------------------
|
|
1943
|
-
MIT License
|
|
1944
|
-
|
|
1945
|
-
Copyright (c) 2016 .NET Foundation
|
|
1946
|
-
|
|
1947
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1948
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
1949
|
-
in the Software without restriction, including without limitation the rights
|
|
1950
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1951
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
1952
|
-
furnished to do so, subject to the following conditions:
|
|
1953
|
-
|
|
1954
|
-
The above copyright notice and this permission notice shall be included in all
|
|
1955
|
-
copies or substantial portions of the Software.
|
|
1956
|
-
|
|
1957
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1958
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1959
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1960
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1961
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1962
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1963
|
-
SOFTWARE.
|
|
1964
|
-
|
|
1965
1938
|
=========================================================================================================
|
|
1966
1939
|
Files: csv.json
|
|
1967
1940
|
License: https://raw.githubusercontent.com/mechatroner/vscode_rainbow_csv/master/LICENSE
|
|
@@ -2062,32 +2035,6 @@ furnished to do so, subject to the following conditions:
|
|
|
2062
2035
|
The above copyright notice and this permission notice shall be included in all
|
|
2063
2036
|
copies or substantial portions of the Software.
|
|
2064
2037
|
|
|
2065
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2066
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2067
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
2068
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
2069
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
2070
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2071
|
-
SOFTWARE.
|
|
2072
|
-
=========================================================================================================
|
|
2073
|
-
Files: dart.json
|
|
2074
|
-
License: https://raw.githubusercontent.com/Dart-Code/Dart-Code/master/LICENSE
|
|
2075
|
-
SPDX: MIT
|
|
2076
|
-
---------------------------------------------------------------------------------------------------------
|
|
2077
|
-
MIT License
|
|
2078
|
-
|
|
2079
|
-
Copyright (c) 2016 Danny Tuppeny
|
|
2080
|
-
|
|
2081
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
2082
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
2083
|
-
in the Software without restriction, including without limitation the rights
|
|
2084
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
2085
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
2086
|
-
furnished to do so, subject to the following conditions:
|
|
2087
|
-
|
|
2088
|
-
The above copyright notice and this permission notice shall be included in all
|
|
2089
|
-
copies or substantial portions of the Software.
|
|
2090
|
-
|
|
2091
2038
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
2092
2039
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
2093
2040
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -3669,6 +3616,33 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
3669
3616
|
SOFTWARE.
|
|
3670
3617
|
|
|
3671
3618
|
|
|
3619
|
+
=========================================================================================================
|
|
3620
|
+
Files: imba.json
|
|
3621
|
+
License: https://raw.githubusercontent.com/imba/imba/master/LICENSE
|
|
3622
|
+
SPDX: MIT
|
|
3623
|
+
---------------------------------------------------------------------------------------------------------
|
|
3624
|
+
Copyright (c) 2015-present Sindre Aarsaether
|
|
3625
|
+
|
|
3626
|
+
Permission is hereby granted, free of charge, to any person
|
|
3627
|
+
obtaining a copy of this software and associated documentation
|
|
3628
|
+
files (the "Software"), to deal in the Software without
|
|
3629
|
+
restriction, including without limitation the rights to use,
|
|
3630
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3631
|
+
copies of the Software, and to permit persons to whom the
|
|
3632
|
+
Software is furnished to do so, subject to the following
|
|
3633
|
+
conditions:
|
|
3634
|
+
|
|
3635
|
+
The above copyright notice and this permission notice shall be
|
|
3636
|
+
included in all copies or substantial portions of the Software.
|
|
3637
|
+
|
|
3638
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3639
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
3640
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3641
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
3642
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
3643
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3644
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
3645
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
|
3672
3646
|
=========================================================================================================
|
|
3673
3647
|
Files: jinja.json, jinja-html.json
|
|
3674
3648
|
License: https://raw.githubusercontent.com/samuelcolvin/jinjahtml-vscode/main/LICENSE
|
|
@@ -3986,13 +3960,27 @@ The above copyright notice and this permission notice shall be included in all c
|
|
|
3986
3960
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3987
3961
|
|
|
3988
3962
|
=========================================================================================================
|
|
3989
|
-
Files:
|
|
3990
|
-
License: https://raw.githubusercontent.com/
|
|
3963
|
+
Files: liquid.json
|
|
3964
|
+
License: https://raw.githubusercontent.com/Shopify/liquid-tm-grammar/main/LICENSE.md
|
|
3965
|
+
SPDX: MIT
|
|
3966
|
+
---------------------------------------------------------------------------------------------------------
|
|
3967
|
+
|
|
3968
|
+
Copyright 2022-present, Shopify Inc.
|
|
3969
|
+
|
|
3970
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3971
|
+
|
|
3972
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3973
|
+
|
|
3974
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3975
|
+
|
|
3976
|
+
=========================================================================================================
|
|
3977
|
+
Files: lisp.json
|
|
3978
|
+
License: https://raw.githubusercontent.com/mattn/vscode-lisp/master/LICENSE
|
|
3991
3979
|
SPDX: MIT
|
|
3992
3980
|
---------------------------------------------------------------------------------------------------------
|
|
3993
3981
|
The MIT License (MIT)
|
|
3994
3982
|
|
|
3995
|
-
Copyright (c)
|
|
3983
|
+
Copyright (c) 2022 Yasuhiro Matsumoto
|
|
3996
3984
|
|
|
3997
3985
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3998
3986
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4013,27 +4001,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
4013
4001
|
SOFTWARE.
|
|
4014
4002
|
|
|
4015
4003
|
=========================================================================================================
|
|
4016
|
-
Files:
|
|
4017
|
-
License: https://raw.githubusercontent.com/
|
|
4018
|
-
SPDX: MIT
|
|
4019
|
-
---------------------------------------------------------------------------------------------------------
|
|
4020
|
-
|
|
4021
|
-
Copyright 2022-present, Shopify Inc.
|
|
4022
|
-
|
|
4023
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4024
|
-
|
|
4025
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4026
|
-
|
|
4027
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4028
|
-
|
|
4029
|
-
=========================================================================================================
|
|
4030
|
-
Files: lisp.json
|
|
4031
|
-
License: https://raw.githubusercontent.com/mattn/vscode-lisp/master/LICENSE
|
|
4004
|
+
Files: markdown-vue.json, vue.json, vue-directives.json, vue-interpolations.json, vue-sfc-style-variable.json
|
|
4005
|
+
License: https://raw.githubusercontent.com/vuejs/language-tools/master/LICENSE
|
|
4032
4006
|
SPDX: MIT
|
|
4033
4007
|
---------------------------------------------------------------------------------------------------------
|
|
4034
|
-
|
|
4008
|
+
MIT License
|
|
4035
4009
|
|
|
4036
|
-
Copyright (c)
|
|
4010
|
+
Copyright (c) 2021-present Johnson Chu
|
|
4037
4011
|
|
|
4038
4012
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4039
4013
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6380,13 +6354,13 @@ SOFTWARE.
|
|
|
6380
6354
|
|
|
6381
6355
|
|
|
6382
6356
|
=========================================================================================================
|
|
6383
|
-
Files:
|
|
6384
|
-
License: https://raw.githubusercontent.com/
|
|
6357
|
+
Files: vyper.json
|
|
6358
|
+
License: https://raw.githubusercontent.com/tintinweb/vscode-vyper/master/LICENSE
|
|
6385
6359
|
SPDX: MIT
|
|
6386
6360
|
---------------------------------------------------------------------------------------------------------
|
|
6387
6361
|
MIT License
|
|
6388
6362
|
|
|
6389
|
-
Copyright (c)
|
|
6363
|
+
Copyright (c) 2022 tintinweb
|
|
6390
6364
|
|
|
6391
6365
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6392
6366
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6407,13 +6381,14 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
6407
6381
|
SOFTWARE.
|
|
6408
6382
|
|
|
6409
6383
|
=========================================================================================================
|
|
6410
|
-
Files:
|
|
6411
|
-
License: https://raw.githubusercontent.com/
|
|
6384
|
+
Files: wasm.json
|
|
6385
|
+
License: https://raw.githubusercontent.com/wasmerio/vscode-wasm/master/LICENSE
|
|
6412
6386
|
SPDX: MIT
|
|
6413
6387
|
---------------------------------------------------------------------------------------------------------
|
|
6414
6388
|
MIT License
|
|
6415
6389
|
|
|
6416
|
-
Copyright (c)
|
|
6390
|
+
Copyright (c) 2017-2019 (c) Dmitriy Tsvettsikh
|
|
6391
|
+
Copyright (c) 2019-Present WebAssembly Foundation
|
|
6417
6392
|
|
|
6418
6393
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6419
6394
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -6434,14 +6409,13 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
|
6434
6409
|
SOFTWARE.
|
|
6435
6410
|
|
|
6436
6411
|
=========================================================================================================
|
|
6437
|
-
Files:
|
|
6438
|
-
License: https://raw.githubusercontent.com/
|
|
6412
|
+
Files: wenyan.json
|
|
6413
|
+
License: https://raw.githubusercontent.com/wenyan-lang/highlight/master/LICENSE
|
|
6439
6414
|
SPDX: MIT
|
|
6440
6415
|
---------------------------------------------------------------------------------------------------------
|
|
6441
6416
|
MIT License
|
|
6442
6417
|
|
|
6443
|
-
Copyright (c)
|
|
6444
|
-
Copyright (c) 2019-Present WebAssembly Foundation
|
|
6418
|
+
Copyright (c) 2020 Anthony Fu
|
|
6445
6419
|
|
|
6446
6420
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6447
6421
|
of this software and associated documentation files (the "Software"), to deal
|