1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-02-13 13:28:27 +02:00
chroma/lexers/testdata/qml.expected
2020-09-29 04:41:36 -07:00

337 lines
13 KiB
Plaintext

[
{"type":"KeywordReserved","value":"import"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"QtQuick"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"2.12"},
{"type":"Text","value":"\n"},
{"type":"KeywordReserved","value":"import"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"QtQuick"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Controls"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"2.15"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"as"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"QQC2"},
{"type":"Text","value":"\n\n"},
{"type":"KeywordReserved","value":"import"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"org"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kde"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kirigami"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"2.7"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"as"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Text","value":"\n"},
{"type":"KeywordReserved","value":"import"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"org"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kde"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kcm"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"1.2"},
{"type":"Text","value":"\n"},
{"type":"KeywordReserved","value":"import"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"org"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kde"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"kinfocenter"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"nic"},
{"type":"Punctuation","value":"."},
{"type":"KeywordReserved","value":"private"},
{"type":"Text","value":" "},
{"type":"LiteralNumberFloat","value":"1.0"},
{"type":"Text","value":"\n\n"},
{"type":"NameOther","value":"ScrollViewKCM"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"ConfigModule.quickHelp:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"i18n"},
{"type":"Punctuation","value":"("},
{"type":"LiteralStringDouble","value":"\"Network Information\""},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"clip:"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"true"},
{"type":"Text","value":"\n \n "},
{"type":"Keyword","value":"view:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"TableView"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordDeclaration","value":"id: tableview"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"clip:"},
{"type":"Text","value":" "},
{"type":"KeywordConstant","value":"true"},
{"type":"Text","value":"\n \n "},
{"type":"Keyword","value":"columnWidthProvider:"},
{"type":"Text","value":" "},
{"type":"KeywordDeclaration","value":"function"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"("},
{"type":"NameOther","value":"column"},
{"type":"Punctuation","value":")"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":" \n "},
{"type":"Keyword","value":"return"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"model"},
{"type":"Text","value":" "},
{"type":"Operator","value":"?"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"width"},
{"type":"Text","value":" "},
{"type":"Operator","value":"/"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"model"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"columnCount"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":" "},
{"type":"Operator","value":":"},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"0"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n\n "},
{"type":"Keyword","value":"model:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"NetworkModel"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordDeclaration","value":"id: model"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n\n "},
{"type":"Keyword","value":"delegate:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Rectangle"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"NameOther","value":"readonly"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"property"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"real"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"cellPadding:"},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"8"},
{"type":"Text","value":"\n "},
{"type":"NameOther","value":"readonly"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"property"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"color"},
{"type":"Text","value":" "},
{"type":"Keyword","value":"borderColor:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Theme"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Color"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"color:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"row"},
{"type":"Text","value":" "},
{"type":"Operator","value":"%"},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"2"},
{"type":"Text","value":" "},
{"type":"Operator","value":"==="},
{"type":"Text","value":" "},
{"type":"LiteralNumberInteger","value":"0"},
{"type":"Text","value":" "},
{"type":"Operator","value":"?"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"transparent\""},
{"type":"Text","value":" "},
{"type":"Operator","value":":"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Theme"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"alternateBackgroundColor"},
{"type":"Text","value":"\n \n "},
{"type":"Keyword","value":"implicitWidth:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"width"},
{"type":"Text","value":" "},
{"type":"Operator","value":"/"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"model"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"columnCount"},
{"type":"Punctuation","value":"()"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"implicitHeight:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"text"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"contentHeight"},
{"type":"Text","value":" "},
{"type":"Operator","value":"+"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Units"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"largeSpacing"},
{"type":"Text","value":"\n \n "},
{"type":"NameOther","value":"Text"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordDeclaration","value":"id: text"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"text:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"display"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"x:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Units"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"smallSpacing"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"width:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"parent"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"width"},
{"type":"Text","value":" "},
{"type":"Operator","value":"-"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Kirigami"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Units"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"largeSpacing"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"height:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"parent"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"height"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"horizontalAlignment:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Text"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"AlignHCenter"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"verticalAlignment:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Text"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"AlignVCenter"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"color:"},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"#ff26282a\""},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"wrapMode:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"Text"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"WrapAnywhere"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n \n "},
{"type":"Keyword","value":"topMargin:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"headerView"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"implicitHeight"},
{"type":"Text","value":"\n \n "},
{"type":"NameOther","value":"QQC2"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"HorizontalHeaderView"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"KeywordDeclaration","value":"id: headerView"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"anchors.bottom:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"parent"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"top"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"syncView:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"tableview"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n \n "},
{"type":"Keyword","value":"footer:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"QQC2"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"Button"},
{"type":"Text","value":" "},
{"type":"Punctuation","value":"{"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"text:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"i18nc"},
{"type":"Punctuation","value":"("},
{"type":"LiteralStringDouble","value":"\"Update the information displayed\""},
{"type":"Punctuation","value":","},
{"type":"Text","value":" "},
{"type":"LiteralStringDouble","value":"\"Update\""},
{"type":"Punctuation","value":")"},
{"type":"Text","value":"\n "},
{"type":"Keyword","value":"onClicked:"},
{"type":"Text","value":" "},
{"type":"NameOther","value":"model"},
{"type":"Punctuation","value":"."},
{"type":"NameOther","value":"update"},
{"type":"Punctuation","value":"();"},
{"type":"Text","value":"\n "},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n"},
{"type":"Punctuation","value":"}"},
{"type":"Text","value":"\n\n"}
]