Add Csound languages (#3005)

* Add Csound languages

* Remove Csound Document alias

* Remove Csound Score alias

* Replace sample files

* Update language-csound grammar

* Update language-csound

* Update language-csound

* Add Makefile.sco to Makefile filenames

* Add makefile.sco sample

* Fix case of filename makefile.sco
This commit is contained in:
Nate Whetsell
2016-05-28 21:43:59 -04:00
committed by Arfon Smith
parent 28af996bf9
commit e70f3f595a
15 changed files with 886 additions and 0 deletions

View File

@@ -345,6 +345,10 @@ vendor/grammars/language-csharp:
- source.cs
- source.csx
- source.nant-build
vendor/grammars/language-csound:
- source.csound
- source.csound-document
- source.csound-score
vendor/grammars/language-gfm:
- source.gfm
vendor/grammars/language-graphql: