Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@codemirror/lang-css

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codemirror/lang-css - npm Package Compare versions

Comparing version 0.19.2 to 0.19.3

6

CHANGELOG.md

@@ -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 @@

11

dist/index.js

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc