Skip to content

Commit e24649a

Browse files
authored
Revert "Add Overpass QL" (#6871)
Revert "Add Overpass QL (#6709)" This reverts commit 6c26c74.
1 parent 2d556f7 commit e24649a

File tree

8 files changed

+0
-434
lines changed

8 files changed

+0
-434
lines changed

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,9 +1374,6 @@
13741374
[submodule "vendor/grammars/vscode_mikrotik_routeros_script"]
13751375
path = vendor/grammars/vscode_mikrotik_routeros_script
13761376
url = https://github.com/devMikeUA/vscode_mikrotik_routeros_script.git
1377-
[submodule "vendor/grammars/vscodium-overpassql-syntax"]
1378-
path = vendor/grammars/vscodium-overpassql-syntax
1379-
url = https://github.com/tqdv/vscodium-overpassql-syntax.git
13801377
[submodule "vendor/grammars/vue-syntax-highlight"]
13811378
path = vendor/grammars/vue-syntax-highlight
13821379
url = https://github.com/vuejs/vue-syntax-highlight

grammars.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,8 +1253,6 @@ vendor/grammars/vscode_cobol:
12531253
- source.utreport
12541254
vendor/grammars/vscode_mikrotik_routeros_script:
12551255
- source.rsc
1256-
vendor/grammars/vscodium-overpassql-syntax:
1257-
- source.overpassql
12581256
vendor/grammars/vue-syntax-highlight:
12591257
- text.html.vue
12601258
vendor/grammars/wdl-sublime-syntax-highlighter:

lib/linguist/languages.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5039,15 +5039,6 @@ Org:
50395039
tm_scope: none
50405040
ace_mode: text
50415041
language_id: 267
5042-
OverpassQL:
5043-
type: programming
5044-
color: "#cce2aa"
5045-
wrap: true
5046-
extensions:
5047-
- ".overpassql"
5048-
tm_scope: source.overpassql
5049-
ace_mode: text
5050-
language_id: 689079655
50515042
Ox:
50525043
type: programming
50535044
extensions:

samples/OverpassQL/complex.overpassql

Lines changed: 0 additions & 18 deletions
This file was deleted.

samples/OverpassQL/simple.overpassql

Lines changed: 0 additions & 17 deletions
This file was deleted.

vendor/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,6 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
408408
- **OpenStep Property List:** [atom/language-property-list](https://github.com/atom/language-property-list)
409409
- **OpenType Feature File:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
410410
- **Option List:** [Alhadis/language-etc](https://github.com/Alhadis/language-etc)
411-
- **OverpassQL:** [tqdv/vscodium-overpassql-syntax](https://github.com/tqdv/vscodium-overpassql-syntax)
412411
- **Ox:** [andreashetland/sublime-text-ox](https://github.com/andreashetland/sublime-text-ox)
413412
- **Oz:** [eregon/oz-tmbundle](https://github.com/eregon/oz-tmbundle)
414413
- **P4:** [TakeshiTseng/atom-language-p4](https://github.com/TakeshiTseng/atom-language-p4)
Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)