mirror of
https://github.com/cmur2/language-zonefile.git
synced 2025-10-11 19:52:06 +02:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3dbb38df8b | |||
1f64694e75 |
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.1
|
||||||
|
|
||||||
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
- Make resource record class (like `IN`) optional
|
||||||
|
|
||||||
## 1.1.0 (November 26, 2017)
|
## 1.1.0 (November 26, 2017)
|
||||||
|
|
||||||
NEW FEATURES:
|
NEW FEATURES:
|
||||||
|
@@ -29,7 +29,7 @@ repository:
|
|||||||
name: 'variable.other.entry.control.zonefile'
|
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:
|
beginCaptures:
|
||||||
'2':
|
'2':
|
||||||
name: 'keyword.entry.resource.record.zonefile'
|
name: 'keyword.entry.resource.record.zonefile'
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "language-zonefile",
|
"name": "language-zonefile",
|
||||||
"description": "Bind Zone File language support in Atom",
|
"description": "Bind Zone File language support in Atom",
|
||||||
"version": "1.1.0",
|
"version": "1.1.1",
|
||||||
"engines": {
|
"engines": {
|
||||||
"atom": "*"
|
"atom": "*"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user