Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ZenScript #205

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions udl-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
"name": "npp-UDL-list",
"version": "1.0",
"UDLs": [
{
"id-name": "zenscript",
"display-name": "ZenScript",
"version": "1.1.0",
"repository": "https://github.com/redfire75369/zenscript-npp",
"description": " ZenScript Syntax Highlighter for Notepad++",
"author": "Redfire",
"homepage": "https://github.com/redfire75369/zenscript-npp"
},
{
"id-name": "SIL-Power-Scripts-for-Jira_byHaydenSingleton",
"display-name": "SIL",
Expand Down
1 change: 1 addition & 0 deletions udl-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
| [YANG](https://raw.githubusercontent.com/gribok/notepad-plus-plus-yang-language/master/yang_by-gribok.xml) | [gribok](https://github.com/gribok/notepad-plus-plus-yang-language) | YANG Data Modeling Language |
| [YARA](./UDLs/YARA_byM0N4.xml) | [m0n4](https://github.com/m0n4) | YARA syntax highlighting for Notepad++. |
| [Zebra Printing Language](./UDLs/Zebra_Printing_Language.xml) | awwolf | Zebra Printing Language for labeling applications |
| [ZenScript](https://github.com/Redfire75369/zenscript-npp/blob/master/ZenScript/zenscript.default.xml) | Redfire | ZenScript for CraftTweaker |
| [Zig](./UDLs/zig_by-tgschultz.xml) | [tgschultz](https://github.com/tgschultz/Npp-ziglang-UDL) | Zig |

## Auto-Completion Definitions
Expand Down
Loading