Skip to content

Commit

Permalink
chore: update marksman to version 2023-04-12 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcherng authored Apr 13, 2023
1 parent 8e4384b commit 8751c2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions LSP-marksman.sublime-settings
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"command": ["${storage_path}/LSP-marksman/bin/${marksman_bin}"],
"selector": "text.html.markdown",
"initializationOptions": {
// How text is synced between this client and the server.
// 1=full, 2=incremental
"preferredTextSyncKind": 2,
},
}
2 changes: 1 addition & 1 deletion plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import urllib.request


MARKSMAN_TAG = '2023-03-04'
MARKSMAN_TAG = '2023-04-12'
MARKSMAN_RELEASES_BASE = 'https://github.com/artempyanykh/marksman/releases/download/{tag}/{platform}'
USER_AGENT = 'Sublime Text LSP'

Expand Down

0 comments on commit 8751c2e

Please sign in to comment.