-
Notifications
You must be signed in to change notification settings - Fork 7
Don't spell check image file name #21
Comments
Thanks for the feature request! Unfortunately, this isn't possible using the current architecture because language-latex doesn't contain explicit grammar scopes for I'll leave the issue open for now in case I get around to doing a rewrite which makes it possible. |
Can I piggyback off this and ask if it is possible to ignore parameters for tabular and figure environments? For example |
@mdering The scope for figure/table is In the developer console I usually use the following to extract the current grammar scope. atom.workspace.getActiveTextEditor().scopeDescriptorForBufferPosition(atom.workspace.getActiveTextEditor().getCursorBufferPosition()).getScopeChain() |
When insert a image, the spell check will check the image file name. See picture.
The text was updated successfully, but these errors were encountered: