Skip to content

Commit

Permalink
Add GoSublime-Recommended syntax to gopls (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcrn authored and tomv564 committed Nov 6, 2019
1 parent 8463278 commit e489661
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion LSP.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,10 @@
{
"command": ["gopls"],
"scopes": ["source.go"],
"syntaxes": ["Packages/Go/Go.sublime-syntax"],
"syntaxes": [
"Packages/Go/Go.sublime-syntax",
"Packages/GoSublime/syntax/GoSublime-Go-Recommended.sublime-syntax",
],
"languageId": "go"
},
"jdtls":
Expand Down

0 comments on commit e489661

Please sign in to comment.