Skip to content

Commit ff8bd1b

Browse files
committed
LOOP
1 parent 32194e4 commit ff8bd1b

File tree

2 files changed

+755
-755
lines changed

2 files changed

+755
-755
lines changed

src/syntax/entity.json5

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
}
4343
},
4444
{
45-
"match": "(?<=\\=) ([a-zA-Z][_a-zA-Z0-9:]+)\\s(?=\\{)",
45+
"match": "(?<=\\=) (?!loop)([a-zA-Z][_a-zA-Z0-9:]+)\\s(?=\\{)",
4646
"captures": {"1": {"name": "entity.name.type.rust"}}
4747
},
4848
{

0 commit comments

Comments
 (0)