From 2f47a8ea4c82353dd7c006410032ca4a43637fa4 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Tue, 3 Nov 2020 08:42:22 +0100 Subject: [PATCH] Update README to match PR #2 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9109e5..7bdcabd 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Features -Align your code by colon(`:`), assignment(`=`,`+=`,`-=`,`*=`,`/=`,`?=`,`:=`,`<=`) and arrow(`=>`). +Align your code by colon(`:`), assignment(`=`,`+=`,`-=`,`*=`,`/=`,`?=`,`:=`,`<=`, `<-`) and arrow(`=>`). It has additional support for comma-first coding style and trailing comment. And it doesn't require you to select what to be aligned, the extension will figure it out by itself.