| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-15 | Add punctuation.bracket/punctuation.delimiter to C highlights | Stephan Seitz | |
| 2020-06-15 | Make =,~,! operators in C highlights | Stephan Seitz | |
| 2020-06-15 | Add cpp/locals.scm | Stephan Seitz | |
| 2020-06-15 | Add @error highlight to c/highlights.scm | Stephan Seitz | |
| 2020-06-15 | Add C++ highlights.scm | Stephan Seitz | |
| 2020-06-15 | Introduce base languages for queries | Stephan Seitz | |
| Some treesitter grammars just extend another treesitter grammar. This enables us to use the C queries also for C++. We only need to put additional queries in the C++ files. | |||
| 2020-06-15 | Merge pull request #80 from steelsojka/feat/user-query-overrides | Kiyan Yazdani | |
| feat(queries): allow user query overrides | |||
| 2020-06-14 | feat(queries): add typescript and javascript queries | Steven Sojka | |
| 2020-06-14 | Merge pull request #70 from theHamsta/regex | Thomas Vigouroux | |
| Add tree-sitter-regex | |||
| 2020-06-14 | Add tree-sitter-regex | Stephan Seitz | |
| This might be interesting for injected highlighting | |||
| 2020-06-14 | feat(queries): allow for user overrides | Steven Sojka | |
| 2020-06-14 | Update issue templates | Thomas Vigouroux | |
| Add some issue templates | |||
| 2020-06-12 | Merge pull request #77 from TravonteD/76-syntax-update | Thomas Vigouroux | |
| - #76 update the predicate syntax for ruby and css | |||
| 2020-06-11 | Add highlights.scm and locals.scm | Chinmay | |
| 2020-06-11 | - #76 update the predicate syntax for ruby and css | TravonteD | |
| 2020-06-07 | Merge pull request #69 from theHamsta/go-highlights | Thomas Vigouroux | |
| Go highlights | |||
| 2020-06-07 | Update CONTRIBUTING.md for @doc | Stephan Seitz | |
| 2020-06-07 | Add call references for Go | Stephan Seitz | |
| 2020-06-07 | Add go locals.scm | Stephan Seitz | |
| 2020-06-07 | Add highlights.scm for Go | Stephan Seitz | |
| 2020-06-05 | Merge pull request #75 from theHamsta/html-quoted_attribute_value | Kiyan Yazdani | |
| html: Highlight (quoted_attribute_value) as @string | |||
| 2020-06-05 | html: Highlight (quoted_attribute_value) as @string | Stephan Seitz | |
| 2020-06-02 | Merge pull request #68 from TravonteD/html | Thomas Vigouroux | |
| Add html highlight queries | |||
| 2020-06-02 | Merge pull request #67 from TravonteD/css | Thomas Vigouroux | |
| Add css highlight queries | |||
| 2020-06-02 | Add html highlight queries | TravonteD | |
| 2020-06-02 | Add css highlight queries | TravonteD | |
| 2020-06-02 | Merge pull request #73 from theHamsta/python-locals | Thomas Vigouroux | |
| Update python locals: `list_splat` and `dictionary_splat` define vari… | |||
| 2020-06-02 | Update python locals: `list_splat` and `dictionary_splat` define variables ↵ | Stephan Seitz | |
| as parameters | |||
| 2020-06-02 | Merge pull request #71 from stsewd/fix-exampple | Kiyan Yazdani | |
| Fix example mappings | |||
| 2020-06-01 | Fix example mappings | Santos Gallegos | |
| 2020-06-01 | Merge pull request #66 from theHamsta/python-kw-highlight | Thomas Vigouroux | |
| Improve Python highlights | |||
| 2020-05-28 | Improve Python highlights | Stephan Seitz | |
| - Highlight types in attributes as @type (**Foo**.a) - Highlight superclasses @type - Highlight ^[A-Z] as @type - Highlight isinstance(*, type) as @type - Highlight default_parameter and keyword_argument as @parameter - Highlight *args, **kwargs as @parameter - Highlight -> as @operator | |||
| 2020-05-26 | Merge pull request #65 from theHamsta/typo-foldexpr | Kiyan Yazdani | |
| Fix typo in README.md: foldexr -> foldexpr | |||
| 2020-05-26 | Fix typo in README.md: foldexr -> foldexpr | Stephan Seitz | |
| 2020-05-25 | Merge pull request #64 from vigoux/feature/folding | Kiyan Yazdani | |
| Treesitter based code folding. | |||
| 2020-05-25 | docs: document folding | Thomas Vigouroux | |
| 2020-05-25 | feat: add syntax-based folding | Thomas Vigouroux | |
| 2020-05-24 | Merge pull request #62 from theHamsta/c-locals | Thomas Vigouroux | |
| Some improvements to c/locals.scm | |||
| 2020-05-23 | Some improvements to c/locals.scm | Stephan Seitz | |
| - Fix function scope (was declaration only without body) - Use @definition.var like the other local files - Add translation_unit scope | |||
| 2020-05-23 | Merge pull request #56 from theHamsta/python-locals | Thomas Vigouroux | |
| Add python locals.scm | |||
| 2020-05-22 | Merge pull request #61 from theHamsta/cleanup-postspace | Kiyan Yazdani | |
| Remove postspaces and avoid one global | |||
| 2020-05-22 | Remove postspaces and avoid one global | Stephan Seitz | |
| 2020-05-19 | Merge pull request #60 from klauer/doc_missing_eof | Kiyan Yazdani | |
| docs: missing EOF for init.vim | |||
| 2020-05-19 | docs: missing EOF for init.vim | K Lauer | |
| 2020-05-17 | Introduce `@include` | Stephan Seitz | |
| 2020-05-17 | Add python/highlights.scm from tree-sitter-python | Stephan Seitz | |
| 2020-05-16 | Add python locals.scm | Stephan Seitz | |
| 2020-05-16 | Merge pull request #53 from vigoux/c-queries | Kiyan Yazdani | |
| Add C queries | |||
| 2020-05-16 | docs: update README | Thomas Vigouroux | |
| 2020-05-16 | queries: add C queries | Thomas Vigouroux | |
| Also add a missing `field` capture in locals query. | |||
