mirror of
https://github.com/cmur2/language-fluentd.git
synced 2024-12-21 16:54:26 +01:00
settings: support toggling comments
This commit is contained in:
parent
08ee38e700
commit
0de289b882
@ -5,6 +5,7 @@
|
|||||||
NEW FEATURES:
|
NEW FEATURES:
|
||||||
|
|
||||||
- Support folding markers for directives like `<source>...</source>`
|
- Support folding markers for directives like `<source>...</source>`
|
||||||
|
- Support toggling comments
|
||||||
|
|
||||||
IMPROVEMENTS:
|
IMPROVEMENTS:
|
||||||
|
|
||||||
|
3
settings/language-fluentd.cson
Normal file
3
settings/language-fluentd.cson
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
'.source.fluentd':
|
||||||
|
editor:
|
||||||
|
commentStart: '# '
|
Loading…
Reference in New Issue
Block a user