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