@codemirror/lang-css
Advanced tools
Comparing version 0.19.2 to 0.19.3
@@ -0,1 +1,7 @@ | ||
## 0.19.3 (2021-09-24) | ||
### Bug fixes | ||
Use more appropriate highlighting tags for attribute names, tag names, and CSS variables. | ||
## 0.19.2 (2021-09-22) | ||
@@ -2,0 +8,0 @@ |
@@ -167,16 +167,17 @@ import { parser } from '@lezer/css'; | ||
"media supports": tags$1.controlKeyword, | ||
"from to": tags$1.keyword, | ||
"from to selector": tags$1.keyword, | ||
NamespaceName: tags$1.namespace, | ||
KeyframeName: tags$1.labelName, | ||
TagName: tags$1.typeName, | ||
TagName: tags$1.tagName, | ||
ClassName: tags$1.className, | ||
PseudoClassName: /*@__PURE__*/tags$1.constant(tags$1.className), | ||
IdName: tags$1.labelName, | ||
"FeatureName PropertyName AttributeName": tags$1.propertyName, | ||
"FeatureName PropertyName": tags$1.propertyName, | ||
AttributeName: tags$1.attributeName, | ||
NumberLiteral: tags$1.number, | ||
KeywordQuery: tags$1.keyword, | ||
UnaryQueryOp: tags$1.operatorKeyword, | ||
callee: tags$1.keyword, | ||
"CallTag ValueName": tags$1.atom, | ||
Callee: tags$1.variableName, | ||
VariableName: tags$1.variableName, | ||
Callee: tags$1.operatorKeyword, | ||
Unit: tags$1.unit, | ||
@@ -183,0 +184,0 @@ "UniversalSelector NestingSelector": tags$1.definitionOperator, |
{ | ||
"name": "@codemirror/lang-css", | ||
"version": "0.19.2", | ||
"version": "0.19.3", | ||
"description": "CSS language support for the CodeMirror code editor", | ||
@@ -30,6 +30,6 @@ "scripts": { | ||
"@codemirror/autocomplete": "^0.19.0", | ||
"@codemirror/highlight": "^0.19.0", | ||
"@codemirror/highlight": "^0.19.6", | ||
"@codemirror/language": "^0.19.0", | ||
"@codemirror/state": "^0.19.0", | ||
"@lezer/css": "^0.15.0" | ||
"@lezer/css": "^0.15.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33469
452
Updated@lezer/css@^0.15.2