docs(api): language.since is now optional (#4363)

master
Ika 2018-04-24 21:00:52 +08:00 committed by GitHub
parent 09ac476a32
commit 586b55b326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ The support information looks like this:
{
languages: Array<{
name: string,
since: string,
since?: string,
parsers: string[],
group?: string,
tmScope: string,