Skip to content

Commit da2fed2

Browse files
committed
Update package.json and wal.tmLanguage.json
1 parent 4a22543 commit da2fed2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "walrus",
33
"displayName": "Walrus",
44
"description": "Walrus Language Support",
5-
"version": "1.0.3",
5+
"version": "1.0.4",
66
"icon": "icon.png",
77
"publisher": "Walrus",
88
"activationEvents": [],

syntaxes/wal.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
"patterns": [
741741
{
742742
"comment": "numeric types",
743-
"match": "(?<![A-Za-z])(f32|f64|i128|i16|i32|i64|i8|u128|u16|u32|u64|u8)\\b",
743+
"match": "(?<![A-Za-z])(int|fl|str|byte)\\b",
744744
"captures": {
745745
"1": {
746746
"name": "keyword.other.wal"

0 commit comments

Comments
 (0)