summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-13highlights(julia): add highlight for block commentskoalp
2022-01-13Add a missing LaTeX hightlight.Jendrik Stelzner
Add \eqref to the list of referencing commands.
2022-01-12Update lockfile.jsonGitHub
2022-01-12highlights(vue): improve vue highlightsMichael Chris Lopez
- remove template_name and element and make more specific targeting
2022-01-12highlights(html_tags): more specific attribute_value targetMichael Chris Lopez
2022-01-12Add LaTeX highlights: addpart, addchap, addsec.Jendrik Stelzner
Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants.
2022-01-12Update lockfile.jsonGitHub
2022-01-12Update lockfile.jsonGitHub
2022-01-11Add highlight for markdown delimitersMDeiml
2022-01-10Fix slow startup times for markdown grammarMDeiml
2022-01-10Force-ignore ignorecase optionElwardi
2022-01-09highlights(llvm): import highlight queries from upstreamStephan Seitz
2022-01-09Update lockfile.jsonGitHub
2022-01-09highlights(go): highlights "~"Stephan Seitz
Follow upstream change https://github.com/tree-sitter/tree-sitter-go/commit/beb36fc9be211046d43a165eb8d885bcde6004a1
2022-01-09folds(bash): fold at `c_style_for_statement`Stephan Seitz
2022-01-08docs(kotlin): change Kotlin maintainerSal Bakraa
2022-01-08fix(kotlin): use _import for type capturesSal Bakraa
2022-01-08fix(kotlin): use @attribute instead of @annotationSal Bakraa
2022-01-08fix(kotlin): use correct node for when expression foldsSal Bakraa
2022-01-08fix(kotlin): fix typo in locals querySal Bakraa
2022-01-08feat(kotlin): include a folds and a locals querySal Bakraa
2022-01-08fix(kotlin): include regex in injections querySal Bakraa
2022-01-08fix(kotlin): update highlights query to match new parserSal Bakraa
2022-01-08fix(kotlin): Change the kotlin parser to fwcd/tree-sitter-kotlnSal Bakraa
2022-01-08Add highlight for quote markerMDeiml
2022-01-08Fix get_node_textMDeiml
2022-01-08Better ftdetect for OpenFOAMElwardi
2022-01-08fix(foam): Foam switched to C scannerElwardi
2022-01-08Fix stylua lintingElwardi
2022-01-08Fix bug with ftdetect foamMohammed Elwardi Fadeli
2022-01-08Update lockfile.jsonGitHub
2022-01-08Update READMEGithub Actions
2022-01-08Better punctuation queries for foamElwardi
2022-01-08Change OpenFOAM file detection auto-cmdsElwardi
2022-01-08Remove OpenFOAM textobjectsElwardi
2022-01-08Highlight builtins as @constant.builtin in OpenFOAM queriesElwardi
2022-01-08Add OpenFOAM parserElwardi
2022-01-08Improve Haskell highlightingAnanda Umamil
2022-01-08Add ninja parser (#2217)Alexandre A. Muller
* Add ninja parser * Add branch main * No need for ftdetect
2022-01-07highlights(make): add all special targetsLewis Russell
2022-01-07chore(markdown): highlights testnumToStr
2022-01-07highlights(markdown): `image_description` as referencenumToStr
2022-01-07highlights(markdown): image `!` as delimeternumToStr
2022-01-07highlights(markdown): `link_title` as string literalnumToStr
2022-01-07highlights(markdown): image `(` `)` `[` `]` as delemiternumToStr
2022-01-06fix(locals): fix local selectors queryFymyte
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06add(indent): add ignore indent for commentsFymyte
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06fix(indent): fix indent queriesFymyte
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06add(query): fold, indent and locals queries for rasiFymyte
Signed-off-by: Fymyte <pierguill@gmail.com>
2022-01-06improve markdown highlightingAlvaro Muñoz Sanchez