Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | nano: fix syntax highlighting for raw ucode scripts | Jo-Philipp Wich | 2024-04-05 |
| | | | | | | | | | Text between interpreter line and start of first directive should only highlighted as uninterpreted when running in template mode, so adjust the match rule accordingly. Fixes: #23761 Signed-off-by: Jo-Philipp Wich <jo@mein.io> | ||
* | nano: add syntax highlighting for ucode scripts | Jo-Philipp Wich | 2023-11-08 |
Introduce local syntax highlighting support for ucode scripts, like it is done already for uci configuration files. Ref: https://github.com/jow-/ucode/issues/178 Signed-off-by: Jo-Philipp Wich <jo@mein.io> |