From 6f13c618cc4ccaf47b211dd7f0d4a68ccc960233 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 2 Feb 2026 19:10:43 +0100 Subject: [PATCH] make LanguageID a string alias --- base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.go b/base.go index 3d39f41..888a6ba 100644 --- a/base.go +++ b/base.go @@ -63,7 +63,7 @@ type Range struct { } // LanguageID - language identifier represented as a string. -type LanguageID string +type LanguageID = string const ( // LanguagePHP is the identifier for PHP documents.