File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,9 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## 0.0.2 - 2020-04-14
8
+ ### Changed
9
+ - Fix unrecognised escaped characters in quoted strings
10
+
7
11
## 0.0.1 - 2020-04-05
8
12
- Initial release
Original file line number Diff line number Diff line change 2
2
"name" : " dataprep-wrangle-language" ,
3
3
"displayName" : " Cloud Dataprep Wrangle" ,
4
4
"description" : " Language support for Cloud Dataprep Wrangle by Trifacta®" ,
5
- "version" : " 0.0.1 " ,
5
+ "version" : " 0.0.2 " ,
6
6
"publisher" : " chemistechlabs" ,
7
7
"repository" : {
8
8
"type" : " git" ,
Original file line number Diff line number Diff line change 80
80
"patterns" : [
81
81
{
82
82
"name" : " constant.character.escape" ,
83
- "match" : " \\ ."
83
+ "match" : " \\\\ ."
84
84
}
85
85
]
86
86
},
You can’t perform that action at this time.
0 commit comments