diff options
Diffstat (limited to 'common/src/api.rs')
| -rw-r--r-- | common/src/api.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs index 12d9243..beccaa5 100644 --- a/common/src/api.rs +++ b/common/src/api.rs @@ -60,6 +60,7 @@ enums! { NLSTYLE_GRID = b"grid"; NLSTYLE_INLINE = b"inli"; NLSTYLE_LIST = b"list"; + NLSTYLE_HIGHLIGHT = b"hglt"; } // use crate::user::{NodeUserData, User}; |