Files
Sahil Kumar d94a059c55 update .styles
Signed-off-by: xsahil03x <xdsahil@gmail.com>
2023-04-07 02:08:04 +05:30

18 lines
463 B
INI

StylesPath = .styles
MinAlertLevel = error
Vocab = Base
Packages = Google
# The "formats" section allows you to associate an "unknown" format
# with one of Vale's supported formats.
[formats]
mdx = md
# Since we mapped `mdx` to `md` in the `formats`section we have to declare our format to be `md`
[*.md]
BasedOnStyles = Vale, Google
BlockIgnores = (^import .*;), (import .*;), (<table>\n(.*\n)+</table>), (\| .* \|)
TokenIgnores = (^import .*;),(import .*;)