Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to change language to django-html on vscode

"files.associations": {
    "**/templates/*.html": "django-html",
    "**/templates/*": "django-txt",
    "**/requirements{/**,*}.{txt,in}": "pip-requirements",
    "*.html": "html"
  },
  "emmet.includeLanguages": { "django-html": "html" }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #change #language #vscode
ADD COMMENT
Topic
Name
6+6 =