ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Moon​Bit

by hyrious ST4

MoonBit Sublime Text syntax highlighting

Details

Installs

  • Total 15
  • Win 6
  • Mac 6
  • Linux 3
Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2
Windows 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

MoonBit syntax highlight

screenshot

Install

  • Via Package Control: search for MoonBit.
  • Manual: clone this repo into your Sublime Packages folder.

LSP Configuration

  1. Make sure you have installed the sublime LSP plugin.
  2. Open Preferences: LSP Settings from the command palette.
  3. Add a new LSP server to the "clients" field.
Error: language “jsonc” is not supported
// Settings in here override those in "LSP/LSP.sublime-settings"
{
  "clients": {
    "moonbit-lsp": {
      "enabled": true,
      "command": ["/Users/yourname/.moon/bin/lsp-server.js"],
      "selector": "source.moonbit"
    }
  },
}

"/Users/yourname/.moon/bin/lsp-server.js" is the place where moonbit places its LSP server. It is an executable on Mac/Linux. But on Windows you may need to change the "command" to something like

Error: language “jsonc” is not supported
"command": ["node", "C:\\Users\\yourname\\.moon\\bin\\lsp-server.js"],

License

MIT @ hyrious