Skip to content

Commit

Permalink
Switch to mrmlnc/vscode-apache
Browse files Browse the repository at this point in the history
  • Loading branch information
nisbet-hubbard committed Dec 2, 2024
1 parent 5fad8d5 commit 5ecef2b
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@
[submodule "vendor/grammars/antlr.tmbundle"]
path = vendor/grammars/antlr.tmbundle
url = https://github.com/textmate/antlr.tmbundle
[submodule "vendor/grammars/apache.tmbundle"]
path = vendor/grammars/apache.tmbundle
url = https://github.com/textmate/apache.tmbundle
[submodule "vendor/grammars/apex-tmLanguage"]
path = vendor/grammars/apex-tmLanguage
url = https://github.com/forcedotcom/apex-tmLanguage.git
Expand Down Expand Up @@ -1446,3 +1443,6 @@
[submodule "vendor/grammars/zephir-sublime"]
path = vendor/grammars/zephir-sublime
url = https://github.com/phalcon/zephir-sublime
[submodule "vendor/grammars/vscode-apache"]
path = vendor/grammars/vscode-apache
url = https://github.com/mrmlnc/vscode-apache.git
1 change: 0 additions & 1 deletion vendor/grammars/apache.tmbundle
Submodule apache.tmbundle deleted from a12e89
1 change: 1 addition & 0 deletions vendor/grammars/vscode-apache
Submodule vscode-apache added at 0585b0
33 changes: 33 additions & 0 deletions vendor/licenses/git_submodule/vscode-apache.dep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: vscode-apache
version: '0585b0bb3d390fc541aa27cfcfb83b3204156be3'
type: git_submodule
homepage: https://github.com/mrmlnc/vscode-apache.git
license: mit
licenses:
- sources: LICENSE
text: |
The MIT License (MIT)
Copyright (c) Denis Malinochkin
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.
- sources: README.md
text: This software is released under the terms of the MIT license.
notices: []

0 comments on commit 5ecef2b

Please sign in to comment.