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

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.