kaicataldo / material.vim

🎨 A port of the Material color scheme for Vim/Neovim
MIT License
610 stars 71 forks source link

Change HTML syntax to better match Material Theme #50

Closed lmlorca closed 4 years ago

lmlorca commented 4 years ago

It seems it also affects html tags in PHP, so this change should also improve the syntax of templating engines that share the same base html vim syntax groups.

kaicataldo commented 4 years ago

Mind adding a screenshot for posterity?

lmlorca commented 4 years ago

Sorry I posted the result in the issue I opened but not here.

Darker:

Before: 2020-07-29-14:45:07

Now: 2020-07-29-14:45:37

Ocean:

Before: 2020-07-29-14:55:25

Now: 2020-07-29-14:47:41

Lighter:

Before: 2020-07-29-14:49:50

Now: 2020-07-29-14:50:03

Palenight:

Before: 2020-07-29-14:52:32

Now: 2020-07-29-14:52:45

So basically it improves basic HTML support by making the tags and the attributes different. Also it follows closer the original theme as well.

kaicataldo commented 4 years ago

Oh no, I didn’t mean to close this pull request. So sorry about that. Do you mind reopening it?