mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-09 14:28:05 -05:00
Add dart support (#236)
This commit is contained in:
committed by
GitHub
parent
d0bfc40989
commit
a0e5884ee5
@@ -31,6 +31,7 @@ const (
|
||||
Julia = "julia"
|
||||
Cpp = "cpp"
|
||||
Swift = "swift"
|
||||
Dart = "dart"
|
||||
)
|
||||
|
||||
// Languages is a map of supported languages with their extensions and commands
|
||||
@@ -104,4 +105,8 @@ var Languages = map[string]Language{
|
||||
Extension: "swift",
|
||||
Commands: cmds{{"swift", "<file>"}},
|
||||
},
|
||||
Dart: {
|
||||
Extension: "dart",
|
||||
Commands: cmds{{"dart", "<file>"}},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user