@cssdoc/tmlanguage 0.3.3 → 0.4.0

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.
@@ -106,7 +106,7 @@
106
106
  }
107
107
  },
108
108
  "property-tag": {
109
- "match": "(@(?:cssproperty|property))\\b[ \\t]*(--[A-Za-z][A-Za-z0-9-]*)?",
109
+ "match": "(@(?:cssproperty|property|tokens))\\b[ \\t]*(--[A-Za-z][A-Za-z0-9-]*)?",
110
110
  "captures": {
111
111
  "1": {
112
112
  "name": "storage.type.class.cssdoc"
@@ -117,7 +117,7 @@
117
117
  }
118
118
  },
119
119
  "block-tag": {
120
- "match": "(@(?:class|summary|remarks|privateRemarks|deprecated|example|see|since|group|category|defaultValue|function|keyframes|animation|layer|container|supports|media|responsive|a11y|accessibility|structure|demo|alpha|beta|experimental|internal|public))\\b",
120
+ "match": "(@(?:class|summary|remarks|privateRemarks|deprecated|example|see|since|group|category|defaultValue|function|keyframes|animation|layer|container|supports|media|responsive|a11y|accessibility|structure|demo|usage|compat|related|alpha|beta|experimental|internal|public))\\b",
121
121
  "name": "storage.type.class.cssdoc"
122
122
  },
123
123
  "structure-tag": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cssdoc/tmlanguage",
3
- "version": "0.3.3",
3
+ "version": "0.4.0",
4
4
  "description": "A TextMate injection grammar that highlights cssdoc doc-comment tags inside CSS comments, the way TSDoc highlights JSDoc tags. Ships as a Shiki language.",
5
5
  "keywords": [
6
6
  "css",
@@ -33,7 +33,7 @@
33
33
  "access": "public"
34
34
  },
35
35
  "dependencies": {
36
- "@cssdoc/spec": "0.3.3"
36
+ "@cssdoc/spec": "0.4.0"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@types/node": "^24.13.3",