Match comments

beta
Raymonzut 4 years ago
parent dc4e5850fb
commit 34dff47734
No known key found for this signature in database
GPG Key ID: 1E9BCC39EDD1DD53
  1. 2
      grammars/mblf.cson
  2. 2
      settings/language-mblf.cson
  3. 2
      snippets/language-mblf.cson

@ -8,7 +8,7 @@
] ]
'patterns': [ 'patterns': [
{ {
'match': '^\\s*@@.*$' 'match': ';;.*'
'name': 'comment' 'name': 'comment'
} }
] ]

@ -3,4 +3,4 @@
'.source.mblf': '.source.mblf':
'editor': 'editor':
'commentStart': '@@ ' 'commentStart': ';; '

@ -4,4 +4,4 @@
'.source.mblf': '.source.mblf':
'Method documentation': 'Method documentation':
'prefix': 'doc' 'prefix': 'doc'
'body': '@@ ${1:method} - ${2:description}' 'body': ';; ${1:method} - ${2:description}'

Loading…
Cancel
Save