mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-30 08: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
|
||||
=Policy bold blue
|
||||
=Option fg_310 # brown
|
||||
=Module yellow
|
||||
|
||||
:line_start Idle
|
||||
* rest noeat
|
||||
@ -82,6 +83,7 @@ done
|
||||
"-" rule_flag_flag
|
||||
"iojp" rule_iojp_pre
|
||||
"sd" rule_sd_pre
|
||||
"m" rule_m_pre
|
||||
|
||||
:rule_flag_flag Idle
|
||||
* rule_flag_flag1 buffer
|
||||
@ -112,6 +114,15 @@ done
|
||||
" " rule_option noeat
|
||||
"\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
|
||||
"\n" line_start
|
||||
|
Loading…
Reference in New Issue
Block a user