From fb959d05675c3345c169b5e8897efff92458203a Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Wed, 7 Aug 2024 20:54:45 +0200 Subject: [PATCH] Add SmPL (Coccinelle) (#8938) --- repository/s.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/s.json b/repository/s.json index 5fc48fb8af3..fb5db5615cc 100644 --- a/repository/s.json +++ b/repository/s.json @@ -2583,6 +2583,17 @@ } ] }, + { + "name": "SmPL (Coccinelle)", + "details": "https://github.com/jtojnar/Sublime-SmPL-Syntax", + "labels": ["smpl", "coccinelle", "language syntax"], + "releases": [ + { + "sublime_text": "*", + "tags": true + } + ] + }, { "name": "Snake", "details": "https://github.com/jonfinerty/sublime-snake",