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

Open​FGA

by 53v3n3d4 ST4

OpenFGA syntax for Sublime Text editor

Details

Installs

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

Readme

Source
raw.​githubusercontent.​com

OpenFGA

build status

OpenFGA syntax for Sublime Text.

OpenFGA syntax for Sublime Text

Package installation

The recommended way to install is through PackageControl.io.
- Menu Tools > Command Palette > Package Control: Install Package
- Type openfga, search for OpenFGA
- Click to install it

To install manually, download the latest release version zip file and uncompress it on your Sublime Text Packages folder.
- Download the zip file on releases page
- Menu Sublime Text > Preferences > Browse packages... to open destination folder
- Then unzip OpenFGA zip file inside Packages folder

Uninstall

To remove package using Package Control.
- Menu Tools > Command Palette > Package Control: Remove Package
- Click on OpenFGA

To uninstall manually, go to your Sublime Text folder.
- Menu Sublime Text > Preferences > Browse packages...
- Then delete OpenFGA inside Packages folder

Customization

If you want it to look more like OpenFGA docs, an easy Mariana customization:

{
    "scope": "source.openfga keyword.declaration, source.openfga keyword.operator",
    "foreground": "color(var(white3) a(0.7))"
}

OpenFGA syntax for Sublime Text