mirror of
https://github.com/cmur2/language-zonefile.git
synced 2025-07-21 01:11:23 +02:00
settings: support toggling comments
This commit is contained in:
@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.1.0
|
||||||
|
|
||||||
|
NEW FEATURES:
|
||||||
|
|
||||||
|
- Support toggling comments
|
||||||
|
|
||||||
## 1.0.0 (November 11, 2017)
|
## 1.0.0 (November 11, 2017)
|
||||||
|
|
||||||
NEW FEATURES:
|
NEW FEATURES:
|
||||||
|
3
settings/language-zonefile.cson
Normal file
3
settings/language-zonefile.cson
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
'.source.zonefile':
|
||||||
|
editor:
|
||||||
|
commentStart: '; '
|
Reference in New Issue
Block a user