Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 263 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 263 Bytes

vscode-hsx

VS Code Syntax Highlighting And IntelliSense For Haskell HSX QuasiQuotes

Demo

Enabling Emmet Inside HSX Blocks

Add to your settings:

  "emmet.includeLanguages": {
    "haskell": "html"
  }