forked from external/vscode-xml
		
	Add XQuery Grammar
This commit is contained in:
		
							parent
							
								
									a23393d631
								
							
						
					
					
						commit
						80dc78c574
					
				
					 2 changed files with 1089 additions and 0 deletions
				
			
		
							
								
								
									
										23
									
								
								languages/xquery/xquery.json
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								languages/xquery/xquery.json
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,23 @@
 | 
			
		|||
{
 | 
			
		||||
    "comments": {
 | 
			
		||||
        "lineComment": "//",
 | 
			
		||||
        "blockComment": [
 | 
			
		||||
            "/*",
 | 
			
		||||
            "*/"
 | 
			
		||||
        ]
 | 
			
		||||
    },
 | 
			
		||||
    "brackets": [
 | 
			
		||||
        [
 | 
			
		||||
            "{",
 | 
			
		||||
            "}"
 | 
			
		||||
        ],
 | 
			
		||||
        [
 | 
			
		||||
            "[",
 | 
			
		||||
            "]"
 | 
			
		||||
        ],
 | 
			
		||||
        [
 | 
			
		||||
            "(",
 | 
			
		||||
            ")"
 | 
			
		||||
        ]
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										1066
									
								
								languages/xquery/xquery.tmLanguage
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										1066
									
								
								languages/xquery/xquery.tmLanguage
									
										
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	Add table
		
		Reference in a new issue