Merge branch 'textmate-highlighter' of github.com:Zokrates/ZoKrates into textmate-highlighter
This commit is contained in:
commit
85a4142be4
1 changed files with 2 additions and 2 deletions
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue