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:
oldmud0
2018-01-11 04:48:19 -06:00
committed by Colin Seymour
parent ca714340e8
commit 8e628ecc36
4 changed files with 1 additions and 11 deletions

View File

@@ -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
View File

@@ -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)