2025-09-18 15:03:32 +02:00

19 lines
674 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<!-- ==========================================================================\
|
| To learn how to make your own language parser, please check the following
| link:
| https://npp-user-manual.org/docs/function-list/
|
\=========================================================================== -->
<NotepadPlus>
<functionList>
<parser id="css_function" displayName="CSS">
<function mainExpr="^([^\n\{]+)\s*\{">
<functionName>
<nameExpr expr="[^\n\{]+"/>
</functionName>
</function>
</parser>
</functionList>
</NotepadPlus>