From d3448994b199b13b85e67b2df9e6a9102d51b3bb Mon Sep 17 00:00:00 2001 From: Jim Fell Date: Thu, 27 Aug 2026 22:00:34 -0400 Subject: [PATCH 1/5] support for markdown function list --- functionList/markdown.xml | 38 +++++++++ functionList/overrideMap.xml | 144 +++++++++++++++++++++++++++++++++++ 2 files changed, 182 insertions(+) create mode 100644 functionList/markdown.xml create mode 100644 functionList/overrideMap.xml diff --git a/functionList/markdown.xml b/functionList/markdown.xml new file mode 100644 index 0000000..c819416 --- /dev/null +++ b/functionList/markdown.xml @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/functionList/overrideMap.xml b/functionList/overrideMap.xml new file mode 100644 index 0000000..32a3f9e --- /dev/null +++ b/functionList/overrideMap.xml @@ -0,0 +1,144 @@ + + + + + + + + + + + + + + + + + + + From 380cc8c3123fdf63beeb817afbc40b0174074e75 Mon Sep 17 00:00:00 2001 From: Jim Fell Date: Thu, 27 Aug 2026 22:41:48 -0400 Subject: [PATCH 2/5] fixed tab vs space issue in override --- functionList/overrideMap.xml | 246 +++++++++++++++++------------------ 1 file changed, 123 insertions(+), 123 deletions(-) diff --git a/functionList/overrideMap.xml b/functionList/overrideMap.xml index 32a3f9e..a39a805 100644 --- a/functionList/overrideMap.xml +++ b/functionList/overrideMap.xml @@ -7,138 +7,138 @@ | \=========================================================================== --> - - - + For example, you have created your php parse rule, named "myphp2.xml". You add the rule file + into the functionlist directory and add the following line in this file: + + and that's it. + --> - - + + - - + If "My UDL Name" doesn't exist yet, you can create it via UDL dialog. + --> + - - - + + + From d542524ace5da1e0df795f7068c3036895aa59ca Mon Sep 17 00:00:00 2001 From: Jim Fell Date: Fri, 28 Aug 2026 19:53:04 -0400 Subject: [PATCH 3/5] removed override file and updated json --- functionList/overrideMap.xml | 144 ----------------------------------- udl-list.json | 10 +++ 2 files changed, 10 insertions(+), 144 deletions(-) delete mode 100644 functionList/overrideMap.xml diff --git a/functionList/overrideMap.xml b/functionList/overrideMap.xml deleted file mode 100644 index a39a805..0000000 --- a/functionList/overrideMap.xml +++ /dev/null @@ -1,144 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/udl-list.json b/udl-list.json index ab4e9b7..bf93ac4 100644 --- a/udl-list.json +++ b/udl-list.json @@ -4019,6 +4019,16 @@ "homepage": "https://github.com/tgschultz/Npp-ziglang-UDL", "autoCompletion": "Zig", "autoCompletionAuthor": "generate_ac.py" + }, + { + "id-name": "markdown-function-list", + "display-name": "Markdown", + "version": "2026-Aug-27", + "repository": "", + "description": "Markdown Function List - headings apper in function list", + "author": "pcpro178", + "homepage": "https://github.com/pcpro178/npp_userDefinedLanguages", + "functionList": true, } ] } From a68075a61c6921858724feccf248df3f87b0ec04 Mon Sep 17 00:00:00 2001 From: Jim Fell Date: Fri, 28 Aug 2026 20:29:40 -0400 Subject: [PATCH 4/5] fixed workflow error --- udl-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udl-list.json b/udl-list.json index bf93ac4..1d0da50 100644 --- a/udl-list.json +++ b/udl-list.json @@ -4025,7 +4025,7 @@ "display-name": "Markdown", "version": "2026-Aug-27", "repository": "", - "description": "Markdown Function List - headings apper in function list", + "description": "Markdown Function List", "author": "pcpro178", "homepage": "https://github.com/pcpro178/npp_userDefinedLanguages", "functionList": true, From 2104ebe01691ab93e151249c3e05052dd86f447b Mon Sep 17 00:00:00 2001 From: Jim Fell Date: Fri, 28 Aug 2026 21:01:11 -0400 Subject: [PATCH 5/5] fixed actual workflow error --- functionList/markdown.xml | 4 ++-- udl-list.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functionList/markdown.xml b/functionList/markdown.xml index c819416..bf69e6b 100644 --- a/functionList/markdown.xml +++ b/functionList/markdown.xml @@ -20,14 +20,14 @@ - + - + diff --git a/udl-list.json b/udl-list.json index 1d0da50..bf93ac4 100644 --- a/udl-list.json +++ b/udl-list.json @@ -4025,7 +4025,7 @@ "display-name": "Markdown", "version": "2026-Aug-27", "repository": "", - "description": "Markdown Function List", + "description": "Markdown Function List - headings apper in function list", "author": "pcpro178", "homepage": "https://github.com/pcpro178/npp_userDefinedLanguages", "functionList": true,