pulsar/packages/autocomplete-css
Andrew Dupont f7af100559 Get autocomplete-css tests working
This is just a band-aid. There are deeper issues here, like lack of
compatibility with tree-sitter grammars and lack of SCSS (new syntax) support.
2023-05-19 15:00:45 -07:00
..
lib Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
spec Get autocomplete-css tests working 2023-05-19 15:00:45 -07:00
.gitignore Bundle autocomplete-css 2022-12-11 15:49:28 -08:00
completions.json Finish adding all manual properties 2023-03-09 20:07:34 -08:00
cssValueDefinitionSyntaxExtractor.js Spelling fix seperators -> separators 2023-02-23 22:17:22 -08:00
manual-property-desc.json Finish adding all manual properties 2023-03-09 20:07:34 -08:00
package-lock.json autocomplete-css: Refresh package-lock.json 2023-03-03 21:48:15 -05:00
package.json Initial Setup and parsing of data 2023-02-21 20:56:06 -08:00
README.md Update README.md for new update process 2023-02-25 14:50:28 -08:00
update.js Update packages/autocomplete-css/update.js 2023-03-14 21:58:47 -07: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.