pulsar/packages/language-css
steven nguyen 477b075db5 ➡️ Migrate all language packages
To make https://github.com/atom-community/atom/pull/386 reviewable,
that pr will be separated into many simpler prs. This is one of them.

This first commit does the following:
- update package.json
- update package-lock.json using `./script/build` which also seems to update `apm/package-lock.json`
- update packages/README.md
- clone all language packages. Specifically:
    - `mkdir packages/language-<all of them>`
    - `cd packages/about`
    - For all languages:
        - `cd ../language-<>`
        - `git clone language-<>`
        - Move all files except `.git` from `language-<>/language-<>`
          to `language-<>`
        - delete `language-<>/language-<>`

Since at first I accidentally updated `dependencies` then
`packageDependencies`, it appears that since the versions of language-c,
language-css, language-go, language-javascript, and language-sass don't
match, `dependencies` was reset for those versions.

[Those repos just happen to be precisely the ones that have tree-sitter v19](https://github.com/icecream17/atom-update-backlog/blob/main/Languages.md), (sans language-sass),
which [currently breaks atom](https://github.com/atom/atom/issues/22129). So even though their repos are now
in `packages`, **I've decided to not use them**.

This is done by updating `packageDependencies` only for non-breaking
languages.
2022-06-25 19:58:57 +00:00
..
.github ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
grammars ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
settings ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
snippets ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
spec ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
.gitignore ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
coffeelint.json ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
CONTRIBUTING.md ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
ISSUE_TEMPLATE.md ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
LICENSE.md ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
package-lock.json ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
package.json ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
PULL_REQUEST_TEMPLATE.md ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00
README.md ➡️ Migrate all language packages 2022-06-25 19:58:57 +00:00

CSS language support in Atom

CI Status

Adds syntax highlighting, completions, and snippets to CSS files in Atom.

Originally converted from the CSS TextMate bundle.

Contributions are greatly appreciated. Please fork this repository and open a pull request to add snippets, make grammar tweaks, etc.