Socket
Book a DemoInstallSign in
Socket

@replit/codemirror-lang-nix

Package Overview
Dependencies
Maintainers
17
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@replit/codemirror-lang-nix - npm Package Compare versions

Comparing version

to
0.19.2

public/nix.png

2

dist/index.js

@@ -123,3 +123,3 @@ import { ExternalTokenizer, LRParser } from '@lezer/lr';

/*@__PURE__*/styleTags({
Identifier: tags.variableName,
Identifier: tags.propertyName,
Boolean: tags.bool,

@@ -126,0 +126,0 @@ String: tags.string,

{
"name": "@replit/codemirror-lang-nix",
"description": "A Nix mode for CodeMirror 6",
"version": "0.19.0",
"version": "0.19.2",
"author": {

@@ -47,5 +47,5 @@ "name": "Connor Brewster",

"repository": {
"type": "repl",
"url": "https://replit.com/@ConnorBrewster/codemirror-lang-nix"
"type": "git",
"url": "https://github.com/replit/codemirror-lang-nix.git"
}
}

@@ -8,3 +8,3 @@ # CodeMirror Nix Mode

![example of Nix syntax highlighting](example.png)
![example of Nix syntax highlighting](public/nix.png)

@@ -11,0 +11,0 @@ ### Usage

@@ -40,3 +40,3 @@ import { parser as nixParser } from "./syntax.grammar";

styleTags({
Identifier: t.variableName,
Identifier: t.propertyName,
Boolean: t.bool,

@@ -43,0 +43,0 @@ String: t.string,

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet