the-way themes language ~/zola/sublime/syntaxes/extra/TypeScript.sublime-syntax
And I get the following output:
Error:
0: SyntaxError: "~/zola/sublime/syntaxes/extra/TypeScript.sublime-syntax"
Suggestion: Couldn't load a syntax from ~/zola/sublime/syntaxes/extra/TypeScript.sublime-syntax, are you sure this is a valid .sublime-syntax file with a 'name' key?
I am trying to run the following command:
And I get the following output:
I took a look at the syntect docs as well as the syntax definitions page for Sublime Text 3 and from what I can see these are formatted correctly.
Is there something I am missing?