Sublime-JS-Custom icon indicating copy to clipboard operation
Sublime-JS-Custom copied to clipboard

Customizable JavaScript syntax highlighting for Sublime Text.

Results 17 Sublime-JS-Custom issues
Sort by recently updated
recently updated
newest added

Sometimes, for the sake of formatting my code to look nice, I like to add a new line immediately after the template literal tick. For example: ``` const test =...

enhancement

### Sublime Text build number 4121 ### Example Code ```TSX const recordDefinition = (a) => { return a ? (a) : (a { if (token >= 144 && token <...

bug

Reported in https://github.com/sublimehq/Packages/issues/179. When you have multiple JS Custom configurations, they appear under the User submenu (because this is where the compiled syntax definitions are placed), but when there is...

enhancement

In JavaScript (Babel) in code like this ```javascript type.CONSTANT_NAME process.env.NODE_ENV ``` the uppercase words would have `variable.other.constant.js` scope and I could style them as constants in my color scheme. In...

enhancement

There are various documentation comment standards used with JavaScript, including [JSDoc](http://usejsdoc.org/index.html) and [JavaDoc](https://en.wikipedia.org/wiki/Javadoc) (https://github.com/sublimehq/Packages/issues/618). Highlighting these comments could be helpful to many users.

enhancement

Is it possible to add custom highlight to react state object inside a component ? ```js class extends Component { state = {} //no highlight } ``` It look important...

enhancement

Hi! I ❤️ your plugin! :). Especially because it's fast and does the job without trying to turn Sublime Text into a bloated IDE :). Thanks for a great work!...

enhancement

I have ST4 installed on windows. I also have package manager. I installed JSCustom, and that worked successfully. I even edited the config: But, none of the JS-Custom's syntaxes appear...

Does this support a way to add improved highlighting to JSDoc / ts-in-js doc blocks?

First of all thanks for this great package, it's really working well for me so far. I've managed to set up highlighting for pug template literals with the following configuration:...