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

tree-sitter-highlight-schema

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tree-sitter-highlight-schema - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "tree-sitter-highlight-schema",
"version": "0.1.1",
"version": "0.1.2",
"description": "JSON schema for highlighting properties used in Tree-sitter parsers",

@@ -5,0 +5,0 @@ "keywords": [

@@ -6,2 +6,6 @@ module.exports =

"enum": [
// names of attributes (e.g. `class` in `<div class=something>`)
"attribute",
// comments (e.g. this line of this file)
"comment",

@@ -33,7 +37,11 @@

// keywords with special meaning (e.g. `if`, `class`)
"keyword",
// numbers
// numbers (e.g. `123`, `0xA0FFD1`)
"number",
// Operators (e.g. `+`, `===`)
"operator",
// names of properties (e.g. `age` in `person.age`)

@@ -47,4 +55,4 @@ "property",

"punctuation",
// punctuation characters with extra emphasis
"punctuation.bracket",
"punctuation.delimiter",
"punctuation.special",

@@ -58,2 +66,5 @@

// names of tags (e.g. `div` in `<div></div>`)
"tag",
// names of types

@@ -60,0 +71,0 @@ "type",

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