ZIL/MDL language recognition for Notepad++

I like Notepad++ as a text editor so I made a simple UDL for ZIL/MUD. Unfortunately doesn’t Notepad++ do brace matching for angle brackets yet, but it was fairly easy to change the code so that it does. I filed an issue with the project so hopefully it appears in a future version.

zil_npp.zip (997 Bytes)

Example:

4 Likes

That’s surprising, given how common HTML is.

1 Like

The trick is, HTML never nests angle brackets.

2 Likes

Oh, of course (guess I should think more before posting).