Skip to content

Instantly share code, notes, and snippets.

@rcassani
Last active July 11, 2021 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rcassani/4e22c64819aff8caf506d33fffad9dad to your computer and use it in GitHub Desktop.
Save rcassani/4e22c64819aff8caf506d33fffad9dad to your computer and use it in GitHub Desktop.
Aspell mode file (.amf) to spellcheck only comments in Matlab code
MODE matlab
ASPELL >=0.60.1
MAGIC /<noregex>/m
DESCRIPTION mode for checking Matlab comments
FILTER context
OPTION clear-context-delimiters
OPTION add-context-delimiters % \0
OPTION add-context-delimiters ' '
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment