From 188d0e150ddbcac366a662e274997c77a50af66d Mon Sep 17 00:00:00 2001 From: horst Date: Sun, 23 Apr 2017 11:51:08 +0200 Subject: [PATCH] correct syntax highlighting of *.module files on github. see: https://processwire.com/talk/topic/16124-github-now-support-custom-highlight-config/ --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..ef533c2e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +$ cat .gitattributes +*.module linguist-language=PHP