Created
June 11, 2018 18:40
-
-
Save alexjbest/242c3103ef6e8ae6a06eec0e3cd06c05 to your computer and use it in GitHub Desktop.
Mathbook tags for vim html syntax
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" mathbook tag names | |
syn keyword htmlTagName contained definition theorem section subsection subsubsection statement | |
syn keyword htmlTagName contained m me men mn md mdn mathbook chapter | |
syn keyword htmlTagName contained frontmatter titlepage preface author | |
syn keyword htmlTagName contained date docinfo book article subtitle | |
syn keyword htmlTagName contained backmatter references biblio url | |
syn keyword htmlTagName contained macros term lemma example proposition proof | |
syn keyword htmlTagName contained remark personname mrow xref fact corollary title index author objectives p blockquote pre sidebyside sage figure table listing poem program c console image tabular paragraphs definition theorem corollary lemma algorithm proposition claim fact identity axiom conjecture principle heuristic hypothesis assumption remark convention note observation warning insight computation technology aside biographical historical list example question problem project activity exploration task investigation assemblage exercise contributors list-of solution-list notation-list todo exercises introduction conclusion solution notation row cell ampersand proofcase case |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment