language-scala
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -0,3 +1,8 @@ | ||
# Version 1.1.2 | ||
- Added missing scaladoc `@constructor` | ||
- Fix syntax highlighting for `<-` and `->` operators. | ||
# Version 1.1.1 | ||
- Fix `scoped-properties/` -> `settings/` deprecation warning | ||
# Version 1.0.1 | ||
- remove sbt grammar, + toogle comments with: https://github.com/jroesch/language-scala/pull/7 | ||
- Fix end match regex for import statements: https://github.com/jroesch/language-scala/pull/4 |
{ | ||
"name": "language-scala", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Scala language support in Atom", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/jroesch/language-scala", |
Sorry, the diff of this file is not supported yet
24023