...
Go Documentation Server
GoDoc
▽
submit search
Text file
src
/
github.com
/
alecthomas
/
chroma
/
v2
/
lexers
/
testdata
/
python
/
test_structural_pattern_matching.actual
Documentation:
github.com/alecthomas/chroma/v2/lexers/testdata/python
1
var = 1
2
3
match var:
4
case 1:
5
print("Test")
View as plain text