16 lines
		
	
	
		
			363 B
		
	
	
	
		
			Markdown
		
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			363 B
		
	
	
	
		
			Markdown
		
	
	
# atom package
 | 
						|
 | 
						|
This is a syntax highlighting package for Factor.
 | 
						|
 | 
						|
You can install this by copying this folder to:
 | 
						|
 | 
						|
  cp -r /path/to/factor/mis/atom ~/.atom/languages-factor
 | 
						|
 | 
						|
Or symlinking it:
 | 
						|
 | 
						|
  ln -sf /path/to/factor/misc/atom ~/.atom/languages-factor
 | 
						|
 | 
						|
This was initially generated from the Textmate bundle:
 | 
						|
 | 
						|
  apm init --package atom --convert Factor.tmbundle
 |