Skip to content

Commit

Permalink
Replase bsl grammar source
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Oct 17, 2024
1 parent f164d13 commit 4580bf1
Show file tree
Hide file tree
Showing 9 changed files with 85 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,6 @@
[submodule "vendor/grammars/atom-fstar"]
path = vendor/grammars/atom-fstar
url = https://github.com/FStarLang/atom-fstar
[submodule "vendor/grammars/atom-language-1c-bsl"]
path = vendor/grammars/atom-language-1c-bsl
url = https://github.com/xDrivenDevelopment/atom-language-1c-bsl.git
[submodule "vendor/grammars/atom-language-clean"]
path = vendor/grammars/atom-language-clean
url = https://github.com/timjs/atom-language-clean.git
Expand Down Expand Up @@ -1253,6 +1250,9 @@
[submodule "vendor/grammars/vsc-fennel"]
path = vendor/grammars/vsc-fennel
url = https://github.com/kongeor/vsc-fennel
[submodule "vendor/grammars/vsc-language-1c-bsl"]
path = vendor/grammars/vsc-language-1c-bsl
url = https://github.com/1c-syntax/vsc-language-1c-bsl.git
[submodule "vendor/grammars/vscode-TalonScript"]
path = vendor/grammars/vscode-TalonScript
url = https://github.com/mrob95/vscode-TalonScript.git
Expand Down
6 changes: 3 additions & 3 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,9 +241,6 @@ vendor/grammars/atom-firestore-grammar:
- source.firestore
vendor/grammars/atom-fstar:
- source.fstar
vendor/grammars/atom-language-1c-bsl:
- source.bsl
- source.sdbl
vendor/grammars/atom-language-clean:
- source.clean
- text.restructuredtext.clean
Expand Down Expand Up @@ -1120,6 +1117,9 @@ vendor/grammars/vsc-ember-syntax:
- text.html.ember-handlebars
vendor/grammars/vsc-fennel:
- source.fnl
vendor/grammars/vsc-language-1c-bsl:
- source.bsl
- source.sdbl
vendor/grammars/vscode-TalonScript:
- markdown.talon.codeblock
- source.talon
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
**Note:** grammars marked with 🐌 are not updated when Linguist is so upstream fixes may take longer to appear on GitHub.

<!-- Everything below this line is auto-generated by script/list-grammars. Manual edits will be lost -->
- **1C Enterprise:** [xDrivenDevelopment/atom-language-1c-bsl](https://github.com/xDrivenDevelopment/atom-language-1c-bsl)
- **1C Enterprise:** [1c-syntax/vsc-language-1c-bsl](https://github.com/1c-syntax/vsc-language-1c-bsl)
- **2-Dimensional Array:** [Alhadis/language-etc](https://github.com/Alhadis/language-etc)
- **4D:** [ayoubserti/lang-4d](https://github.com/ayoubserti/lang-4d)
- **ABAP:** [pvl/abap.tmbundle](https://github.com/pvl/abap.tmbundle)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/atom-language-1c-bsl
Submodule atom-language-1c-bsl deleted from 289454
1 change: 1 addition & 0 deletions vendor/grammars/vsc-language-1c-bsl
Submodule vsc-language-1c-bsl added at 10e588
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
name: cylc-textmate-grammar
version: 76359a66a28fb74664db133ed4b2d86f0e4c6ddc
type: git_submodule
homepage: https://github.com/cylc/cylc-textmate-grammar.git
license: other
licenses:
- sources: LICENSE
text: |+
BSD 3-Clause License
Copyright (c) NIWA & British Crown (Met Office) & Contributors.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
notices: []
...
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: stan-language-definitions
version: b3abc2c4ae0b86d245e3d504818e2067c42d514d
type: git_submodule
homepage: https://github.com/WardBrian/stan-language-definitions.git
license: none
licenses: []
notices: []
23 changes: 23 additions & 0 deletions vendor/licenses/git_submodule/d2-vscode/sub.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
name: sub
version: 5f8f9b6858a96583654d14397f7ea5ad7f0aea51
type: git_submodule
homepage: https://github.com/terrastruct/ci
license: isc
licenses:
- sources: LICENSE
text: |
Copyright (c) 2022 Terrastruct Inc. [email protected]
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
name: atom-language-1c-bsl
version: 289454b53797ddc6fe193486c5a08310c214da7e
name: vsc-language-1c-bsl
version: 10e5889362637b4e46f5d9bcd9d860b124b660b5
type: git_submodule
homepage: https://github.com/xDrivenDevelopment/atom-language-1c-bsl.git
license: mit
homepage: https://github.com/1c-syntax/vsc-language-1c-bsl.git
license: other
licenses:
- sources: LICENSE.md
text: |
Expand Down Expand Up @@ -32,4 +32,6 @@ licenses:
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.
- sources: README.md
text: "[MIT](https://github.com/1c-syntax/vsc-language-1c-bsl/blob/master/LICENSE.md)"
notices: []

0 comments on commit 4580bf1

Please sign in to comment.