kak: add scss formatter
This commit is contained in:
		
							parent
							
								
									ee22f17dbe
								
							
						
					
					
						commit
						fd32b735f6
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -38,6 +38,10 @@ hook global BufCreate .*\.js %{
 | 
			
		|||
    set buffer formatcmd 'prettier --parser babel'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
hook global BufCreate .*\.scss %{
 | 
			
		||||
    set buffer formatcmd 'prettier --parser scss'
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
hook global BufCreate .*\.vue %{
 | 
			
		||||
    set buffer formatcmd 'prettier --parser vue'
 | 
			
		||||
    hook buffer InsertCompletionHide {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue