forked from external/vscode-xml
		
	fix line and block comment definition
This commit is contained in:
		
							parent
							
								
									84adff578f
								
							
						
					
					
						commit
						ff44690b6e
					
				
					 1 changed files with 3 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,10 +1,7 @@
 | 
			
		|||
{
 | 
			
		||||
    "comments": {
 | 
			
		||||
        "lineComment": "//",
 | 
			
		||||
        "blockComment": [
 | 
			
		||||
            "/*",
 | 
			
		||||
            "*/"
 | 
			
		||||
        ]
 | 
			
		||||
        "lineComment": ["(:", ":)"]
 | 
			
		||||
        "blockComment": [ "(:~", "~:)"]
 | 
			
		||||
    },
 | 
			
		||||
    "brackets": [
 | 
			
		||||
        [
 | 
			
		||||
| 
						 | 
				
			
			@ -20,4 +17,4 @@
 | 
			
		|||
            ")"
 | 
			
		||||
        ]
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue