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:
parent
8ef225607a
commit
6f13c618cc
1 changed files with 1 additions and 1 deletions
2
base.go
2
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue