Skip to content

Commit

Permalink
Merge pull request #8 from anticultist/master
Browse files Browse the repository at this point in the history
Improve robustness against white space and add a missing storage type
  • Loading branch information
andik authored Jan 6, 2021
2 parents 372cc49 + ede0c23 commit 0fc6b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IDL.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(BOOL|BYTE|CLSID|COLORREF|DECIMAL|DOUBLE|DWORD|FLOAT|GUID|HDC|HRESULT|HWND|IDispatch|INT|IUnknown|IWeakReference|LONG|LPSTR|LPWSTR|MSG|OLE_COLOR|RECT|REFIID|SHORT|TCHAR|UINT|UINT_PTR|ULONG|ULONGLONG|VARIANT_BOOL)\b</string>
<string>\b(__int32|BOOL|BYTE|CLSID|COLORREF|DECIMAL|DOUBLE|DWORD|FLOAT|GUID|HDC|HRESULT|HWND|IDispatch|INT|IUnknown|IWeakReference|LONG|LPSTR|LPWSTR|MSG|OLE_COLOR|RECT|REFIID|SHORT|TCHAR|UINT|UINT_PTR|ULONG|ULONGLONG|VARIANT_BOOL)\b</string>
<key>name</key>
<string>storage.type.windows.webidl</string>
</dict>
Expand Down Expand Up @@ -636,7 +636,7 @@
<array>
<dict>
<key>begin</key>
<string>([A-Za-z_][A-Za-z0-9_]*+)\b\(</string>
<string>([A-Za-z_][A-Za-z0-9_]*+)\b\s*\(</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
Expand Down

0 comments on commit 0fc6b8f

Please sign in to comment.