From bfcd2c569de21979498cea6cd6b4df08fc28e87f Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 04:35:57 +0200 Subject: [PATCH] docs: add Swift and Zig lexers to TODO.md Kotlin, Dart, TOML already exist in Notepad3. Swift: notepad4 LexSwift.cxx Zig: Lexilla LexZig.cxx --- todo/TODO.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo/TODO.md b/todo/TODO.md index 928c9244a..b840996ea 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -47,6 +47,8 @@ - Verilog HDL: [#4108](https://github.com/rizonesoft/Notepad3/issues/4108) - Lexilla has `LexVerilog.cxx` - JSON5: [#5411](https://github.com/rizonesoft/Notepad3/issues/5411) - Extend JSON lexer or add `.json5` extension - SourcePawn: [#5430](https://github.com/rizonesoft/Notepad3/issues/5430) - SourceMod scripting (`.sp` files) + - Swift: Adopt from [notepad4 LexSwift.cxx](https://github.com/zufuliu/notepad4/blob/main/scintilla/lexers/LexSwift.cxx) + - Zig: Lexilla has [LexZig.cxx](https://github.com/ScintillaOrg/lexilla/blob/master/lexers/LexZig.cxx) - [ ] **Custom Hyperlink Schemes** - User-defined URL protocol recognition - ed2k:// links: [#5405](https://github.com/rizonesoft/Notepad3/issues/5405) - Customizable via INI settings