mirror of
				https://github.com/cmur2/language-fluentd.git
				synced 2025-11-03 18:25:11 +01:00 
			
		
		
		
	grammar: support folding markers
This commit is contained in:
		@@ -2,6 +2,10 @@
 | 
			
		||||
 | 
			
		||||
## 1.1.0
 | 
			
		||||
 | 
			
		||||
NEW FEATURES:
 | 
			
		||||
 | 
			
		||||
- Support folding markers for directives like `<source>...</source>`
 | 
			
		||||
 | 
			
		||||
IMPROVEMENTS:
 | 
			
		||||
 | 
			
		||||
- Add example Fluentd Configuration file using as many Fluentd features as possible even if they are not highlighted correctly
 | 
			
		||||
 
 | 
			
		||||
@@ -3,6 +3,8 @@ name: 'Fluentd Configuration'
 | 
			
		||||
fileTypes: [
 | 
			
		||||
  'fluent.conf'
 | 
			
		||||
]
 | 
			
		||||
foldingStartMarker: '<[^>]+>\\s*$'
 | 
			
		||||
foldingStopMarker: '^\\s*</[^>]+>'
 | 
			
		||||
patterns: [
 | 
			
		||||
  {
 | 
			
		||||
    match: "#.*"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user