Solve a grammar issue forever by creating a grammar rule! You will also receive 50 000 pro credits worth $5! Read here how!

Colons and Semicolons Are Always Placed Outside of Quotes

English
Hierarchy: 
Part: 
Sentence
Scope: 
Text
Features: 
previous.is_word && (next.is_colon || current.is_semicolon) && (next.is_quote || next.is_doublequote)
Suggestion: 
previous.text && next.text && current.text
Notes: 
added ['"].?* to make sure this only matches colons and semi colons at the end of hte quote, not at the start, for example http://www.rubular.com/r/8G0QYughy5 This rule does not work at the moment. Will need to do some kind of feature, eg check for colons after every odd double quote
Weight: 
0
Admin
Approved: 
Ignore: 
Ngram Check: