Closed predragnikolic closed 6 years ago
I'll take a look at this sometime soon. Sorry I missed this.
No problem.
But when you get to this, maybe you could also add support for rust
in the mapping file?
That's all from me for now.
If you find me the syntax to add for rust, if I'd be happy to look at it.
I just added this line 'rust': (('rs', 'rust'), ('Rust/Rust',)),
to the lang_map
variable in the st_mapping.py
file.
Sorry accidentally pressed ctrl+shift+enter
. Apparently that shortcut leaves a comment, and closes the issue.
Just wanted to say that the full name of the syntax for rust is 'Packages/Rust/Rust.sublime-syntax'.
Cool. I try to get to it when I can, but pull requests are also welcome.
Hello I noticed a wrong mapping TypeScript. I have TypeScriptSyntax installed.
Here instead of
'TypeScriptSyntax/TypeScript'
should be'TypeScript Syntax/TypeScript'
.This issue is realated to tomv564/LSP#383
Before the change it was like this. And after changing.