Fix Sublime Text 3 install instructions

The name of the Zig package is "Zig Language": 1d8871756d/repository/z.json (L156)
This commit is contained in:
Ryan Liptak 2020-06-06 21:06:56 -07:00 committed by GitHub
parent d35a71806b
commit 671e45351b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,7 @@ Install the `zls-vscode` extension from [here](https://github.com/zigtools/zls-v
"enabled": true,
"languageId": "zig",
"scopes": ["source.zig"],
"syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"]
"syntaxes": ["Packages/Zig Language/Syntaxes/Zig.tmLanguage"]
}
}
}