
I suspect that PackageResourceViewer is doing some virtualization.
However, if I browse to that path in Windows Explorer, is not of a child-dir of dir. For me, this file was located in my roaming profile %appdata% ( C:\Users\walter\AppData\Roaming\Sublime Text 3\Packages\Color Scheme - Default\). The above command will open a new tab to the file “ Marina.sublime-color-scheme“. I believe the OP is asking how to define this as an item to be colored when found in a JavaScript source file.Ĭtrl+Shift+P > (or whichever color scheme you use) For example, use these instructions to change so that all code comments are colored blue instead of green. These instructions will help you change the colors of items (comments, keywords, etc) that are defined syntax matching rules. Select the color scheme, accept the highlighting settings inherited from the defaults or customize them as described in Colors and fonts.Note: This isn’t exactly what OP is asking. In the Settings/Preferences dialog ( Ctrl+Alt+S), go to Editor | Color Scheme | Pug/Jade. You can configure Pug/Jade-aware syntax highlighting according to your preferences and habits. Type the path manually or click and choose the file location in the dialog that opens. In the Program field, specify the path to the pug or jade package. Your code will be translated into JavaScript and supplied with generated source maps. Open the Settings/Preferences dialog ( Ctrl+Alt+S) and go to Tools | File Watchers.Ĭlick or press Alt+Insert and choose the Pug/Jade predefined template from the list. If the Auto-save edited files to trigger the watcher checkbox is cleared, the File Watcher is started upon save ( File | Save All, Ctrl+S) or when you move focus from WebStorm (upon frame deactivation). If the Auto-save edited files to trigger the watcher checkbox is selected, the File Watcher is invoked as soon as any changes are made to the source code.
If an applicable File Watcher is configured and enabled in the current project, WebStorm starts the compiler automatically upon the event specified in the New Watcher dialog.
If such File Watcher is configured but disabled, WebStorm displays a popup that informs you about the configured File Watcher and suggests to enable it. When you open a file, WebStorm checks whether an applicable File Watcher is available in the current project. To compile your code automatically, you need to configure a Pug/Jade File Watcher which will track changes to your files and run the template engine.
In the embedded Terminal ( Alt+F12), type: Make sure the Pug (ex-Jade) and File Watchers required plugins are enabled on the Settings/Preferences | Plugins page, tab Installed, see Managing plugins for details. Pug files are marked with Jade files are marked with. WebStorm integrates with the Pug (Jade) template engine that transforms Pug (Jade) files into HTML.