feat: Implement double-quoted filename features. (#13)
Adds interpretation of ordinary Python character escapes (like "\t") and a special escape to fetch a particular Git version of a file, in double-quoted strings used as the FILENAME argument of a {! ... !} inclusion directive. Resolves #11. Resolves #12. Co-authored-by: Glen Whitney <glen@studioinfinity.org> Reviewed-on: #13 Co-Authored-By: Glen Whitney <glen@nobody@nowhere.net> Co-Committed-By: Glen Whitney <glen@nobody@nowhere.net>
This commit is contained in:
parent
d0028497dc
commit
f458f716e3
19 changed files with 1225 additions and 14 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -124,7 +124,7 @@ venv.bak/
|
|||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
site
|
||||
/semiliterate
|
||||
|
||||
# mypy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue