language-javascript-semantic icon indicating copy to clipboard operation
language-javascript-semantic copied to clipboard

JavaScript Semantic Highlighting Package for Atom (NO LONGER MAINTAINED)

Results 24 language-javascript-semantic issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, https://github.com/atom/atom/issues/8669 is solved I believe. Would be awesome if you can get this working again! Would love to try this out!

Closes https://github.com/p-e-w/language-javascript-semantic/issues/39

In `language-javascript-semantic/styles/semantic-colors.atom-text-editor.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

In `language-javascript-semantic\styles\semantic-colors.atom-text-editor.less`: Starting from Atom v1.13.0, the contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. This means you should stop using `:host` and `::shadow` pseudo-selectors,...

It would be great if the same identifier got a different colour if it was declared in a different scope. e.g. ``` js function read(path) { } function write(path) {...

enhancement

This is the output I recieved, it said to tell the author: ``` bash > [email protected] install C:\Users\Nathan\AppData\Local\Temp\apm-install-dir-115912-31976-wawkel\node_modules\language-javascript-semantic\node_modules\first-mate\node_modules\oniguruma > node-gyp rebuild C:\Users\Nathan\AppData\Local\Temp\apm-install-dir-115912-31976-wawkel\node_modules\language-javascript-semantic\node_modules\first-mate\node_modules\oniguruma>if not defined npm_config_node_gyp (node "C:\Users\Nathan\AppData\Local\atom\app-1.0.19\resources\app\apm\node_modules\npm\bin\node-gyp-bin\\..\..\node_modules\node-gyp\bin\node-gyp.js" rebuild ) else...

After updating macOS to the latest beta v10.12.2 Beta (16C63a) today, Atom is crashing if `language-javascript-semantic` is enabled. Disabling package (start Atom from terminal with `atom --safe` then edit config...

The comment style triggered by atom's toggle comment (" cmd + / ") in semantic javascript grammar is the block comment ( /\* */ ). Is it possible to change...

The version of acorn bundled with this package does not properly highlight ES6 syntax like keywords such as `const`, `let`, and `class` or features like template strings. The latest version...