Skip to content

Commit 06a16a5

Browse files
author
Dominique Wahli
committed
Add some missing keywords
1 parent 4fbe9f0 commit 06a16a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PL_SQL (Oracle).tmLanguage

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
</dict>
176176
<dict>
177177
<key>match</key>
178-
<string>(?i)\b(end|then|exception|when|raise|begin|in|out|nocopy|is|as|exit|open|fetch|into|close|type|rowtype|default|exclusive|mode|lock|record|\.(extend|count|first|last|next|nextval|currval))\b</string>
178+
<string>(?i)\b(end|then|deterministic|exception|when|others|raise|declare|begin|in|out|nocopy|is|as|exit|open|fetch|into|close|type|rowtype|default|exclusive|mode|lock|record|\.(extend|count|first|last|next|nextval|currval))\b</string>
179179
<key>name</key>
180180
<string>keyword.other.oracle</string>
181181
</dict>
@@ -221,7 +221,7 @@
221221
</dict>
222222
<dict>
223223
<key>match</key>
224-
<string>(?i)\b(number|decimal|integer|smallint|float|long|char|varchar2|varchar|boolean|date|xmltype|blob|clob)\b</string>
224+
<string>(?i)\b(number|decimal|integer|smallint|float|long|char|varchar2|varchar|boolean|date|xmltype|blob|clob|binary_integer)\b</string>
225225
<key>name</key>
226226
<string>storage.type.oracle</string>
227227
</dict>

0 commit comments

Comments
 (0)