yuezk / vim-js

💯The most accurate syntax highlighting plugin for JavaScript and Flow.js
MIT License
140 stars 8 forks source link

Fix highlight for extended class with period #9

Closed tweekmonster closed 4 years ago

tweekmonster commented 4 years ago

This fixes the highlight for:

class Div extends React.Component ...

It will also highlight this:

class x.Div ...

But, that's a syntax error and shouldn't be a concern for this plugin.

yuezk commented 4 years ago

Looks good, thanks.