re-add oracle grammer module using https

This commit is contained in:
David Pyke Le Brun
2015-02-09 11:58:50 +00:00
parent fb6ec8aaa7
commit 7ecf65551e
4 changed files with 7 additions and 3 deletions

3
.gitmodules vendored
View File

@@ -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

View File

@@ -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:

View File

@@ -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