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