mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add solidity language (#3973)
* add solidity language * add solidity color * move samples to test fixtures they're not used by the bayesian classifier * Update languages.yml * Rename RefundVault.sol to RefundVault.solidity * Rename pygments-example.sol to pygments-example.solidity * Change color from #383838 to #AA6746 `Color #383838 is too close to ["3F3F3F", "383838"]` * Fix test * Remove test/fixtures and add samples * Remove extension * Remove sample file
This commit is contained in:
		
				
					committed by
					
						
						Colin Seymour
					
				
			
			
				
	
			
			
			
						parent
						
							434023460e
						
					
				
				
					commit
					ef3b0b6af3
				
			@@ -4339,6 +4339,12 @@ Smarty:
 | 
				
			|||||||
  codemirror_mime_type: text/x-smarty
 | 
					  codemirror_mime_type: text/x-smarty
 | 
				
			||||||
  tm_scope: text.html.smarty
 | 
					  tm_scope: text.html.smarty
 | 
				
			||||||
  language_id: 353
 | 
					  language_id: 353
 | 
				
			||||||
 | 
					Solidity:
 | 
				
			||||||
 | 
					  type: programming
 | 
				
			||||||
 | 
					  color: "#AA6746"
 | 
				
			||||||
 | 
					  ace_mode: text
 | 
				
			||||||
 | 
					  tm_scope: source.solidity
 | 
				
			||||||
 | 
					  language_id: 237469032
 | 
				
			||||||
SourcePawn:
 | 
					SourcePawn:
 | 
				
			||||||
  type: programming
 | 
					  type: programming
 | 
				
			||||||
  color: "#5c7611"
 | 
					  color: "#5c7611"
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							@@ -336,6 +336,7 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
 | 
				
			|||||||
- **Smalltalk:** [tomas-stefano/smalltalk-tmbundle](https://github.com/tomas-stefano/smalltalk-tmbundle)
 | 
					- **Smalltalk:** [tomas-stefano/smalltalk-tmbundle](https://github.com/tomas-stefano/smalltalk-tmbundle)
 | 
				
			||||||
- **Smarty:** [textmate/php-smarty.tmbundle](https://github.com/textmate/php-smarty.tmbundle)
 | 
					- **Smarty:** [textmate/php-smarty.tmbundle](https://github.com/textmate/php-smarty.tmbundle)
 | 
				
			||||||
- **SMT:** [SRI-CSL/SMT.tmbundle](https://github.com/SRI-CSL/SMT.tmbundle)
 | 
					- **SMT:** [SRI-CSL/SMT.tmbundle](https://github.com/SRI-CSL/SMT.tmbundle)
 | 
				
			||||||
 | 
					- **Solidity:** [davidhq/SublimeEthereum](https://github.com/davidhq/SublimeEthereum)
 | 
				
			||||||
- **SourcePawn:** [github-linguist/sublime-sourcepawn](https://github.com/github-linguist/sublime-sourcepawn)
 | 
					- **SourcePawn:** [github-linguist/sublime-sourcepawn](https://github.com/github-linguist/sublime-sourcepawn)
 | 
				
			||||||
- **SPARQL:** [peta/turtle.tmbundle](https://github.com/peta/turtle.tmbundle)
 | 
					- **SPARQL:** [peta/turtle.tmbundle](https://github.com/peta/turtle.tmbundle)
 | 
				
			||||||
- **Spline Font Database:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
 | 
					- **Spline Font Database:** [Alhadis/language-fontforge](https://github.com/Alhadis/language-fontforge)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user