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

Revert "Add Overpass QL" #6871

Merged
merged 1 commit into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -1374,9 +1374,6 @@
[submodule "vendor/grammars/vscode_mikrotik_routeros_script"]
path = vendor/grammars/vscode_mikrotik_routeros_script
url = https://github.com/devMikeUA/vscode_mikrotik_routeros_script.git
[submodule "vendor/grammars/vscodium-overpassql-syntax"]
path = vendor/grammars/vscodium-overpassql-syntax
url = https://github.com/tqdv/vscodium-overpassql-syntax.git
[submodule "vendor/grammars/vue-syntax-highlight"]
path = vendor/grammars/vue-syntax-highlight
url = https://github.com/vuejs/vue-syntax-highlight
Expand Down
2 changes: 0 additions & 2 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1253,8 +1253,6 @@ vendor/grammars/vscode_cobol:
- source.utreport
vendor/grammars/vscode_mikrotik_routeros_script:
- source.rsc
vendor/grammars/vscodium-overpassql-syntax:
- source.overpassql
vendor/grammars/vue-syntax-highlight:
- text.html.vue
vendor/grammars/wdl-sublime-syntax-highlighter:
Expand Down
9 changes: 0 additions & 9 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5039,15 +5039,6 @@ Org:
tm_scope: none
ace_mode: text
language_id: 267
OverpassQL:
type: programming
color: "#cce2aa"
wrap: true
extensions:
- ".overpassql"
tm_scope: source.overpassql
ace_mode: text
language_id: 689079655
Ox:
type: programming
extensions:
Expand Down
18 changes: 0 additions & 18 deletions samples/OverpassQL/complex.overpassql

This file was deleted.

17 changes: 0 additions & 17 deletions samples/OverpassQL/simple.overpassql

This file was deleted.

1 change: 0 additions & 1 deletion vendor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **OpenStep Property List:** [atom/language-property-list](https://github.com/atom/language-property-list)
- **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
- **Option List:** [Alhadis/language-etc](https://github.com/Alhadis/language-etc)
- **OverpassQL:** [tqdv/vscodium-overpassql-syntax](https://github.com/tqdv/vscodium-overpassql-syntax)
- **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox)
- **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle)
- **P4:** [TakeshiTseng/atom-language-p4](https://github.com/TakeshiTseng/atom-language-p4)
Expand Down
1 change: 0 additions & 1 deletion vendor/grammars/vscodium-overpassql-syntax
Submodule vscodium-overpassql-syntax deleted from 96f5cd
Loading
Loading