atom-vue icon indicating copy to clipboard operation
atom-vue copied to clipboard

Vue component file syntax for Atom

Results 10 atom-vue issues
Sort by recently updated
recently updated
newest added

Syntax highlight breaks when using `??` operator.

Hello, I have a `.vue` file with this: `` If I don't put the question mark before the point everything is fine, but when I put it, here is what...

as of [this](https://github.com/vuejs/rfcs/pull/231) merge, `v-bind` is now the proper syntax for accessing a data variable in the style block. Currently, it displays as greyed out ![Screen Shot 2021-09-26 at 7...

Vue-i18n add it's own custom block but Atom/language-vue doesn't pick the proper scope from the `lang` attribute.

Hi @hedefalk! I am the owner of @atom-ide-community. We have a plugin called atom-ide-vue, which provides ide features for vue. We were wondering if you would like to join the...

Hello! Faced such a problem, with your plugin for Vue.js, JavaScript syntax is incorrectly highlighted in the tag. If I change the language to HTML, then everything is highlighted fine....

When using the Null Propagation operator ( ?. ) in a file it breaks the syntax highlighting. When you use it in the template: ![grafik](https://user-images.githubusercontent.com/60694691/88782253-a52cec00-d18d-11ea-926c-3a6f7d6d3769.png) When you use it in...

The current atom-vue isn't a tree-sitter grammar and doesn't use tree sitter grammars for JavaScript `` parts either.

enhancement

Currently, when an html comment like this one is used: `` _(no spaces between the hyphens forming the line and those forming the comment delimiter)_, everything under it will be...

May i request to up to date based on the latest vue syntax? https://github.com/vuejs/language-tools/tree/master/extensions/vscode/syntaxes