Skip to content

Commit

Permalink
Replace Boo grammar (#5484)
Browse files Browse the repository at this point in the history
* Replace boo grammar

The original user appears to have relinquished their GitHub account
  • Loading branch information
lildude authored Jul 27, 2021
1 parent a3a3b8b commit 88b86fa
Show file tree
Hide file tree
Showing 7 changed files with 38 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -320,9 +320,6 @@
[submodule "vendor/grammars/blitzmax"]
path = vendor/grammars/blitzmax
url = https://github.com/textmate/blitzmax.tmbundle
[submodule "vendor/grammars/boo"]
path = vendor/grammars/boo
url = https://github.com/Shammah/boo-sublime
[submodule "vendor/grammars/boogie-vscode"]
path = vendor/grammars/boogie-vscode
url = https://github.com/boogie-org/boogie-vscode
Expand Down Expand Up @@ -947,6 +944,9 @@
[submodule "vendor/grammars/sublime-befunge"]
path = vendor/grammars/sublime-befunge
url = https://github.com/johanasplund/sublime-befunge
[submodule "vendor/grammars/sublime-boo"]
path = vendor/grammars/sublime-boo
url = https://github.com/drslump/sublime-boo
[submodule "vendor/grammars/sublime-bsv"]
path = vendor/grammars/sublime-bsv
url = https://github.com/thotypous/sublime-bsv
Expand Down
4 changes: 2 additions & 2 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,6 @@ vendor/grammars/bicep:
- source.bicep
vendor/grammars/blitzmax:
- source.blitzmax
vendor/grammars/boo:
- source.boo
vendor/grammars/boogie-vscode:
- source.boogie
vendor/grammars/browserslist-vscode:
Expand Down Expand Up @@ -831,6 +829,8 @@ vendor/grammars/sublime-autoit:
- source.autoit
vendor/grammars/sublime-befunge:
- source.befunge
vendor/grammars/sublime-boo:
- source.boo
vendor/grammars/sublime-bsv:
- source.bsv
vendor/grammars/sublime-cirru:
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **BlitzBasic:** [textmate/blitzmax.tmbundle](https://github.com/textmate/blitzmax.tmbundle)
- **BlitzMax:** [textmate/blitzmax.tmbundle](https://github.com/textmate/blitzmax.tmbundle)
- **Bluespec:** [thotypous/sublime-bsv](https://github.com/thotypous/sublime-bsv)
- **Boo:** [Shammah/boo-sublime](https://github.com/Shammah/boo-sublime)
- **Boo:** [drslump/sublime-boo](https://github.com/drslump/sublime-boo)
- **Boogie:** [boogie-org/boogie-vscode](https://github.com/boogie-org/boogie-vscode)
- **Brainfuck:** [Drako/SublimeBrainfuck](https://github.com/Drako/SublimeBrainfuck)
- **Brightscript:** [cmink/BrightScript.tmbundle](https://github.com/cmink/BrightScript.tmbundle)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/boo
Submodule boo deleted from d53444
1 change: 1 addition & 0 deletions vendor/grammars/sublime-boo
Submodule sublime-boo added at d71517
16 changes: 0 additions & 16 deletions vendor/licenses/git_submodule/boo.dep.yml

This file was deleted.

31 changes: 31 additions & 0 deletions vendor/licenses/git_submodule/sublime-boo.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: sublime-boo
version: d71517d4189bb82b031856fca961f0ad495a7d1a
type: git_submodule
homepage: https://github.com/drslump/sublime-boo
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License
Copyright (c) 2012 Iván -DrSlump- Montes
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:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
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.
notices: []

0 comments on commit 88b86fa

Please sign in to comment.