Skip to content

Commit 0299247

Browse files
committed
[editors] Add alternative swift syntax spec to sublime config
This seems to be a commonly used syntax package for swift, so add it to the config so it will work without troubleshooting.
1 parent 6a634a0 commit 0299247

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editors/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ You will need the path to the `sourcekit-lsp` executable and the Swift toolchain
3939
"scopes": ["source.swift"],
4040
"syntaxes": [
4141
"Packages/Swift/Syntaxes/Swift.tmLanguage",
42+
"Packages/Decent Swift Syntax/Swift.sublime-syntax",
4243
],
4344
"languageId": "swift"
4445
},

0 commit comments

Comments
 (0)