From 6a03ea048b62afc2e378709cb9b04cb2cd027926 Mon Sep 17 00:00:00 2001 From: Romain Deltour Date: Fri, 15 Feb 2013 11:21:30 +0100 Subject: [PATCH] New language: XProc - an XML Pipeline language (W3C) --- lib/linguist/languages.yml | 7 +++++++ samples/XProc/xproc.xpl | 11 +++++++++++ 2 files changed, 18 insertions(+) create mode 100644 samples/XProc/xproc.xpl diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 4acc996d..93700c91 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1268,6 +1268,13 @@ XML: - .classpath - .project +XProc: + type: programming + group: XML + primary_extension: .xpl + extensions: + - .xproc + XQuery: type: programming color: "#2700e2" diff --git a/samples/XProc/xproc.xpl b/samples/XProc/xproc.xpl new file mode 100644 index 00000000..241acd74 --- /dev/null +++ b/samples/XProc/xproc.xpl @@ -0,0 +1,11 @@ + + + + + Hello world! + + + + + \ No newline at end of file