This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Build sublime syntax for vimwiki for use with syntect #107
Labels
enhancement
New feature or request
Milestone
Markdown.sublime-syntax example written in YAML using syntax v3.
Have to be careful as syntect does NOT support features in v3.2 like branch_point.
Would write the syntax file and place it relative to a Rust src file that loads it using
include_str!
, which will pull in the file's contents at compile time.The text was updated successfully, but these errors were encountered: