aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2022-04-05 12:03:38 +0200
committerOliver Smith <osmith@sysmocom.de>2022-04-05 12:03:38 +0200
commita2d7638dc21ee451cc7a4bcd073724f7a1548067 (patch)
tree2be7e20381b4bb71ca46cb8963c6925da4516647
parent245627fc82988b058e2b48998fea44b3fd8bfb63 (diff)
project.config: enable ttcn3 syntax highlightingmeta/config
Try to use JS syntax highlighting for TTCN-3, let's see if this works. Change-Id: I543f540ce64335480fb4dda80527937877fac3ad
-rw-r--r--project.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/project.config b/project.config
index 0015a249..494831a3 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