From e8aa70e50eafa0cd832d8eb516d8fb1cd9b4a76c Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Sun, 18 Jan 2026 03:50:15 +0200 Subject: [PATCH] docs: add SourcePawn syntax highlighting to TODO.md Refs: #5430 --- todo/TODO.md | 1 + 1 file changed, 1 insertion(+) diff --git a/todo/TODO.md b/todo/TODO.md index 42abbd3ee..1a8a9ef93 100644 --- a/todo/TODO.md +++ b/todo/TODO.md @@ -37,6 +37,7 @@ - Racket: [#3035](https://github.com/rizonesoft/Notepad3/issues/3035) - Could use Lisp/Scheme lexer - 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) - [ ] **Custom Hyperlink Schemes** - User-defined URL protocol recognition - ed2k:// links: [#5405](https://github.com/rizonesoft/Notepad3/issues/5405) - Customizable via INI settings