This website works better with JavaScript.
Home
Help
Sign In
cn
/
language-fluentd
mirror of
https://github.com/cmur2/language-fluentd.git
Watch
1
Star
0
Fork
0
Code
Releases
5
Activity
Browse Source
settings: support toggling comments
tags/v1.1.0
cn
3 years ago
parent
08ee38e700
commit
0de289b882
2 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+3
-0
settings/language-fluentd.cson
+ 1
- 0
CHANGELOG.md
View File
@ -5,6 +5,7 @@
NEW FEATURES:
- Support folding markers for directives like
`<source>...</source>`
- Support toggling comments
IMPROVEMENTS:
+ 3
- 0
settings/language-fluentd.cson
View File
@ -0,0 +1,3 @@
'.source.fluentd':
editor:
commentStart: '# '
Write
Preview
Loading…
Cancel
Save