Skip to content

Check if a word is italicized #940

Answered by jdkato
benrose-alation asked this question in Q&A
Discussion options

You must be logged in to vote

The raw scope allows you to write rules that are directly applied to the unprocessed file contents, meaning you can target markup syntax itself. So, for example, you'd do something like this:

extends: existence
message: "'%s' shouldn't be italicized."
scope: raw
nonword: true
tokens:
  - '\*(?:word1|word2)\*'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@benrose-alation
Comment options

Answer selected by benrose-alation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants