Skip to content

Commit

Permalink
Automatically re-build udl-list.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pryrt committed Oct 13, 2024
1 parent 9c65f75 commit 5592483
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions udl-list.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## UDL Definitions

| Name | Author | Description |
|-----|--------|-------------|
|------|--------|-------------|
| [3GL](./UDLs/3GL_byDrezzzz.xml) | [drezzzzz](mailto:[email protected]) | 3GL |
| [6502 Assembly](./UDLs/6502Assembly_byCarlMyerholtz.xml) | [Carl Myerholtz W9OMS](mailto:[email protected]) | ASM for 6502 |
| [68k Assembly](./UDLs/68K_Assembly_byAmix73.xml) | [Amix 73](mailto:[email protected]) | 68k Assembly |
Expand Down Expand Up @@ -361,7 +361,7 @@
## Auto-Completion Definitions

| Name | Author | Description |
|-----|--------|-------------|
|------|--------|-------------|
| [Amiga_E](./autoCompletion/Amiga_E_bydmcoles.xml) | [dmcoles](https://github.com/dmcoles) | Amiga E syntax highlighting |
| [Amiga_E_dark](./autoCompletion/Amiga_E_dark_bydmcoles.xml) | [dmcoles](https://github.com/dmcoles) | Amiga E syntax highlighting (dark version) |
| [DAX](./autoCompletion/DAX_bySaschaKasper.xml) | [Sascha D. Kasper](https://sascha-kasper.com/dax-syntax-highlighting-for-notepad/) | DAX Data Visualization (Microsoft Power BI) |
Expand All @@ -382,10 +382,12 @@

## FunctionList Definitions

| Name | Author | Description |
|-----|--------|-------------|
| [dBASEPlus_DarkTheme](./functionList/dbaseplus.xml) | Lycan Thrope | dBASE Plus (Dark Theme) |
| [dBASEPlus_LightTheme](./functionList/dbaseplus.xml) | Lycan Thrope | dBASE Plus (Light Theme) |
| [LSL](./functionList/LSL_byKimpaTammas.xml) | [Kimpa Tammas](mailto:[email protected]) | Linden Script Language (dark theme version) |
| [STL 3dObject](./functionList/STL-3dObject-ASCII.byPryrt.xml) | [Pryrt](https://github.com/pryrt/) | 3d Stereolithography ASCII file (STL) |
| [Vim script](./functionList/Vimscript_by_rdipardo.xml) | Pryrt | User Defined Language for Vim script |
_If you download a functionList definition, remember to add the `<association>` row to your overrideMap.xml's `<associationMap>` section_

| Name | Author | Description | overrideMap `<association>` |
|------|--------|-------------|-----------------------------|
| [dBASEPlus_DarkTheme](./functionList/dbaseplus.xml) | Lycan Thrope | dBASE Plus (Dark Theme) | `<association id="dbaseplus.xml" userDefinedLangName="dBASEPlus_DarkTheme" />` |
| [dBASEPlus_LightTheme](./functionList/dbaseplus.xml) | Lycan Thrope | dBASE Plus (Light Theme) | `<association id="dbaseplus.xml" userDefinedLangName="dBASEPlus_LightTheme" />` |
| [LSL](./functionList/LSL_byKimpaTammas.xml) | [Kimpa Tammas](mailto:[email protected]) | Linden Script Language (dark theme version) | `<association id="LSL_byKimpaTammas.xml" userDefinedLangName="LSL" />` |
| [STL 3dObject](./functionList/STL-3dObject-ASCII.byPryrt.xml) | [Pryrt](https://github.com/pryrt/) | 3d Stereolithography ASCII file (STL) | `<association id="STL-3dObject-ASCII.byPryrt.xml" userDefinedLangName="STL 3dObject" />` |
| [Vim script](./functionList/Vimscript_by_rdipardo.xml) | Pryrt | User Defined Language for Vim script | `<association id="Vimscript_by_rdipardo.xml" userDefinedLangName="Vim script" />` |

0 comments on commit 5592483

Please sign in to comment.