@f12io/maple-language-core 0.0.2 → 0.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# @f12io/maple-language-core
|
|
2
2
|
|
|
3
|
-
Editor-agnostic language tooling for [Maple CSS](https://github.com/f12io/maple):
|
|
4
|
-
region discovery, class extraction, string grammar, and
|
|
5
|
-
|
|
6
|
-
[Maple VS Code extension](https://
|
|
3
|
+
Editor-agnostic language tooling for [Maple CSS Engine](https://github.com/f12io/maple):
|
|
4
|
+
region discovery, class extraction, string grammar, and class formatting
|
|
5
|
+
logic. This package is the single source of truth consumed by the
|
|
6
|
+
[Maple VS Code extension](https://marketplace.visualstudio.com/items?itemName=f12io.maple-vscode-extension)
|
|
7
7
|
and [`@f12io/prettier-plugin-maple`](https://www.npmjs.com/package/@f12io/prettier-plugin-maple).
|
|
8
8
|
|
|
9
9
|
## What it provides
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@f12io/maple-language-core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.9",
|
|
4
4
|
"description": "Editor-agnostic language tooling for the Maple CSS: region discovery, class extraction, and the class formatter shared by the VS Code extension and the Prettier plugin.",
|
|
5
5
|
"license": "ROOT",
|
|
6
6
|
"author": "f12.io",
|