From 0b84244708dcac8fecce66304432ddde1a2ba186 Mon Sep 17 00:00:00 2001 From: Cheikh Seck Date: Wed, 19 Dec 2018 15:20:25 +0000 Subject: [PATCH] Add SAMB autocompletion & syntax. (#7370) * Update s.json --- repository/s.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/repository/s.json b/repository/s.json index d68c9994e2..c78d56f45c 100644 --- a/repository/s.json +++ b/repository/s.json @@ -83,6 +83,19 @@ } ] }, + { + "name": "SAMB", + "description" : "SAMB (server assembly framework) syntax and snippets", + "details": "https://github.com/cheikhshift/samb-sublime", + "issues": "https://github.com/cheikhshift/samb-sublime/issues", + "labels": ["SAMB syntax highlight", "snippets"], + "releases": [ + { + "sublime_text": ">=3126", + "tags": true + } + ] + }, { "name": "San Syntax Highlight", "details": "https://github.com/kekee000/san-sublime",