Skip to content

Instantly share code, notes, and snippets.

@lewang
Created February 24, 2012 13:38
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 lewang/1901000 to your computer and use it in GitHub Desktop.
Save lewang/1901000 to your computer and use it in GitHub Desktop.
make "<>" not matching delimiters in html-mode
(eval-after-load "sgml-mode" '(progn
(modify-syntax-entry ?< "_" sgml-mode-syntax-table)
(modify-syntax-entry ?> "." sgml-mode-syntax-table)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment