Sublime Forum

How to customize ignored word in spelling check using regular expression?

#1

I want to exclude any word inside \cite{ } from the spelling check. However, right now, I need to add each word - \cite{blabla} manually. Is there a way to fix this issue?

0 Likes

#2

spell checking can’t currently be controlled by regular expressions, no, but what you want to do could maybe be controlled by the spelling_selector setting, depending on whether the contents of the curly brackets after \cite in your LaTeX syntax definition are scoped differently or not.

0 Likes