mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Disable spell check for figure environment optional argument (#21417)
GitOrigin-RevId: cbf6a072b9675a69176123d14ec34d97a0277b0a
This commit is contained in:
parent
ea5b521882
commit
3d5bceffee
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ export const LaTeXLanguage = LRLanguage.define({
|
|||
['IncludeGraphics'],
|
||||
['LineBreak'],
|
||||
['UsePackage'],
|
||||
['FigureEnvironment', 'BeginEnv'],
|
||||
],
|
||||
ShortTextArgument: [['Date']],
|
||||
TextArgument: [['TabularEnvironment', 'BeginEnv']],
|
||||
|
|
Loading…
Reference in a new issue