Add SVG support (#149)

This commit is contained in:
Boris-Chengbiao Zhou 2017-10-07 11:38:45 +02:00 committed by Aaron Power
parent 78112951ae
commit 78f4a24e4c
2 changed files with 8 additions and 0 deletions

View file

@ -347,6 +347,7 @@ Scala
Scons
Standard ML
SQL
SVG
Swift
TCL
TeX

View file

@ -1082,6 +1082,13 @@
"sql"
]
},
"Svg":{
"name":"SVG",
"base":"html",
"extensions":[
"svg"
]
},
"Swift":{
"base":"c",
"nested":true,