| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-03-14 | Highlight markdown `uri_autolink` as `@text.uri` | Gustaf Lindstedt | |
| 2022-03-12 | properly bind function names to the parent scope | Harry Gallagher | |
| 2022-03-12 | fix(lua): restore precedence for @variable.builtin and @constant.builtin | Christian Clason | |
| 2022-03-12 | Add more indentations | Nick Pezza | |
| 2022-03-12 | Dedent on end in ruby files | Nick Pezza | |
| Fixes #2554 | |||
| 2022-03-11 | highlights(rust): highlight as in <Struct as Trait>::Type | Stephan Seitz | |
| 2022-03-11 | Refactor solidity highlights.scm further | YongJieYongJie | |
| - Instead of @keyword, use @conditional, @exception, @return, @function as appropriate - Standardize to using @field (instead of @property)for struct members | |||
| 2022-03-11 | Refactor solidity highlights.scm | YongJieYongJie | |
| - Use more specific/appropriate captures; change invalid captures - Don't highlight punctuations in type names (e.g., the brackets in 'bytes32[]') | |||
| 2022-03-11 | Add highlights query for Solidity | YongJieYongJie | |
| 2022-03-07 | Add slint parser configuration and queries (#2598) | Jared Moulton | |
| * Add slint parser * Mark slint as experimental * Remove filetype and add slint to the lockfile * Update queries * Update varibable.builtin's and repeats * Update slint true false * Change export back to keyword * Change export back to include :) | |||
| 2022-03-07 | highlights(vala): Reflect upstream refactor | Mateus Melchiades | |
| 2022-03-02 | highlights(cpp): Add operator cast highlight | Fabian Viöl | |
| See https://en.cppreference.com/w/cpp/language/cast_operator for reference. | |||
| 2022-03-01 | Made block comment indent @auto so that new lines line up nicely with ↵ | Daniel Woznicki | |
| existing comment block Previous indentation: /** * */ New indentation: /** * */ | |||
| 2022-03-01 | Added catchall (ERROR) @auto rule for Java to at least attempt something ↵ | Daniel Woznicki | |
| reasonable when the tree is in a broken state | |||
| 2022-03-01 | Modified Java indent rules to stop ignoring block comments because javadoc ↵ | Daniel Woznicki | |
| blocks were defaulting to indent 0 | |||
| 2022-03-01 | Added fix for Java interfaces not being indented properly | Daniel Woznicki | |
| 2022-02-28 | parsers: Add todotxt parser | Arnar Gauti Ingason | |
| 2022-02-27 | fix(gleam): update parser and queries | Christian Clason | |
| 2022-02-27 | fix(latex): update parser and queries | Christian Clason | |
| 2022-02-26 | highlights(php): add namespace aliasing name as type | Wilman Barrios | |
| 2022-02-26 | fix(indent): ecma - parenthesized expression indentation | Munif Tanjim | |
| 2022-02-26 | fix(indent): ecma - class method indentation | Munif Tanjim | |
| 2022-02-26 | highlights(vala): Re-update highlights and lockfile | Mateus Melchiades | |
| 2022-02-25 | Fixed a bug where indentation was not correct for class/enum bodies that had ↵ | Daniel Woznicki | |
| an annotation | |||
| 2022-02-25 | Fixed a bug where Java enum body indentation was not correct | Daniel Woznicki | |
| Added test for Java enum indentation | |||
| 2022-02-25 | Added fix for incorrect Java indentation after a closing "}" in a method ↵ | Daniel Woznicki | |
| declaration Added tests for Java indentation, including one for issue 2571 | |||
| 2022-02-22 | Initial attempt at queries/perl/folds.scm | Paul "LeoNerd" Evans | |
| 2022-02-22 | Add many perl keywords; highlight on those in preference to structural elements | Paul "LeoNerd" Evans | |
| 2022-02-19 | highlights(php): highlight use declaration name as type | Wilman Barrios | |
| 2022-02-19 | fix(vim): fix highlight for pattern | Pierrick Guillaume | |
| Allow pattern to not contain pattern_multi node to be highlighted | |||
| 2022-02-19 | highlights(php): highlight traits names as type | Wilman Barrios | |
| 2022-02-19 | fix(latex): update parser and query (#2547) | Christian Clason | |
| 2022-02-16 | fix(latex): some highlight query fixes (#2534) | Christian Clason | |
| * add \caption to @function * only highlight contents of curly text groups in references | |||
| 2022-02-15 | Gleam highlight tests | Connor Lay (Clay) | |
| 2022-02-15 | Gleam indentation tests | Connor Lay (Clay) | |
| 2022-02-15 | Highlight Gleam bitstrings | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam injections | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam indents | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam folds | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam locals | Connor Lay (Clay) | |
| 2022-02-15 | Add Gleam highlights | Connor Lay (Clay) | |
| 2022-02-13 | feat: add lalrpop parser (#2524) | traxys | |
| LALRPOP is a parser generator for Rust. This only parses the LALRPOP side of the generator, not the nearly-rust code of the actions. | |||
| 2022-02-13 | indents(php): don't use aligned_indent for php | Stephan Seitz | |
| Fixes #2497 | |||
| 2022-02-11 | Add missing punctuation in vala's highlight | Mateus B. Melchiades | |
| 2022-02-11 | Improve Vala syntax highlight | Mateus Melchiades | |
| 2022-02-10 | Fix Elixir indents to match mix format | Connor Lay (Clay) | |
| 2022-02-09 | highlights(cpp): Highlight method with nested qualified_identifier | Fabian Viöl | |
| so that methods like these are correctly highlighted ```cpp class A { class B { void foo(); }; }; void A::B::foo() { // ^^^ } ``` This only increases the nesting level by one. AFAIK abritrary nesting is difficult to do with current queries. But this nesting is a pretty common case | |||
| 2022-02-09 | Only allow yaml at start of file | MDeiml | |
| 2022-02-08 | add(vim): add highlight for more keywords | Pierrick Guillaume | |
| 2022-02-07 | locals(python): adapt as_pattern to upstream change | Stephan Seitz | |
