Skip to content

Supporting Fennel #602

@mattly

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",
    }
  }

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