mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
contrib: updated lang files
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<definitions>
|
||||
<context id="keywords" style-ref="keyword">
|
||||
<keyword>constant</keyword>
|
||||
<keyword>contract</keyword>
|
||||
<keyword>witness</keyword>
|
||||
<keyword>circuit</keyword>
|
||||
</context>
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ local number = token(l.NUMBER, l.integer)
|
||||
|
||||
-- Keywords.
|
||||
local keyword = token(l.KEYWORD, word_match{
|
||||
'constant', 'contract', 'circuit',
|
||||
'constant', 'witness', 'circuit',
|
||||
})
|
||||
|
||||
-- Constants.
|
||||
|
||||
@@ -9,7 +9,7 @@ endif
|
||||
|
||||
syn keyword zkasKeyword
|
||||
\ constant
|
||||
\ contract
|
||||
\ witness
|
||||
\ circuit
|
||||
|
||||
syn keyword zkasType
|
||||
|
||||
Reference in New Issue
Block a user