From b90d29d4480f5668fa841fa2873d03a2eff42070 Mon Sep 17 00:00:00 2001 From: Molkobain Date: Wed, 20 Jul 2022 17:48:01 +0200 Subject: [PATCH] :wrench: Add IntelliLang.xml file to provide PHP synthax highlighting in DM XML files --- .gitignore | 1 + .idea/IntelliLang.xml | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .idea/IntelliLang.xml diff --git a/.gitignore b/.gitignore index 2b22be192..1fe7f38f4 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ test/vendor/* # Jetbrains /.idea/** +!/.idea/IntelliLang.xml # doc. generation /.doc/vendor diff --git a/.idea/IntelliLang.xml b/.idea/IntelliLang.xml new file mode 100644 index 000000000..2703c6f18 --- /dev/null +++ b/.idea/IntelliLang.xml @@ -0,0 +1,15 @@ + + + + + iTop - Class method code + + name(..) = 'method' and count(/itop_design) = 1 + + + iTop - Snippet code + + name(..) = 'snippets' and count(/itop_design) = 1 + + + \ No newline at end of file