mirror of
				https://tildegit.org/ben/dotfiles.git
				synced 2025-08-10 05:02:03 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			397 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			397 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
	
	
<snippet>
 | 
						|
  <content><![CDATA[
 | 
						|
// Ben Harris
 | 
						|
 | 
						|
#ifndef _$1_
 | 
						|
#define _$1_
 | 
						|
 | 
						|
// method definitions
 | 
						|
int main(int argc, char **argv);
 | 
						|
$0
 | 
						|
 | 
						|
#endif
 | 
						|
 | 
						|
]]></content>
 | 
						|
  <!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
 | 
						|
  <tabTrigger>cppheader</tabTrigger>
 | 
						|
  <!-- Optional: Set a scope to limit where the snippet will trigger -->
 | 
						|
  <scope>source.c++</scope>
 | 
						|
</snippet>
 |