pulsar/packages/autocomplete-html
confused_techie d141292529
Update packages/autocomplete-html/README.md
Co-authored-by: Sertonix <83883937+Sertonix@users.noreply.github.com>
2022-12-13 00:59:27 -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
.gitignore Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
completions.json Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
fetch-global-attribute-docs.js Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
fetch-tag-docs.js Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
package-lock.json Mirror: cleanup and rename #2 (autocomplete-html) 2022-12-11 16:03:21 -08:00
package.json Mirror: cleanup and rename #2 (autocomplete-html) 2022-12-11 16:03:21 -08:00
README.md Update packages/autocomplete-html/README.md 2022-12-13 00:59:27 -08:00
update.js Bundle autocomplete-html 2022-12-11 16:01:14 -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 the update.js file at the root of the repository and then checking-in the changed completions.json file.