Add fish_indent_lexer.py

This is a pygments lexer that shells out to fish_indent
This commit is contained in:
ridiculousfish
2019-03-12 23:42:36 -07:00
parent e44cb235a7
commit 5b2c741f6c
2 changed files with 134 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ ADD_CUSTOM_TARGET(sphinx-docs
-d "${SPHINX_CACHE_DIR}"
"${SPHINX_SRC_DIR}"
"${SPHINX_HTML_DIR}"
DEPENDS sphinx_doc_src/fish_indent_lexer.py
COMMENT "Building HTML documentation with Sphinx")
ADD_CUSTOM_TARGET(sphinx-manpages