Community
    • Login

    functionList.xml for CSS

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.1k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Horace BischoffH Offline
      Horace Bischoff
      last edited by

      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.

      1 Reply Last reply Reply Quote 0
      • MAPJe71M Offline
        MAPJe71
        last edited by

        See also #10711 and #15474.

        1 Reply Last reply Reply Quote 0

        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
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors