aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/parser/qqmljs.g
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Support trailing comma in list propertiesUlf Hermann11 days1-4/+7
* qmlformat: format return type annotationsSami Shalayel2025-09-301-3/+2
* qmlformat: format list type annotationsSami Shalayel2025-09-301-0/+2
* QML: Preserve return type annotation for function expressionsLuca Di Sera2025-09-181-2/+2
* Mark security criticality for most files in qml/parserFabian Kosmale2025-09-161-0/+1
* ScriptFormatter: Preserve user spacing around commentsOlivier De Cannière2025-07-031-4/+21
* qmlformat: Fix comment handling around enumsOlivier De Cannière2025-06-301-0/+5
* qqmljs.g: Treat newly introduced keyword tokens like existing onesFabian Kosmale2025-06-161-1/+6
* qqmljs.g: Only have T_REQUIRED in QMLReservedWord, not QMLContextualKeywordFabian Kosmale2025-06-161-1/+1
* qqmljs.g: Remove superfluous grammar ruleFabian Kosmale2025-06-161-2/+0
* Qml Language: qqmljs.g remove T_RESERVED_WORDDmitrii Akshintsev2025-06-121-6/+0
* QML Language: qqmljs.g update future reserved keywordsDmitrii Akshintsev2025-06-121-2/+22
* Qml Language: qqmljs.g restructure Identifiers and KeywordsDmitrii Akshintsev2025-06-121-66/+53
* qqmljs.g Return spelling for T_ONDmitrii Akshintsev2025-06-101-0/+1
* Qml: Rename Expression to CommaExpression in the ASTOlivier De Cannière2025-05-161-1/+2
* qmlformat: don't make comments jump around functionsSami Shalayel2025-03-181-10/+33
* qmlformat: Support the final property attributeOlivier De Cannière2025-03-061-13/+22
* qmlformat: Preserve "?." tokens for various member access expressionsOlivier De Cannière2025-01-291-0/+4
* qml: limit qml file size to 2GB or 4GB in parserSami Shalayel2024-10-091-0/+7
* qqmldomastcreator: add filelocations for signal parenthesesSami Shalayel2024-08-231-0/+2
* QML: Allow type annotations for all functions in QML modeUlf Hermann2024-08-091-0/+4
* qqmljslexer: split T_FUNCTION_STAR into T_FUNCTION and T_STARSami Shalayel2024-07-031-22/+35
* semantichighlighting: highlight for-declarationsSemih Yavuz2024-05-071-0/+7
* qqmljs.g: Add location for identifier in object destructuringSemih Yavuz2024-05-071-0/+1
* Add file locations for Pragma keyword, id and the valuesSemih Yavuz2024-04-111-0/+2
* qqmljs.g: use canonical form for recovery optionsSami Shalayel2023-12-291-12/+12
* qmlls: adapt parser for attached/grouped properties completionSami Shalayel2023-12-291-0/+21
* qmlls: completions in variable declarationsSami Shalayel2023-12-051-1/+3
* qqmljs.g: insert empty identifiers when missingSami Shalayel2023-11-281-22/+26
* qqmljs.g: add option to disable automatic identifier insertionSami Shalayel2023-11-281-0/+7
* qmlls: fix completions on qualified identifiersSami Shalayel2023-11-161-0/+3
* Allow pragma Translator to have a string literal as valueLucie Gérard2023-11-141-1/+2
* qmlls: do not autocomplete property definition nameSami Shalayel2023-10-121-0/+2
* qmlls: add completion for pragmasSami Shalayel2023-09-261-0/+1
* qml: fix parser grammar for argument deconstructionSami Shalayel2023-09-111-1/+1
* qmlls: highlight names inside of inline component definitionsSami Shalayel2023-08-171-0/+1
* qmlformat: fix formatting of object destructuringSemih Yavuz2023-08-011-6/+4
* Kill TypeArgument(List)Sami Shalayel2023-04-121-1/+0
* QML: Allow pragmas with multiple valuesUlf Hermann2023-02-221-2/+25
* QmlCompiler: Fix recognition of builtin list typesUlf Hermann2022-12-151-8/+8
* Parser: Simplify argument "lists" for type annotationsUlf Hermann2022-10-191-20/+8
* qmldom: line by line indentation/reformattingFawzi Mohamed2022-09-011-0/+3
* Parser: Preserve keywordiness of "static" across nested classesUlf Hermann2022-08-301-6/+6
* qml: make lexer line by line & restartableFawzi Mohamed2022-08-181-0/+8
* qqmljs.g: improve performance avoiding reference counted containerFawzi Mohamed2022-07-251-2/+2
* QML: Support negative values in enumsFabian Kosmale2022-07-191-0/+24
* qmlast: add missing tokens for enum declarationMoody Liu2022-06-241-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-111-113/+7
* QML: Take care of QVariant when converting function argumentsUlf Hermann2022-02-231-0/+3
* QML: Allow declaring and binding list<foo> properties in one stepUlf Hermann2022-01-311-4/+21