mirror of
https://github.com/cmur2/language-zonefile.git
synced 2024-12-21 16:54:25 +01:00
grammar: make resource record class (like IN
) optional
This commit is contained in:
parent
95a07e54a5
commit
1f64694e75
@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 1.1.1
|
||||
|
||||
IMPROVEMENTS:
|
||||
|
||||
- Make resource record class (like `IN`) optional
|
||||
|
||||
## 1.1.0 (November 26, 2017)
|
||||
|
||||
NEW FEATURES:
|
||||
|
@ -29,7 +29,7 @@ repository:
|
||||
name: 'variable.other.entry.control.zonefile'
|
||||
}
|
||||
{
|
||||
begin: '((@)|([A-Za-z0-9_.-]+))?(\\s+\\d+[A-Za-z])?\\s+(IN|in|CH|ch)\\s+(\\w+)\\s+'
|
||||
begin: '((@)|([A-Za-z0-9_.-]+))?(\\s+\\d+[A-Za-z])?(\\s+IN|in|CH|ch)?\\s+(\\w+)\\s+'
|
||||
beginCaptures:
|
||||
'2':
|
||||
name: 'keyword.entry.resource.record.zonefile'
|
||||
|
Loading…
Reference in New Issue
Block a user