css - Add rule to SourceCookifier plugin for notepad++ -
i trying add rule in sourcecookifier css language.
currently shows tree list of
- classes
- selectors
- identities
but want add own rule,
i add comments, like:
/* start reset */ -- css rules here /* end reset */ /* start sidebar */ -- css rules here /* end sidebar */
and want show own function tree called section
thanks fro help
i'm not confident understand question, here believe you're looking for.
bring language settings css , add new tag type. set description "section" (or whatever like).
for input, use: /* start (\w+)
for output, use: \1
if apply rule file contains sample code provided, create sections called "reset" , "sidebar." effect you're trying achieve?
Comments
Post a Comment