Closed
Description
This is really not an "issue", but I don't know where else to put this... maybe this should be included somewhere in the docs or in the repo.
I created (or rather modified) a Sublime Text syntax definition for C++ with support for fmt formatted strings: https://gist.github.com/Kronuz/8ccba85296587243c3ffa07bb5cb19c8
Simply put it in the Packages/User
directory (Preferences -> Browse Packages... -> User
) and select the syntax from View -> Syntax -> Open all with current extension as...
and select C++ (fmt)
.
Activity
vitaut commentedon Feb 9, 2019
This is great! Could you submit a PR adding this syntax definition to the
support
directory and possibly linking somewhere in the README with a note how to use?Add Sublime syntax (#1037)
vitaut commentedon Feb 15, 2019
I've added the syntax definition to the support directory. Thanks!
Kronuz commentedon Feb 16, 2019
Great! I’ll let you know if I make any other changes to it