@cspell/dict-latex
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -30,3 +30,3 @@ { | ||
"name": "LaTexMacrosMultiLine", | ||
"pattern": "/(?<!\\\\)\\\\(?!(?:title|color|section|subsection|footnote|chapter|part|caption|emph|enquote|text))\\w+(?:\\[[^]*?\\]|\\{[^]*?\\})*/gi", | ||
"pattern": "/(?<!\\\\)\\\\(?!(?:title|color|section|subsection|footnote|chapter|part|caption|emph|enquote|text|in\\b))\\w+(?:\\[[^]*?\\]|\\{[^]*?\\})*/gi", | ||
"description": "Match against multi-line LaTex Macros" | ||
@@ -33,0 +33,0 @@ }, |
{ | ||
"name": "@cspell/dict-latex", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "LaTeX cspell dictionary", | ||
@@ -39,3 +39,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "a8aa5f50547ef632f5c6bf9cda736daacc08ad86" | ||
"gitHead": "c7c613edfa1eb22104511e05d22262e67c4718dd" | ||
} |
7184