...

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

     1var = 1
     2
     3match var:
     4    case 1:
     5        print("Test")

View as plain text