Skip to content

Commit

Permalink
replace sourcepawn grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarrus1 committed Dec 26, 2023
1 parent ee9119e commit 860ade3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@
url = https://github.com/awslabs/smithy-vscode.git
[submodule "vendor/grammars/sourcepawn-vscode"]
path = vendor/grammars/sourcepawn-vscode
url = https://github.com/Dreae/sourcepawn-vscode
url = https://github.com/Sarrus1/sourcepawn-vscode.git
[submodule "vendor/grammars/sql.tmbundle"]
path = vendor/grammars/sql.tmbundle
url = https://github.com/textmate/sql.tmbundle
Expand Down
4 changes: 4 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,11 @@ vendor/grammars/smalltalk-tmbundle:
vendor/grammars/smithy-vscode:
- source.smithy
vendor/grammars/sourcepawn-vscode:
- source.amxxpawn
- source.sourcepawn
- sp-jsdoc.injection
- text.valve-cfg
- text.valve-kv
vendor/grammars/sql.tmbundle:
- source.sql
vendor/grammars/squirrel-language:
Expand Down
2 changes: 1 addition & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **Snakemake:** [MagicStack/MagicPython](https://github.com/MagicStack/MagicPython)
- **Solidity:** [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum)
- **Soong:** [flimberger/android-system-tools](https://github.com/flimberger/android-system-tools)
- **SourcePawn:** [Dreae/sourcepawn-vscode](https://github.com/Dreae/sourcepawn-vscode)
- **SourcePawn:** [Sarrus1/sourcepawn-vscode](https://github.com/Sarrus1/sourcepawn-vscode)
- **Spline Font Database:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
- **Squirrel:** [mathewmariani/squirrel-language](https://github.com/mathewmariani/squirrel-language)
- **Stan:** [stan-dev/atom-language-stan](https://github.com/stan-dev/atom-language-stan)
Expand Down
2 changes: 1 addition & 1 deletion vendor/grammars/sourcepawn-vscode
11 changes: 5 additions & 6 deletions vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: sourcepawn-vscode
version: 88a48c8263acd92cc877d624b3918cecfcb18d03
version: 7dc8d2309d8c6dd5c23eb0f1b191e32a69abd818
type: git_submodule
homepage: https://github.com/Dreae/sourcepawn-vscode
homepage: https://github.com/Sarrus1/sourcepawn-vscode.git
license: mit
licenses:
- sources: LICENSE
text: |
text: |2
MIT License
Copyright (c) 2017-Present Dreae
Copyright (c) 2021 Sarrus
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand All @@ -27,5 +27,4 @@ licenses:
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: []
SOFTWARE.

0 comments on commit 860ade3

Please sign in to comment.