averrin / color-tabs-regex

Use color-tabs package with regex.
https://atom.io/packages/color-tabs-regex
MIT License
8 stars 6 forks source link

Minimatch not matching file endings #10

Closed appdevtk closed 9 years ago

appdevtk commented 9 years ago

Hello, I've setup some rules to color my tabs: ".js": "#ff0000" ".html": "#00ff00" ".md": "#0000ff" ".markdown": "#0000ff" ".html": "#ff00ff" ".css": "#00ffff" ".less": "#ff0082" ".json": "#ffff00" ".cson": "#fff491" ".coffee": "#ffa800"

And they are not matching. I'll create a pull request with my addition to fix this issue.

bojidar-bg commented 9 years ago

just write "**.js", etc.

bojidar-bg commented 9 years ago

Close?

averrin commented 9 years ago

I merge, but not tested. But, if @appdevtk push it - i can close.