Skip to content

Supporting Fennel #602

Description

@mattly

Since this project hasn't been updated in a long time, I'm posting this as documentation for anyone else looking for how to use it to get a Fennel REPL in Sublime Text:

Add this to your Packages/User/Default.sublime-commands file:

  {
    "caption": "SublimeREPL: Fennel",
    "command": "repl_open",
    "args": {
      "type": "subprocess",
      "encoding": "utf8",
      "external_id": "fennel",
      "cmd": {"osx": ["fennel", "--repl"]},
      "cwd": "$folder",
      "cmd_postfix": "\n",
      "syntax": "Fennel.sublime-syntax",
    }
  }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions