vscord
vscord copied to clipboard
add: django support
-
Differently from React, that has
.jsxor.tsxfile extensions (so it's possible tovscordidentify it), Django is used inside of a.htmlfile, making it more difficult to differentiate between HTML and Django. -
It could be possible if the enhancement #255 is implemented, by the way, if implemented, Django support should be native, not added by the user.