mirror of
https://github.com/cmur2/joe-syntax.git
synced 2025-01-04 16:54:23 +01:00
Highlight module usage in iptables
This commit is contained in:
parent
9a749a932f
commit
a2248b18bb
11
iptables.jsf
11
iptables.jsf
@ -9,6 +9,7 @@
|
|||||||
=Table bold
|
=Table bold
|
||||||
=Policy bold blue
|
=Policy bold blue
|
||||||
=Option fg_310 # brown
|
=Option fg_310 # brown
|
||||||
|
=Module yellow
|
||||||
|
|
||||||
:line_start Idle
|
:line_start Idle
|
||||||
* rest noeat
|
* rest noeat
|
||||||
@ -82,6 +83,7 @@ done
|
|||||||
"-" rule_flag_flag
|
"-" rule_flag_flag
|
||||||
"iojp" rule_iojp_pre
|
"iojp" rule_iojp_pre
|
||||||
"sd" rule_sd_pre
|
"sd" rule_sd_pre
|
||||||
|
"m" rule_m_pre
|
||||||
|
|
||||||
:rule_flag_flag Idle
|
:rule_flag_flag Idle
|
||||||
* rule_flag_flag1 buffer
|
* rule_flag_flag1 buffer
|
||||||
@ -112,6 +114,15 @@ done
|
|||||||
" " rule_option noeat
|
" " rule_option noeat
|
||||||
"\n" line_start
|
"\n" line_start
|
||||||
|
|
||||||
|
:rule_m_pre Idle
|
||||||
|
* rule_m noeat
|
||||||
|
" " rule_m_pre
|
||||||
|
|
||||||
|
:rule_m Module
|
||||||
|
* rule_m
|
||||||
|
" " rule_option noeat
|
||||||
|
"\n" line_start
|
||||||
|
|
||||||
:bad Bad
|
:bad Bad
|
||||||
* bad
|
* bad
|
||||||
"\n" line_start
|
"\n" line_start
|
||||||
|
Loading…
Reference in New Issue
Block a user