This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Closed
Description
I'm trying to write a snippet for def
in Scala:
'method':
'prefix': 'def'
'body': 'def ${1:method}${2:(${3:arg}: ${4:Type})} = {\n\t$0\n}'
After typing in the method name and hitting tab, the parentheses and arguments should be highlighted, but Atom highlights the most of the method name I typed too (everything but the first character).