
# marker to ignore all code on line
^.*/\* #no-spell-check-line \*/.*$
# marker for ignoring a comment to the end of the line
// #no-spell-check.*$

# markdown `code`
`.*`

# lua strings
'.*'
".*"
[[.*]]

# Lua tables
([a-zA-Z0-9_\-]+\.)+[a-zA-Z0-9_\-]+

# Plugin names
".*/.*"
<a href=['"].*['"]>.*/.*</a>

# URL
((https?)\://)?(www.|[a-zA-Z].)[a-zA-Z0-9\-\.]+\.(com|net|org|io)(\:[0-9]+)*(/($|[a-zA-Z0-9\.\,\;\?\'\\\+&%\$#\=~_\-]+))*
\[.*\]\(.*\)
