From a2d7638dc21ee451cc7a4bcd073724f7a1548067 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Tue, 5 Apr 2022 12:03:38 +0200 Subject: [PATCH] project.config: enable ttcn3 syntax highlighting Try to use JS syntax highlighting for TTCN-3, let's see if this works. Change-Id: I543f540ce64335480fb4dda80527937877fac3ad --- project.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/project.config b/project.config index 0015a2497..494831a36 100644 --- a/project.config +++ b/project.config @@ -2,3 +2,8 @@ inheritFrom = Cellular Infratructure [submit] action = rebase if necessary + +# Use JS syntax highlighting for TTCN-3. +# It's close enough and better than no syntax highlighting. +[mimetype "application/javascript"] + path = *.ttcn