Merge pull request #106 from squeek502/patch-1

Fix Sublime Text 3 install instructions
This commit is contained in:
Auguste Rame 2020-06-07 08:53:15 -04:00 committed by GitHub
commit ee0eb898ca
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, "enabled": true,
"languageId": "zig", "languageId": "zig",
"scopes": ["source.zig"], "scopes": ["source.zig"],
"syntaxes": ["Packages/Zig/Syntaxes/Zig.tmLanguage"] "syntaxes": ["Packages/Zig Language/Syntaxes/Zig.tmLanguage"]
} }
} }
} }