mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-24 18:38:24 +02:00
19 lines
674 B
XML
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> |