Added lexars
This commit is contained in:
parent
382b2ce94b
commit
f9f64b0558
820 changed files with 149371 additions and 0 deletions
lexers/testdata/bicep
4
lexers/testdata/bicep/bicep-function-logical.actual
vendored
Normal file
4
lexers/testdata/bicep/bicep-function-logical.actual
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
output trueString bool = bool('true')
|
||||
output falseString bool = bool('false')
|
||||
output trueInt bool = bool(1)
|
||||
output falseInt bool = bool(0)
|
Loading…
Add table
Add a link
Reference in a new issue