From cb917892dfade06d5a87eae320fe088314ce9d17 Mon Sep 17 00:00:00 2001 From: Max Leske <250711+theseion@users.noreply.github.com> Date: Wed, 5 Nov 2025 06:57:30 +0100 Subject: [PATCH] feat: add syntax highlighters to tools section --- content/6-development/6-6-useful_tools.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/content/6-development/6-6-useful_tools.md b/content/6-development/6-6-useful_tools.md index 3cc1ca67..b03b3301 100644 --- a/content/6-development/6-6-useful_tools.md +++ b/content/6-development/6-6-useful_tools.md @@ -72,4 +72,14 @@ A tool for testing and finding regular expressions that are vulnerable to regula https://crsdoc.digitalwave.hu -Presents CRS rules using a structured UI, allowing for filtering and searching. \ No newline at end of file +Presents CRS rules using a structured UI, allowing for filtering and searching. + +## Syntax Highlighters + +### Regex Assembly + +We have a syntax highlighting extension for Visual Studio Code that helps with writing assembly files. Instructions on how to install the extension can be found in the readme of the repository: https://github.com/coreruleset/regexp-assemble-syntax. + +### ModSecurity SecLang + +A community member has created an experimental syntax highlighter extension for the ModSecurity SecLang for Visual Studio Code. It has a nice documentation feature for syntax elements and variables. Both highlighting and documentation have been generated using GPT-5, so expect some issues and inaccuracies. https://github.com/louis-lau/vscode-secrule-language-plugin. \ No newline at end of file