AFAICT Notepad++ just uses the Lexilla lexer.
Thing is "somebody" who wants it has to make a pull request to create a Geany built-in filetype for it. The best example to follow is the most recently added Julia filetype https://github.com/geany/geany/pull/2584 (although it also adds symbol parsing via the uctags parser, so nim would be simpler)