diff options
Diffstat (limited to 'library/ace/snippets/razor.js')
-rw-r--r-- | library/ace/snippets/razor.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ace/snippets/razor.js b/library/ace/snippets/razor.js new file mode 100644 index 000000000..d4f087286 --- /dev/null +++ b/library/ace/snippets/razor.js @@ -0,0 +1 @@ +ace.define("ace/snippets/razor",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet if\n(${1} == ${2}) {\n ${3}\n}",t.scope="razor"})
\ No newline at end of file |