diff options
Diffstat (limited to 'man.sublime-syntax')
-rw-r--r-- | man.sublime-syntax | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man.sublime-syntax b/man.sublime-syntax index 1decbe2..7e928fc 100644 --- a/man.sublime-syntax +++ b/man.sublime-syntax @@ -10,7 +10,7 @@ variables: # as the first character of the input line. cc: ^([.']) # cc - control character escape: \\f - macro: (TH|SH|SS|TP|LP|PP|P|HP|RS|RE)\b + macro: (TH|SH|SS|TP|LP|PP|P|IP|HP|RS|RE)\b numeric: '\b(-)?[0-9.]+\b' font_size: (SM|SB)\b font_alt: (BI|IB|RI|IR|BR|RB)\b |