weskinner / symbol-gen

Generate tags file for a project in the atom text editor
MIT License
33 stars 17 forks source link

Trying to make symbols for CSS #52

Open jgarmar opened 8 years ago

jgarmar commented 8 years ago

Hi! I'm Trying to make symbols for my CSS stylesheets to jump to sections, I make this sections simply adding a comment with a dash (/-Body/).

I've created a ctags file in my home folder (I'm using Linux) with this content:


--langdef=Css
--langmap=Css:.css
--regex-Css=/\/\*-.*/

But when I press ctrl R, my symbols doesn't appears. Can anyone help me?

Thanks