mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-08 10:38:15 +01:00
NEW Introduce code syntax coloration with mode 'ace' for DolEditor.
This commit is contained in:
11
htdocs/includes/ace/snippets/makefile.js
Normal file
11
htdocs/includes/ace/snippets/makefile.js
Normal file
@@ -0,0 +1,11 @@
|
||||
ace.define("ace/snippets/makefile",["require","exports","module"], function(require, exports, module) {
|
||||
"use strict";
|
||||
|
||||
exports.snippetText = "snippet ifeq\n\
|
||||
ifeq (${1:cond0},${2:cond1})\n\
|
||||
${3:code}\n\
|
||||
endif\n\
|
||||
";
|
||||
exports.scope = "makefile";
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user