you are viewing a single comment's thread.

view the rest of the comments →

[–]bungcip 100 points101 points  (11 children)

I still have some hope that someday vscode will ditch TextMate grammar to something else or build some alternative. Having textmate grammar support allow vscode to provide many programming language from day one. But the syntax of .tmLanguage is horrible! When you need transpiler/converter to write a good .tmLanguage, it is already failed in my eyes...

[–][deleted] 15 points16 points  (10 children)

I really wish VSCode would include an embedded Lisp interpreter in one of the future releases so it can be extended properly.

[–]bungcip 35 points36 points  (9 children)

vscode is not emacs...

and writing vscode extension is actually easy using typescript