Commit Graph

54 Commits

Author SHA1 Message Date
Quinn Winters
4dca8a215f fix: Clean up TeX syntax and add tests
1. Swap `\` for `\\` for TeX block comments to avoid issues with parsing
2. Add tests for TeX, Julia, AutoHotKey, Org mode, and Handlebars
3. Ensure tests can be run with 1 line command
4. Change logic in test framework so that tests run off of local version
   of `syntax.json` rather than remote version
5. Add details for running tests + adding tests for your syntax PR to
   readme
6. Add .gitignore file for python (to avoid compiles form tests winding
   up in commits)
2021-12-13 19:13:37 +01:00
alstr
d8373a95ac Add support for end-of-line TODOs
Fixes #87
2021-11-10 09:44:27 +00:00
alstr
48b6982095 Fix CSS comment syntax as mentioned in #35 2021-03-28 14:44:48 +01:00
alstr
cd988d2d92 Rewrite parser to support block/dynamic comments 2021-03-28 09:56:33 +01:00