Refine definition of KiCad (#3743)

* Refine definition of KiCad language

* Add ".sch" as a registered Scheme extension

* Add more meaningful samples from real repositories
This commit is contained in:
John Gardner
2017-08-08 18:47:26 +10:00
committed by GitHub
parent f1daf6192c
commit dd3d8586c5
27 changed files with 5451 additions and 6 deletions

3
vendor/README.md vendored
View File

@@ -178,6 +178,9 @@ This is a list of grammars that Linguist selects to provide syntax highlighting
- **JSX:** [github-linguist/language-babel](https://github.com/github-linguist/language-babel)
- **Julia:** [JuliaEditorSupport/Julia.tmbundle](https://github.com/JuliaEditorSupport/Julia.tmbundle)
- **Jupyter Notebook:** [textmate/json.tmbundle](https://github.com/textmate/json.tmbundle)
- **KiCad Board:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)
- **KiCad Layout:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)
- **KiCad Schematic:** [Alhadis/language-pcb](https://github.com/Alhadis/language-pcb)
- **Kit:** [textmate/html.tmbundle](https://github.com/textmate/html.tmbundle)
- **Kotlin:** [vkostyukov/kotlin-sublime-package](https://github.com/vkostyukov/kotlin-sublime-package)
- **LabVIEW:** [textmate/xml.tmbundle](https://github.com/textmate/xml.tmbundle)