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

source code

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

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -