Split view

@@ -1,4 +1,12 @@
path => path =>
match self.vfs.read(path) { self.vfs.read(path) {
Some(content) => { Some( content) => {
let content_type = match @path.Path::extname(path) { let content_type = match @path.Path::extname() {

Unified view

@@ -1,4 +1,12 @@
-    path =>
-      match self.vfs.read(path) {
-        Some(content) => {
-          let content_type = match @path.Path::extname(path) {
+    path => 
+       self.vfs.read(path)  {
+        
+      
+        
+        
+      
+        
+      
+      
+        Some( content) => {
+          let content_type = match @path.Path::extname() {