Andrew Dupont 413eeeaa5b Fix memory access error on `autocomplete-html` specs 9 months ago
..
lib a12e75b8c1 Get `autocomplete-html` specs passing in modern Tree-sitter mode 9 months ago
spec 413eeeaa5b Fix memory access error on `autocomplete-html` specs 9 months ago
update fa8acd4f77 Add `nonce` and all global events 1 year ago
.gitignore 8e84cb0406 Bundle `autocomplete-html` 1 year ago
README.md 2007e9c8e3 Final implementation, and final cleanup 1 year ago
completions.json fa8acd4f77 Add `nonce` and all global events 1 year ago
package-lock.json e6aeda47fd Update autocomplete-html package 1 year ago
package.json 31b297e08a Some testing, and object validation, less verbose description 1 year ago

README.md

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.