grammar: remove duplicate comment handling

This commit is contained in:
cn 2017-11-26 15:40:02 +01:00
parent edb3b934b1
commit 265e488e96
1 changed files with 1 additions and 3 deletions

View File

@ -14,13 +14,11 @@ patterns: [
name: 'keyword.directive.zonefile'
}
{
match: '\\$(ORIGIN|origin|TTL|ttl|INCLUDE|include)\\s*([^;]*)(;.*)?'
name: 'keyword.directive.zonefile'
match: '\\$(ORIGIN|origin|TTL|ttl|INCLUDE|include)\\s+([^;]*)'
captures:
'2':
name: 'variable.other.directive.zonefile'
'3':
name: 'comment.line.semicolon.zonefile'
}
{
match: '\\d+(H|h|D|d|W|w|M|m|Y|y)'