Made the unicode feature optional for inline highlighting
This commit is contained in:
parent
84f9bc35c6
commit
df4be6b493
4 changed files with 22 additions and 2 deletions
|
|
@ -18,7 +18,7 @@ all-features = true
|
|||
[features]
|
||||
default = ["text"]
|
||||
text = []
|
||||
inline = ["unicode"]
|
||||
inline = ["text"]
|
||||
|
||||
# this annoyingly currently also turns on bstr and not just bstr/unicode
|
||||
# unclear if this is fixable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue