Sublime-JS-Custom
Sublime-JS-Custom copied to clipboard
Customizable JavaScript syntax highlighting for Sublime Text.
### Sublime Text build number 4150 ### Example Code ```TSX const myClass = css` display: block; `; ``` ### JS Custom Preferences ```JSON with Comments { "configurations": { "TSX +...
### Sublime Text build number 4152 ### Example Code ```TSX n/a ``` ### JS Custom Preferences ```JSON with Comments { "defaults": { "custom_template_tags": false, "eslint_directives": true, "jsx": false, "custom_templates": {...
As noticed in https://github.com/babel/babel-sublime/issues/429, the Flow typing extension does not support interfaces. I haven't updated the Flow extension in ages, and it's probably very far behind. I know that TypeScript...
How about migrating this package to python 3.8 It requires some adjustments due to updated ruamel-yaml library (see: https://github.com/packagecontrol/channel/pull/12).
### Sublime Text build number 4169 ### Example Code ```TSX import gql from 'graphql-tag'; const query = gql` { user(id: 5) { firstName lastName } } `; ``` ### JS...
I am pretty new to customising Sublime Text with syntaxes, completions etc. I was pointed at this Package as one that might be able to let me dynamically insert information...
### Sublime Text build number 4169 ### Example Code ```TSX // @flow // Inorrect syntax highlighting export function normalizeChildren ( children: any, ns: string | void, nestedIndex: number | void...