nvim-treesitter/tests/query/highlights/python/future_import.py
Santos Gallegos f1373051e5
Python: highlight future import (#2936)
* Python: highlight future import

* Use constant.builtin
2022-05-13 21:46:06 +00:00

4 lines
107 B
Python

from __future__ import print_function
# ^ @include
# ^ @constant.builtin
# ^ @include