Skip to content

Commit

Permalink
Merge pull request #6 from anticultist/master
Browse files Browse the repository at this point in the history
Windows types and constants
  • Loading branch information
andik authored Jun 1, 2020
2 parents bb21604 + 5e0c9d4 commit 87c962f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions IDL.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,18 @@
<key>name</key>
<string>support.type.mac-classic.webidl</string>
</dict>
<dict>
<key>match</key>
<string>\b(DISPID_NEWENUM|DISPID_VALUE)\b</string>
<key>name</key>
<string>constant.language.windows.webidl</string>
</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>
<key>name</key>
<string>storage.type.windows.webidl</string>
</dict>
<dict>
<key>include</key>
<string>#block</string>
Expand Down

0 comments on commit 87c962f

Please sign in to comment.