support toggling comments

This commit is contained in:
Arya Irani 2018-06-16 16:31:56 -04:00
parent 6a221273b8
commit 3709043f59
2 changed files with 3 additions and 4 deletions

View File

@ -2,10 +2,6 @@ scopeName: 'source.unison'
name: 'Unison'
fileTypes: ['u']
limitLineLength: false
#notReservedChar = (`notElem` "\".,`[]{}:()@")
## , ":"
## , "="
# ]
patterns: [
{ include: '#comment' }
{ include: '#boolean' }

View File

@ -0,0 +1,3 @@
'.source.unison':
'editor':
commentStart: '--'