mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Remove crystal syntax highliting
This commit is contained in:
		
							parent
							
								
									2f9ba27811
								
							
						
					
					
						commit
						fedc29ceb6
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,7 +3,7 @@ module Ameba::Rules
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
  # For example, this is considered invalid:
 | 
					  # For example, this is considered invalid:
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
  # ```crystal
 | 
					  # ```
 | 
				
			||||||
  # unless !s.empty?
 | 
					  # unless !s.empty?
 | 
				
			||||||
  #   :ok
 | 
					  #   :ok
 | 
				
			||||||
  # end
 | 
					  # end
 | 
				
			||||||
| 
						 | 
					@ -11,7 +11,7 @@ module Ameba::Rules
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
  # And should be rewritten to the following:
 | 
					  # And should be rewritten to the following:
 | 
				
			||||||
  #
 | 
					  #
 | 
				
			||||||
  # ```crystal
 | 
					  # ```
 | 
				
			||||||
  # if s.emtpy?
 | 
					  # if s.emtpy?
 | 
				
			||||||
  #   :ok
 | 
					  #   :ok
 | 
				
			||||||
  # end
 | 
					  # end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue