From ecb6b356a25718903ca9a0513bd4e4dbd65c77c7 Mon Sep 17 00:00:00 2001 From: Jay Wang Date: Tue, 19 May 2026 23:15:47 -0700 Subject: [PATCH] feat: add data-lexer-name attribute to file-info-entry --- templates/repo/file_info.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/file_info.tmpl b/templates/repo/file_info.tmpl index 664f1442f9..0ea7b4c72e 100644 --- a/templates/repo/file_info.tmpl +++ b/templates/repo/file_info.tmpl @@ -21,7 +21,7 @@ {{end}} {{if .LexerName}} -
+
{{.LexerName}}
{{end}}