We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a22543 commit da2fed2Copy full SHA for da2fed2
2 files changed
package.json
@@ -2,7 +2,7 @@
2
"name": "walrus",
3
"displayName": "Walrus",
4
"description": "Walrus Language Support",
5
- "version": "1.0.3",
+ "version": "1.0.4",
6
"icon": "icon.png",
7
"publisher": "Walrus",
8
"activationEvents": [],
syntaxes/wal.tmLanguage.json
@@ -740,7 +740,7 @@
740
"patterns": [
741
{
742
"comment": "numeric types",
743
- "match": "(?<![A-Za-z])(f32|f64|i128|i16|i32|i64|i8|u128|u16|u32|u64|u8)\\b",
+ "match": "(?<![A-Za-z])(int|fl|str|byte)\\b",
744
"captures": {
745
"1": {
746
"name": "keyword.other.wal"
0 commit comments