Match comments

beta
Raymonzut 3 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': [
{
'match': '^\\s*@@.*$'
'match': ';;.*'
'name': 'comment'
}
]

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

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

Loading…
Cancel
Save