1
0
Fork 0
mirror of https://github.com/laravel-ls/protocol.git synced 2026-06-16 03:54:56 +02:00

make LanguageID a string alias

This commit is contained in:
Henrik Hautakoski 2026-02-02 19:10:43 +01:00
parent 8ef225607a
commit 6f13c618cc

View file

@ -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.