mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Remove Arduino as a language (#3933)
* Remove Arduino as a language * Move Arduino samples to C++ * Move .ino entry to its correct place
This commit is contained in:
		| @@ -279,16 +279,6 @@ Arc: | ||||
|   tm_scope: none | ||||
|   ace_mode: text | ||||
|   language_id: 20 | ||||
| Arduino: | ||||
|   type: programming | ||||
|   color: "#bd79d1" | ||||
|   extensions: | ||||
|   - ".ino" | ||||
|   tm_scope: source.c++ | ||||
|   ace_mode: c_cpp | ||||
|   codemirror_mode: clike | ||||
|   codemirror_mime_type: text/x-c++src | ||||
|   language_id: 21 | ||||
| AsciiDoc: | ||||
|   type: prose | ||||
|   ace_mode: asciidoc | ||||
| @@ -528,6 +518,7 @@ C++: | ||||
|   - ".hxx" | ||||
|   - ".inc" | ||||
|   - ".inl" | ||||
|   - ".ino" | ||||
|   - ".ipp" | ||||
|   - ".re" | ||||
|   - ".tcc" | ||||
|   | ||||
							
								
								
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								vendor/README.md
									
									
									
									
										vendored
									
									
								
							| @@ -24,7 +24,6 @@ This is a list of grammars that Linguist selects to provide syntax highlighting | ||||
| - **APL:** [Alhadis/language-apl](https://github.com/Alhadis/language-apl) | ||||
| - **Apollo Guidance Computer:** [Alhadis/language-agc](https://github.com/Alhadis/language-agc) | ||||
| - **AppleScript:** [textmate/applescript.tmbundle](https://github.com/textmate/applescript.tmbundle) | ||||
| - **Arduino:** [textmate/c.tmbundle](https://github.com/textmate/c.tmbundle) | ||||
| - **AsciiDoc:** [zuckschwerdt/asciidoc.tmbundle](https://github.com/zuckschwerdt/asciidoc.tmbundle) | ||||
| - **ASN.1:** [ajLangley12/language-asn1](https://github.com/ajLangley12/language-asn1) | ||||
| - **ASP:** [textmate/asp.tmbundle](https://github.com/textmate/asp.tmbundle) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user