Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2018-02-09 17:45:01 +0000
committerAlexander Kurtakov2018-02-21 09:46:04 +0000
commit61442cf3be4a1cc1ea211203daf6d48b5787bf85 (patch)
treebb898ade18d8b131cdf034a4e92e2c6229cd858a /pom.xml
parent28b36d1e3ebdd2c1ce875575802c2d929606d247 (diff)
downloadorg.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.tar.gz
org.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.tar.xz
org.eclipse.cdt-61442cf3be4a1cc1ea211203daf6d48b5787bf85.zip
Bug 530000 - Add Meson Build support
Editors for meson.build, meson_options.txt and *.ninja files. Just highlighting for now based on textmate grammars. Added tm4e to target to enable resolving tm4e bundles. Change-Id: I22859b2d39a96dcd777ee96d2a5e7465e4884839 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index e7c44e215e0..9d53c35e99e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
<module>build/org.eclipse.cdt.meson.core</module>
<module>build/org.eclipse.cdt.meson.ui</module>
+ <module>build/org.eclipse.cdt.meson.ui.editor</module>
<module>build/org.eclipse.cdt.meson-feature</module>
<module>build/org.eclipse.cdt.core.autotools.core</module>

Back to the top