This is the version currently (2020-07-25) deployed on https://gerrit-review.googlesource.com/, and includes features such as The Attention Set. Change-Id: Idf29f96c38d7737efb0d64c4cd294dab46fe5412 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1437 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			841 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			841 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
From 1310ad5e56248bf216774cd13e828ba76e0c6f65 Mon Sep 17 00:00:00 2001
 | 
						|
From: Luke Granger-Brown <git@lukegb.com>
 | 
						|
Date: Thu, 2 Jul 2020 23:02:32 +0100
 | 
						|
Subject: [PATCH 2/6] Syntax highlight nix
 | 
						|
 | 
						|
---
 | 
						|
 .../app/elements/diff/gr-syntax-layer/gr-syntax-layer.js         | 1 +
 | 
						|
 1 file changed, 1 insertion(+)
 | 
						|
 | 
						|
diff --git a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js
 | 
						|
index 6399c4a469..480d2946c3 100644
 | 
						|
--- a/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js
 | 
						|
+++ b/polygerrit-ui/app/elements/diff/gr-syntax-layer/gr-syntax-layer.js
 | 
						|
@@ -99,6 +99,7 @@ const LANGUAGE_MAP = {
 | 
						|
   'text/x-vhdl': 'vhdl',
 | 
						|
   'text/x-yaml': 'yaml',
 | 
						|
   'text/vbscript': 'vbscript',
 | 
						|
+  'application/x-mix-transfer': 'nix',
 | 
						|
 };
 | 
						|
 const ASYNC_DELAY = 10;
 | 
						|
 
 | 
						|
-- 
 | 
						|
2.27.0
 | 
						|
 |