mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-13 22:29:35 +03:00
support toggling comments
This commit is contained in:
parent
6a221273b8
commit
3709043f59
@ -2,10 +2,6 @@ scopeName: 'source.unison'
|
||||
name: 'Unison'
|
||||
fileTypes: ['u']
|
||||
limitLineLength: false
|
||||
#notReservedChar = (`notElem` "\".,`[]{}:()@")
|
||||
## , ":"
|
||||
## , "="
|
||||
# ]
|
||||
patterns: [
|
||||
{ include: '#comment' }
|
||||
{ include: '#boolean' }
|
@ -0,0 +1,3 @@
|
||||
'.source.unison':
|
||||
'editor':
|
||||
commentStart: '--'
|
Loading…
Reference in New Issue
Block a user