pulsar/packages/autocomplete-html
2024-01-07 15:35:08 -08:00
..
lib Get autocomplete-html specs passing in modern Tree-sitter mode 2024-01-07 15:35:07 -08:00
spec Fix memory access error on autocomplete-html specs 2024-01-07 15:35:08 -08:00
update Add nonce and all global events 2023-03-25 21:19:22 -07:00
.gitignore Bundle autocomplete-html 2022-12-11 16:01:14 -08:00
completions.json Add nonce and all global events 2023-03-25 21:19:22 -07:00
package-lock.json Update autocomplete-html package 2023-08-24 11:56:29 +00:00
package.json Some testing, and object validation, less verbose description 2023-02-27 19:01:11 -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.