Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace SourcePawn grammar #6635

Merged
merged 10 commits into from
Mar 8, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 2 additions & 3 deletions vendor/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Grammar index
=============
# Grammar index
lildude marked this conversation as resolved.
Show resolved Hide resolved

This is a list of grammars that Linguist selects to provide syntax highlighting on GitHub. If you've encountered an error with highlighting, please find the grammar in the list below and report it to the appropriate repository.

Expand Down Expand Up @@ -524,7 +523,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
8 changes: 4 additions & 4 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: 5deb97723f34bdd1cbbe45fdbb80df2757f73902
type: git_submodule
homepage: https://github.com/Dreae/sourcepawn-vscode
license: mit
homepage: https://github.com/Sarrus1/sourcepawn-vscode.git
license: other
lildude marked this conversation as resolved.
Show resolved Hide resolved
licenses:
- sources: LICENSE
text: |
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 Down