Here is a list of scopes to use in Sublime Text 2/3 snippets -
Vue Component: text.html.vue
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++
| # -*- coding: utf-8 -*- | |
| # [email protected] | |
| # ODOO Enterprise Edition | |
| # Part of Odoo. See LICENSE file for full copyright and licensing details. | |
| import datetime | |
| import logging | |
| import requests | |
| import werkzeug.urls |
| export const events = { | |
| CALL_CREATE: "callCreate", | |
| CALL_DELETE: "callDelete", | |
| CALL_RING: "callRing", | |
| CALL_UPDATE: "callUpdate", | |
| CHANNEL_CREATE: "channelCreate", | |
| CHANNEL_DELETE: "channelDelete", | |
| CHANNEL_PIN_UPDATE: "channelPinUpdate", | |
| CHANNEL_RECIPIENT_ADD: "channelRecipientAdd", | |
| CHANNEL_RECIPIENT_REMOVE: "channelRecipientRemove", |
Here is a list of scopes to use in Sublime Text 2/3 snippets -
Vue Component: text.html.vue
ActionScript: source.actionscript.2
AppleScript: source.applescript
ASP: source.asp
Batch FIle: source.dosbatch
C#: source.cs
C++: source.c++