1
0
mirror of https://github.com/cmur2/language-fluentd.git synced 2025-06-26 12:30:25 +02:00

grammar: support folding markers

This commit is contained in:
cn
2017-11-23 20:34:40 +01:00
parent 813fde30c0
commit 3e2a3f0cd0
2 changed files with 6 additions and 0 deletions

View File

@ -3,6 +3,8 @@ name: 'Fluentd Configuration'
fileTypes: [
'fluent.conf'
]
foldingStartMarker: '<[^>]+>\\s*$'
foldingStopMarker: '^\\s*</[^>]+>'
patterns: [
{
match: "#.*"