All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.js.ace.snippets.makefile.js Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
ace.define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet ifeq\n	ifeq (${1:cond0},${2:cond1})\n		${3:code}\n	endif\n",t.scope="makefile"})




© 2015 - 2024 Weber Informatics LLC | Privacy Policy