From f3ff20b1f5312e1ada0ac84763a2ee403270131c Mon Sep 17 00:00:00 2001 From: FlyingStitchman Date: Wed, 25 Dec 2024 08:37:32 +0000 Subject: [PATCH] fix(nix): nix lexor missing '=' operator (#1031) The nix lexor was missing the '=' operator in the operators rule. This meant that in some cases (like the first '=' in a code block), it would return an err instead of the proper highlighting. Before: ![screenshot](https://github.com/user-attachments/assets/a34dd5e1-ea6b-4898-a8ef-81cf9b9f40fe) After: ![screenshot](https://github.com/user-attachments/assets/eb59697c-b828-4c33-bb12-19f67432a99d) --- lexers/embedded/nix.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexers/embedded/nix.xml b/lexers/embedded/nix.xml index 0ed040c..dd54d36 100644 --- a/lexers/embedded/nix.xml +++ b/lexers/embedded/nix.xml @@ -106,7 +106,7 @@ - +