Skip to content

Commit 68bd182

Browse files
authored
feat: add syntax highlighters to tools section (#249)
1 parent 27e3417 commit 68bd182

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

content/6-development/6-6-useful_tools.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,14 @@ A tool for testing and finding regular expressions that are vulnerable to regula
7272

7373
https://crsdoc.digitalwave.hu
7474

75-
Presents CRS rules using a structured UI, allowing for filtering and searching.
75+
Presents CRS rules using a structured UI, allowing for filtering and searching.
76+
77+
## Syntax Highlighters
78+
79+
### Regex Assembly
80+
81+
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.
82+
83+
### ModSecurity SecLang
84+
85+
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.

0 commit comments

Comments
 (0)