From 2239744cec7db55527855133e718588b55a5e342 Mon Sep 17 00:00:00 2001 From: DSIW Date: Tue, 2 Dec 2014 20:27:42 +0100 Subject: [PATCH] Add scala to types and highlighted languages --- src/_h5ai/conf/options.json | 1 + src/_h5ai/conf/types.json | 1 + 2 files changed, 2 insertions(+) diff --git a/src/_h5ai/conf/options.json b/src/_h5ai/conf/options.json index ea181c42..4ae24bb0 100644 --- a/src/_h5ai/conf/options.json +++ b/src/_h5ai/conf/options.json @@ -242,6 +242,7 @@ Options "txt-install": "fixed", "txt-log": "fixed", "txt-java": "java", + "txt-scala": "scala", "txt-js": "javascript", "txt-json": "javascript", "txt-makefile": "fixed", diff --git a/src/_h5ai/conf/types.json b/src/_h5ai/conf/types.json index 914eeb7f..59499881 100644 --- a/src/_h5ai/conf/types.json +++ b/src/_h5ai/conf/types.json @@ -42,6 +42,7 @@ File types mapped to file extensions "txt-html": ["*.htm", "*.html", "*.shtml", "*.xhtml"], "txt-hpp": ["*.hpp"], "txt-java": ["*.java"], + "txt-scala": ["*.scala"], "txt-js": ["*.js"], "txt-json": ["*.json"], "txt-log": ["*.log", "changelog*"],