vscode-purescript-emmetVSCode extension for purescript-emmet. KeybindingType the emmet abbreviation and then press Settings
DependenciesYou will need purescript-emmet installed on your system and
available in your PATH. Alternatively, you can set the absolute path to Abbreviation MatcherThis extension attempts to match the emmet-like abbreviation by moving backwards from the cursor position. To be more specific, it uses TextDocument.getWordRangeAtPosition with a custom RegExp object. If purescript-emmet provides support for new operators, the RegExp object will need to be updated. If that happens feel free to open an issue or send a PR, otherwise you can define it with the ContributingTo make changes, checkout the repository and run |