morhetz / gruvbox

Retro groove color scheme for Vim
13.63k stars 1.11k forks source link

Backticks ( ` ` ) turn all the following text green. Need backticks to work same as "quotes". #284

Closed 4Z4T4R closed 5 years ago

4Z4T4R commented 5 years ago

In my vim, I'm using gruvbox. Syntax colorization is great for everything except text written between `backticks`. You'll note once backticks are used, all subsequent lines of text are green. I would like backtick text to behave just like standard quoted text and to not screw up highlighting for the rest of the file. I write a lot of JavaScript. Thanks for the help in advance.

Please see https://vi.stackexchange.com/questions/20228/how-to-stylize-text-between-backticks-to-match-text-style-between-single-d

4Z4T4R commented 5 years ago

Nevermind... (tucks tail 'tween legs) It was a syntax issue. Fixed it. See the same SO question referenced in the OP.