pulsar/packages/autocomplete-html
confused-Techie 748e7f676c Added additional suggestions manually
Co-Authored-By: Maurício Szabo <mauricioszabo@users.noreply.github.com>
2023-02-27 16:23:54 -08:00
..
lib Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
spec Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
update Added additional suggestions manually 2023-02-27 16:23:54 -08:00
.gitignore Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
completions.json Final implementation, and final cleanup 2023-02-26 15:28:54 -08:00
package-lock.json Final implementation, and final cleanup 2023-02-26 15:28:54 -08:00
package.json Final implementation, and final cleanup 2023-02-26 15:28:54 -08:00
README.md Final implementation, and final cleanup 2023-02-26 15:28:54 -08:00

HTML Autocomplete package

HTML tag and attribute autocompletions in Pulsar.

Tag and attribute autocompletions are powered by the list of HTML tags here and HTML attributes here. Descriptions are powered by MDN.

html-completions

You can update the prebuilt list of tags and attributes names and values by running npm run update at the root of the package and then checking-in the changed completions.json file.