This repository has been archived on 2024-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2024-12-22/mockenv/lib/python3.6/site-packages/kivy/tools/highlight/kivy.json-tmlanguage
2022-07-22 16:13:59 +05:30

20 lines
592 B
JSON

{ "name": "Kivy Language",
"scopeName": "source.python.kivy",
"fileTypes": ["kv"],
"patterns": [
{ "match": "#:.*?$",
"name": "support.type.kivy" },
{ "match": "#.*?$",
"name": "comment.kivy" },
{ "match": "\\<.+\\>",
"name": "support.class.kivy" },
{ "match": "[A-Za-z][A-Za-z0-9]+$",
"name": "support.function.kivy" },
{ "match": ".*?:$",
"name": "support.function.kivy" },
{ "name": "entity.name.section.kivy",
"match": "(.*?):$" },
{ "include": "source.python" }
],
"uuid": "49cecc44-5094-48ec-a876-91f597e8bf81"
}