javascript-libraries-syntax.vim icon indicating copy to clipboard operation
javascript-libraries-syntax.vim copied to clipboard

Syntax for JavaScript libraries

Results 14 javascript-libraries-syntax.vim issues
Sort by recently updated
recently updated
newest added

I also use vim-javascript for my normal syntax highlighting. However, I've tried commenting out this library in my setup and I don't see the bug, so something here clashes with...

When using highlighting for d3, 'd3' is highlighted correctly. But after 'd3' no methods are recognized. When inspecting which highlight group is attached to d3.selectAll() no highlightgroup is shown. let...

Excellent work on this package, I absolutely love it. It would be totally awesome if you could add support for express.js !

In the file `/autoload/syntax/angular.html.vim` there is: ```vimL setlocal iskeyword+=- ``` But this will change how motion `w` works on the symbol `-`. I think `syntax iskeyword @,48-57,_,192-255,$,-` is better. As...

![image](https://cloud.githubusercontent.com/assets/3949614/16271597/57c674ea-38a3-11e6-90fd-a6c1b2e6389a.png) Is it ok? Bug exists when [pangloss/vim-javascript](https://github.com/pangloss/vim-javascript) is enabled

Hi, I install this plugin with `Vundle`,everything seems OK. Then I open a simple .js file,(I know `jQuery` is enabled by default.)just input: ``` js jQuery("#id").ready(function(){ }); ``` Anyhow,the word...

Hi, thanks for your useful plugin. Look at the following. ![js-vim](https://cloud.githubusercontent.com/assets/5658084/12411683/add49862-be91-11e5-9c7a-32b8435eb7b2.png) As you can see in the `url`'s value, each time we have a dot, it is considered as a...

Hello there. Is it possible to support mithril.js view template syntax? https://lhorie.github.io/mithril/