Skip to content

Commit ce3db00

Browse files
pryrtgithub-actions[bot]
authored andcommitted
Automatically re-build udl-list.md and add new autoCompletions
1 parent f98a298 commit ce3db00

File tree

3 files changed

+43
-3
lines changed

3 files changed

+43
-3
lines changed

autoCompletion/Git.xml

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<NotepadPlus>
3+
<!-- 'Git' autoCompletion definition automatically generated from UDL keyword lists by generate_ac.py on 2025-10-14 -->
4+
<!-- Default values automatically generated, and have no knowledge of the actual constructs for this particular language. -->
5+
<!-- This is a starting point, and should be improved into a full autoCompletion with function parameter hints, etc, by an expert in this language. -->
6+
<!-- If you are such an expert, please remove these comments and submit your updates back to the UDL Collection. Thank you. -->
7+
<AutoComplete language="Git">
8+
<!-- Environment: Change start/stopFunc, paramSeparator, and terminal as needed -->
9+
<Environment ignoreCase="no" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar=""/>
10+
<!-- KeyWords: generator assumes all keywords are _not_ functions -->
11+
<KeyWord name="add" func="no"/>
12+
<KeyWord name="branch" func="no"/>
13+
<KeyWord name="checkout" func="no"/>
14+
<KeyWord name="cherry-pick" func="no"/>
15+
<KeyWord name="clone" func="no"/>
16+
<KeyWord name="commit" func="no"/>
17+
<KeyWord name="config" func="no"/>
18+
<KeyWord name="diff" func="no"/>
19+
<KeyWord name="feature" func="no"/>
20+
<KeyWord name="fetch" func="no"/>
21+
<KeyWord name="flow" func="no"/>
22+
<KeyWord name="git" func="no"/>
23+
<KeyWord name="gui" func="no"/>
24+
<KeyWord name="hotfix" func="no"/>
25+
<KeyWord name="init" func="no"/>
26+
<KeyWord name="log" func="no"/>
27+
<KeyWord name="merge" func="no"/>
28+
<KeyWord name="pull" func="no"/>
29+
<KeyWord name="push" func="no"/>
30+
<KeyWord name="release" func="no"/>
31+
<KeyWord name="remote" func="no"/>
32+
<KeyWord name="reset" func="no"/>
33+
<KeyWord name="rm" func="no"/>
34+
<KeyWord name="stash" func="no"/>
35+
<KeyWord name="status" func="no"/>
36+
</AutoComplete>
37+
</NotepadPlus>

udl-list.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3822,8 +3822,9 @@
38223822
"repository": "",
38233823
"description": "Git Dark Version",
38243824
"author": "Fabricio Leite",
3825-
"homepage": "https://git-scm.com/about/branching-and-merging"
3825+
"homepage": "https://git-scm.com/about/branching-and-merging",
3826+
"autoCompletion": "Git",
3827+
"autoCompletionAuthor": "generate_ac.py"
38263828
}
38273829
]
3828-
3829-
}
3830+
}

udl-list.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
| [Gherkin](https://raw.githubusercontent.com/nakohdo/NPP.Gherkin/master/userDefineLang_Gherkin.xml) | [Frank Ralf](https://github.com/nakohdo/NPP.Gherkin) | Gherkin |
139139
| [GIFT format](./UDLs/GIFT-Format_byMatthewKuznia.xml) | [Matthew Kuznia](mailto:[email protected]) | GIFT format |
140140
| [GISDK](./UDLs/GISDK_byFranciscoFerreira.xml) | [Francisco Ferreira](mailto:[email protected]) | GISDK |
141+
| [Git — Dark Mode](./UDLs/Git_byFabricioLeite.xml) | [Fabricio Leite](https://git-scm.com/about/branching-and-merging) | Git Dark Version |
141142
| [GLSL 3.3](./UDLs/GLSL3.3_by_yash_eng.xml) | [yash_eng](mailto:[email protected]) | GLSL 3.3 |
142143
| [GNU MathProg](./UDLs/GNU_MathProg_by_third_maths.xml) | [third_maths](mailto:[email protected]) | GNU MathProg |
143144
| [Gnuplot](./UDLs/Gnuplot_byJohanWild.xml) | [Johan Wild](mailto:[email protected]) | Gnuplot |
@@ -502,6 +503,7 @@
502503
| [GCODE-Sinumerik](./autoCompletion/GCODE-Sinumerik.xml) | generate_ac.py | Siemens Sinumerik CNC GCode syntax highlighting |
503504
| [GEDCOM55](./autoCompletion/gedcom5.5.xml) | generate_ac.py | GEDCOM55 |
504505
| [GISDK](./autoCompletion/Gisdk.xml) | generate_ac.py | GISDK |
506+
| [Git — Dark Mode](./autoCompletion/Git.xml) | generate_ac.py | Git Dark Version |
505507
| [GLSL 3.3](./autoCompletion/GLSL%201.50%20Core.xml) | generate_ac.py | GLSL 3.3 |
506508
| [GNU MathProg](./autoCompletion/Gnu%20MathProg.xml) | generate_ac.py | GNU MathProg |
507509
| [Gnuplot](./autoCompletion/Gnuplot.xml) | generate_ac.py | Gnuplot |

0 commit comments

Comments
 (0)