functionList.xml for CSS
-
I just wanted to share this in case it could help someone else. If you edit your functionList.xml file here:
C:\Users<username>\AppData\Roaming\Notepad++\functionList.xml
add this at the top in the associationmap:
<association id= "css_class" langID="20" />and add this at the end:
<!-- ======================================================= [ css_class ] --> <parser displayName="CSS" id ="css_class" commentExpr="(?s:/\*.*?\*/)" > <function mainExpr="([\.\#\@]?\w[\.\w\:, \-\r\n\t\(\)]+) *[\r\n,]*? *{+?" > <functionName> <nameExpr expr="(.)+" /> </functionName> </function> </parser> <!-- ================================================================= -->It should be able to parse pretty much any css classname in the view->Function List pane.
-
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login