mirror of
				https://github.com/rust-lang/rust-analyzer.git
				synced 2025-11-03 21:25:25 +00:00 
			
		
		
		
	Run npm run format
This commit is contained in:
		
							parent
							
								
									32a140944f
								
							
						
					
					
						commit
						d24db9f2c3
					
				
					 3 changed files with 8 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -7,8 +7,7 @@
 | 
			
		|||
        ["[", "]"],
 | 
			
		||||
        ["(", ")"]
 | 
			
		||||
    ],
 | 
			
		||||
    "colorizedBracketPairs": [
 | 
			
		||||
    ],
 | 
			
		||||
    "colorizedBracketPairs": [],
 | 
			
		||||
    "autoClosingPairs": [
 | 
			
		||||
        { "open": "{", "close": "}" },
 | 
			
		||||
        { "open": "[", "close": "]" },
 | 
			
		||||
| 
						 | 
				
			
			@ -32,5 +31,8 @@
 | 
			
		|||
            "end": "^\\s*<!--\\s*#?endregion\\b.*-->"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "wordPattern": { "pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})(((\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})|[_])?(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}))*", "flags": "ug" }
 | 
			
		||||
    "wordPattern": {
 | 
			
		||||
        "pattern": "(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})(((\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark})|[_])?(\\p{Alphabetic}|\\p{Number}|\\p{Nonspacing_Mark}))*",
 | 
			
		||||
        "flags": "ug"
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue