Double backslash regex does not match decimals #564
Labels
align-at-ampersand-routine
the align at ampersand; documented in lookForAlignDelims
enhancement
enhancement which might be to an existing feature or the development of a new feature
Please provide the following when posting an issue:
original .tex code
yaml settings
actual/given output
desired or expected output
anything else
The regex for
doubleBackSlash
does not pick up decimalslatexindent.pl/defaultSettings.yaml
Line 655 in 78d452f
Something like
\\\\(?:\h*\[\h*(?:\d+\.)?\d+\h*[a-zA-Z]+\h*\])
seems to work better. See https://regex101.com/r/Wq1fZw/1.The text was updated successfully, but these errors were encountered: