Commit 19e25857 authored by Romain Courteaud's avatar Romain Courteaud Committed by Cédric Le Ninivin

[erp5_code_mirror] Activate syntax highlight for Test Component

parent ae44b9ad
CACHE MANIFEST
# generated on Mon, 05 Feb 2018 15:00:00 GMT+0100
# generated on Wed, 16 Jan 2019 15:00:00 GMT+0100
CACHE:
favicon.ico
renderjs.js
......
......@@ -79,7 +79,8 @@
mode = 'javascript';
} else if (options.portal_type === 'Web Style') {
mode = 'css';
} else if (options.portal_type === 'Python Script') {
} else if ((options.portal_type === 'Python Script') ||
(options.portal_type === 'Test Component')) {
mode = 'python';
}
state_dict.mode = mode;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment