othree / es.next.syntax.vim

ES.Next syntax for Vim
MIT License
125 stars 7 forks source link

Regexp `/\/$/` causes reserved words to be highlighted #14

Closed kirederik closed 6 years ago

kirederik commented 6 years ago

Hi there!

When writing the regexp /\/$/, the plugin will highlight reserved words. For example:

code

Adding any other text, for example /foo$/, will not cause the issue.

othree commented 6 years ago

Hi, I dont have this issue

2018-03-06 10 14 21
kirederik commented 6 years ago

Interesting... I'll investigate further to check if it's some other plugin that's causing the issue.

Closing for now, thanks!