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

Tamarin​Prover

Repository for text editor (sublime) syntax highlighting

Details

Installs

  • Total 474
  • Win 95
  • Mac 162
  • Linux 217
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
Windows 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 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 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.