pulsar/packages/autocomplete-css
Andrew Dupont 76ac2cf81c Make useExperimentalModernTreeSitter the default…
…and create `useLegacyTreeSitter` for those who want to opt into the previous default behavior.

(Legacy Tree-sitter grammars will soon be removed, but this is a step toward that future!)
2024-01-07 15:35:07 -08:00
..
lib Fixes to syntax in decaf work 2023-07-08 17:22:57 -07:00
spec Make useExperimentalModernTreeSitter the default… 2024-01-07 15:35:07 -08:00
update Make comments unnecessary with better function names 2023-05-21 16:32:35 -07:00
.gitignore Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
completions.json Implement bubbleSort() and propertySort() 2023-05-21 15:55:34 -07:00
package-lock.json Merge branch 'master' into no-request 2023-06-11 13:16:00 -07:00
package.json Ensure to export main as JS 2023-07-08 17:23:07 -07:00
README.md Update README.md for new update process 2023-02-25 14:50:28 -08:00

CSS Autocomplete package

CSS property name and value autocompletions in Pulsar. Uses the autocomplete-plus package.

This is powered by the list of CSS property and values here.

css-completions

You can update the prebuilt list of completions by running node update.js at the root of this package and checking for changes within completions.json. This does rely on having dev dependencies installed, so ensure you install all dependencies before doing so.