mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
re-add oracle grammer module using https
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -594,3 +594,6 @@
|
|||||||
[submodule "vendor/grammars/ec.tmbundle"]
|
[submodule "vendor/grammars/ec.tmbundle"]
|
||||||
path = vendor/grammars/ec.tmbundle
|
path = vendor/grammars/ec.tmbundle
|
||||||
url = https://github.com/ecere/ec.tmbundle
|
url = https://github.com/ecere/ec.tmbundle
|
||||||
|
[submodule "vendor/grammars/oracle.tmbundle"]
|
||||||
|
path = vendor/grammars/oracle.tmbundle
|
||||||
|
url = https://github.com/mulander/oracle.tmbundle.git
|
||||||
|
|||||||
@@ -68,8 +68,6 @@ vendor/grammars/NimLime:
|
|||||||
- source.nim
|
- source.nim
|
||||||
- source.nim_filter
|
- source.nim_filter
|
||||||
- source.nimcfg
|
- source.nimcfg
|
||||||
vendor/grammars/Oracle/:
|
|
||||||
- source.plsql.oracle
|
|
||||||
vendor/grammars/PHP-Twig.tmbundle:
|
vendor/grammars/PHP-Twig.tmbundle:
|
||||||
- text.html.twig
|
- text.html.twig
|
||||||
vendor/grammars/RDoc.tmbundle:
|
vendor/grammars/RDoc.tmbundle:
|
||||||
@@ -364,6 +362,8 @@ vendor/grammars/ooc.tmbundle:
|
|||||||
- source.ooc
|
- source.ooc
|
||||||
vendor/grammars/opa.tmbundle:
|
vendor/grammars/opa.tmbundle:
|
||||||
- source.opa
|
- source.opa
|
||||||
|
vendor/grammars/oracle.tmbundle:
|
||||||
|
- source.plsql.oracle
|
||||||
vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
|
vendor/grammars/oz-tmbundle/Syntaxes/Oz.tmLanguage:
|
||||||
- source.oz
|
- source.oz
|
||||||
vendor/grammars/pascal.tmbundle:
|
vendor/grammars/pascal.tmbundle:
|
||||||
|
|||||||
@@ -2149,7 +2149,7 @@ PHP:
|
|||||||
PLSQL:
|
PLSQL:
|
||||||
type: programming
|
type: programming
|
||||||
ace_mode: sql
|
ace_mode: sql
|
||||||
tm_scope: Oracle
|
tm_scope: source.plsql.oracle
|
||||||
extensions:
|
extensions:
|
||||||
- .pls
|
- .pls
|
||||||
- .pkb
|
- .pkb
|
||||||
|
|||||||
1
vendor/grammars/oracle.tmbundle
vendored
Submodule
1
vendor/grammars/oracle.tmbundle
vendored
Submodule
Submodule vendor/grammars/oracle.tmbundle added at f5308c9abe
Reference in New Issue
Block a user