1
0
Fork 0
mirror of synced 2025-09-24 04:40:05 +00:00

Merge branch 'textmate-highlighter' of github.com:Zokrates/ZoKrates into textmate-highlighter

This commit is contained in:
schaeff 2021-03-25 20:44:20 +01:00
commit 85a4142be4

View file

@ -122,7 +122,7 @@
{
"comment": "decimal integers and floats",
"name": "constant.numeric.decimal.zokrates",
"match": "\\b\\d[\\d_]*(u128|u16|u32|u64|u8|field)?\\b",
"match": "\\b\\d[\\d_]*(u128|u16|u32|u64|u8|f)?\\b",
"captures": {
"5": {
"name": "entity.name.type.numeric.zokrates"
@ -597,4 +597,4 @@
]
}
}
}
}