mirror of
				https://github.com/amix/vimrc
				synced 2025-10-31 14:43:35 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			253 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <head>
 | |
|   <script type="text/coffeescript">
 | |
|     abc = {
 | |
|       def: 42
 | |
|     }
 | |
|   </script>
 | |
|   <script type='text/coffeescript'>
 | |
|     abc = {
 | |
|       def: 42
 | |
|     }
 | |
|   </script>
 | |
|   <script type=text/coffeescript>
 | |
|     abc = {
 | |
|       def: 42
 | |
|     }
 | |
|   </script>
 | |
| </head>
 | 
