From b0fe30122687da51ba45cef811a3e03b51f495c5 Mon Sep 17 00:00:00 2001 From: Konstantin Kharlamov Date: Tue, 30 Apr 2019 10:28:20 +0300 Subject: [PATCH] .gitattributes: add syntax highlight for meson.build in Web UI Signed-off-by: Konstantin Kharlamov --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index f9460358..c10e7eb8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ .gitattributes export-ignore .gitignore export-ignore /debian/ export-ignore - +*meson.build gitlab-language=python