Skip to content

Commit

Permalink
Update QL grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
rewinfrey committed Mar 5, 2020
1 parent 8bbe60a commit efe19e8
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Expand Up @@ -809,9 +809,6 @@
[submodule "vendor/grammars/python-django.tmbundle"]
path = vendor/grammars/python-django.tmbundle
url = https://github.com/textmate/python-django.tmbundle
[submodule "vendor/grammars/ql-syntax"]
path = vendor/grammars/ql-syntax
url = https://github.com/semmle/ql-syntax
[submodule "vendor/grammars/quake"]
path = vendor/grammars/quake
url = https://github.com/newgrammars/quake
Expand Down Expand Up @@ -986,6 +983,9 @@
[submodule "vendor/grammars/vhdl"]
path = vendor/grammars/vhdl
url = https://github.com/textmate/vhdl.tmbundle
[submodule "vendor/grammars/vscode-codeql"]
path = vendor/grammars/vscode-codeql
url = https://github.com/github/vscode-codeql
[submodule "vendor/grammars/vscode-gcode-syntax"]
path = vendor/grammars/vscode-gcode-syntax
url = https://github.com/appliedengdesign/vscode-gcode-syntax
Expand Down
4 changes: 2 additions & 2 deletions grammars.yml
Expand Up @@ -708,8 +708,6 @@ vendor/grammars/protobuf-tmbundle:
vendor/grammars/python-django.tmbundle:
- source.python.django
- text.html.django
vendor/grammars/ql-syntax:
- source.ql
vendor/grammars/quake:
- source.quake
vendor/grammars/r.tmbundle:
Expand Down Expand Up @@ -841,6 +839,8 @@ vendor/grammars/verilog.tmbundle:
- source.verilog
vendor/grammars/vhdl:
- source.vhdl
vendor/grammars/vscode-codeql:
- source.ql
vendor/grammars/vscode-gcode-syntax:
- source.gcode
vendor/grammars/vscode-hack:
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Expand Up @@ -328,7 +328,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Python:** [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython)
- **Python console:** [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython)
- **Python traceback:** [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython)
- **QL:** [semmle/ql-syntax](https://github.com/semmle/ql-syntax)
- **QL:** [github/vscode-codeql](https://github.com/github/vscode-codeql)
- **QML:** [skozlovf/Sublime-QML](https://github.com/skozlovf/Sublime-QML)
- **QMake:** [textmate/cpp-qt.tmbundle](https://github.com/textmate/cpp-qt.tmbundle)
- **Quake:** [newgrammars/quake](https://github.com/newgrammars/quake)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/ql-syntax
Submodule ql-syntax deleted from 840bba
1 change: 1 addition & 0 deletions vendor/grammars/vscode-codeql
Submodule vscode-codeql added at 222caf
27 changes: 0 additions & 27 deletions vendor/licenses/grammar/ql-syntax.txt

This file was deleted.

26 changes: 26 additions & 0 deletions vendor/licenses/grammar/vscode-codeql.txt
@@ -0,0 +1,26 @@
---
type: grammar
name: vscode-codeql
version: 2435a0b2f7f61b2ee19f87edc04e46e4915dea74
license: mit
---
Copyright (c) 2019 GitHub, Inc.

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.

0 comments on commit efe19e8

Please sign in to comment.