From 132405f18fc85def8e5e2c5ad085a7f5fcb54880 Mon Sep 17 00:00:00 2001 From: Santos Gallegos Date: Sat, 30 Apr 2022 20:10:55 -0500 Subject: Python: highlight raise from statement --- tests/query/highlights/python/raise_from.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 tests/query/highlights/python/raise_from.py (limited to 'tests/query/highlights/python') diff --git a/tests/query/highlights/python/raise_from.py b/tests/query/highlights/python/raise_from.py new file mode 100644 index 000000000..8a48a222b --- /dev/null +++ b/tests/query/highlights/python/raise_from.py @@ -0,0 +1,6 @@ +try: + print(1 / 0) +except Exception: + raise RuntimeError from None + # ^ @exception + # ^ @exception -- cgit v1.2.3-70-g09d2