summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-05-23Using id_map everywhere except testssyntax_id_on_vertexWilfred Hughes
2024-05-22Pass id_map moreWilfred Hughes
2024-05-22More id_mapWilfred Hughes
2024-05-22Pass id_map through in more placesWilfred Hughes
2024-05-22Pass SyntaxId values through mark_syntaxWilfred Hughes
2024-05-22Build id_map and pass it throughWilfred Hughes
2024-05-22Prefer SyntaxId type aliasWilfred Hughes
2024-05-22Define an id_map helperWilfred Hughes
2024-05-14Add sample conflicts fileWilfred Hughes
2024-05-14Update F# docsWilfred Hughes
2024-05-14Merge commit 'b5dbafd164af7113e208de9b36068046f5ce8678' into f_sharpWilfred Hughes
2024-05-14Merge remote-tracking branch 'thecentury/f#'Wilfred Hughes
2024-05-13Prefer 'device tree' as two wordsWilfred Hughes
2024-05-13Document new additionWilfred Hughes
2024-05-13Merge remote-tracking branch 'blmaier/support-devicetree'Wilfred Hughes
2024-05-13Fix wordingWilfred Hughes
2024-05-13Expand usage docs and fix obsolete reference to --languageWilfred Hughes
2024-05-13fix: multi line triple quoted stringsNikolaj Sidorenco
2024-05-11Remove empty commentWilfred Hughes
2024-05-11Treat tree-sitter nodes highlighted as comments as atomsWilfred Hughes
2024-05-11Support comment.foo highlighting queriesWilfred Hughes
2024-05-11Roll version following releaseWilfred Hughes
2024-05-10It's not actually a 2x perf win0.58.0Wilfred Hughes
2024-05-10Improve terminal width detectionWilfred Hughes
2024-05-10Update assert_cmd dependencyWilfred Hughes
2024-05-10Tests do actually import predicates, so restore dependency with looser boundsWilfred Hughes
2024-05-10Remove pin in dev dependencies that is no longer necessaryWilfred Hughes
2024-05-10Prefer 'terminal' over 'display' terminologyWilfred Hughes
2024-05-10Factor out a constant for the default terminal widthWilfred Hughes
2024-05-07feat: shorthand array type postfixNikolaj Sidorenco
2024-05-07Fix typoWilfred Hughes
2024-05-07Document how to disable difftastic temporarilyGrégoire Paris
2024-05-07Move notes to wikiWilfred Hughes
2024-05-07Lint against .to_string() on StringWilfred Hughes
2024-05-07Prefer .to_owned() on &strWilfred Hughes
2024-05-07Update CMake highlights for latest grammarWilfred Hughes
2024-05-06fix: repeated attributesNikolaj Sidorenco
2024-05-06fix: ce expression vs application expression nestedNikolaj Sidorenco
2024-05-06build(deps-dev): bump eslint from 9.1.1 to 9.2.0 (#53)dependabot[bot]
2024-05-06build(deps): bump node-gyp-build from 4.8.0 to 4.8.1 (#52)dependabot[bot]
2024-05-06build(deps-dev): bump tree-sitter-cli from 0.22.5 to 0.22.6 (#51)dependabot[bot]
2024-05-05fix: ce expression vs application expressionNikolaj Sidorenco
2024-05-05fix type decl scopingNikolaj Sidorenco
2024-05-04clean up parser states for typesNikolaj Sidorenco
2024-05-03feat: allow top-level expressionsNikolaj Sidorenco
2024-05-02fix: prefix expression associativityNikolaj Sidorenco
2024-05-02fix: for-loop vs do expressionNikolaj Sidorenco
2024-05-01add queriesNikolaj Sidorenco
2024-05-01feat: improve error recoveryNikolaj Sidorenco
2024-05-01simplify scannerNikolaj Sidorenco