diff options
author | Joursoir <chat@joursoir.net> | 2021-07-01 16:34:12 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-07-01 16:34:12 +0000 |
commit | 6e1660af80f58b7cc6a45003af5bc333dcc657d2 (patch) | |
tree | 9bc343d022971a6778982cf5f0d2959859834663 | |
parent | c82b2605bba2c11ad3f555a2e1691bd2a19baba1 (diff) | |
download | subl-syntax-man-master.tar.gz subl-syntax-man-master.tar.bz2 subl-syntax-man-master.zip |
-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 |