big-moving.ru/api/soft/Ace/lib/ace/snippets/razor.snippets

4 lines
35 B
Plaintext
Raw Normal View History

2022-06-24 15:29:23 +05:00
snippet if
(${1} == ${2}) {
${3}
}