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

Tamarin​Prover

Repository for text editor (sublime) syntax highlighting

Details

Installs

  • Total 465
  • Win 93
  • Mac 158
  • Linux 214
Apr 18 Apr 17 Apr 16 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
Windows 0 0 0 0 0 0 0 1 0 0 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 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 1 0 0 1 1 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 0 0 0 0 1 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0

Readme

Source
raw.​githubusercontent.​com

editor-sublime

Repository for text editor (sublime) syntax highlighting

Please be aware that the plugin is still under active development and as such, several of the features are still implemented in a prototypical manner. *If you experience any problems or have any questions on running any parts of the plug-in please open an issue on GitHub.

Introduction

This is a Sublime Text 3 plug-in which adds support for Tamarin Security Protocol Theories (spthy):

  • Syntax Highlighting
  • Autocompltion (Snippets)
  • Run Tamarin functions within Sublime

See Screenshots for how this plugin looks and works.

For the latest developments see the Tamarin GitHub page.

It also includes some useful commands, accessed via CTRL + SHIFT + P then type “Tamarin” to see the options available.

Features

  • [X] Basic Syntaxes
  • [X] Run Tamarin within Sublime
  • [X] Snippets for Theory, Rule, Restriction and Lemma
  • [X] Configure SAPIC path

Under Development

  • [ ] Add package to PackageControl.io
  • [ ] Highlight Script errors in Editor
  • [ ] Highlight Restriction / Lemma Guardedness issues in Editor

Installation

Manual

OS X

$ git clone https://github.com/tamarin-prover/editor-sublime.git
$ ln -s `pwd`/editor-sublime ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/

Linux

$ git clone https://github.com/tamarin-prover/editor-sublime.git
$ ln -s `pwd`/editor-sublime ~/.config/sublime-text-3/Packages/

Windows

On Windows, you can use directory junctions instead of symlinks (symlinks require administrative rights; directory junctions don't): “powershell

Using PowerShell

PS> git clone https://github.com/tamarin-prover/editor-sublime.git PS> cmd /c mklink /J ”$env:APPDATA/Sublime Text 3/Packages/editor-sublime" (convert-path ./editor-sublime)

### Package Control

[PackageControl.io](https://packagecontrol.io/packages/) currently in development and hope to bring this installation method back very soon.