File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99' ^^^^^^^^^^^^^^^^^^^^^ keyword.other.option.vba
1010 Option Compare Text
1111' ^^^^^^^^^^^^^^^^^^^ keyword.other.option.vba
12+ Option Compare Database
13+ ' ^^^^^^^^^^^^^^^^^^^^^^^ keyword.other.option.vba
1214
1315 Option Explicit
1416' ^^^^^^^^^^^^^^^ keyword.other.option.vba
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ repository:
6363 - name : keyword.other.vba
6464 match : (?i:\b(Attribute|Call|End (Function|Property|Sub|Type|Enum)|(Const|Function|Property|Sub|Type|Enum)|Declare|PtrSafe|WithEvents|Event|RaiseEvent|Implements)\b)
6565 - name : keyword.other.option.vba
66- match : (?i)\bOption (Base [01]|Compare (Binary|Text)|Explicit|Private Module)\b
66+ match : (?i)\bOption (Base [01]|Compare (Binary|Text|Database )|Explicit|Private Module)\b
6767 - name : keyword.other.deftype.vba
6868 match : (?i)\b(DefBool|DefByte|DefInt|DefLng|DefLngLng|DefLngPtr|DefCur|DefSng|DefDbl|DefDec|DefDate|DefStr|DefObj|DefVar)\b
6969 - name : keyword.other.visibility.vba
You can’t perform that action at this time.
0 commit comments