From 967c40926f919de726eaea83576f7590b80b2b9c Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 28 Apr 2024 21:07:30 +0200 Subject: [PATCH] Add MCNP syntax (#8913) --- repository/m.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/repository/m.json b/repository/m.json index b559b519456..497ee84f9be 100644 --- a/repository/m.json +++ b/repository/m.json @@ -1140,6 +1140,17 @@ } ] }, + { + "name": "MCNP", + "details": "https://github.com/SublimeText/MCNP", + "labels": ["language syntax", "snippets"], + "releases": [ + { + "sublime_text": ">=4107", + "tags": true + } + ] + }, { "name": "MCS_Syntax", "details": "https://github.com/bmpenuelas/MCS_Syntax",