| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update documentation for new modules 'refactor'/'textobjects' | Stephan Seitz | 2020-07-14 | 3 | -2/+72 | |
| | | ||||||
| * | Add C/C++ textobjects | Stephan Seitz | 2020-07-14 | 2 | -0/+53 | |
| | | ||||||
| * | Add Python textobjects | Stephan Seitz | 2020-07-14 | 1 | -0/+24 | |
| | | ||||||
| * | Add textobjects module | Stephan Seitz | 2020-07-14 | 9 | -27/+216 | |
| | | ||||||
| * | Add workflow for checking query files | Stephan Seitz | 2020-07-14 | 2 | -0/+55 | |
| | | ||||||
| * | Fix highlight of usages after merging highlight_current_scope | Stephan Seitz | 2020-07-14 | 1 | -1/+1 | |
| | | ||||||
| * | Cpp locals: Fix syntax | Stephan Seitz | 2020-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Add module refactor.highlight_current_scope | Stephan Seitz | 2020-07-13 | 4 | -0/+56 | |
| | | ||||||
| * | Add ts_utils.highlight_node | Stephan Seitz | 2020-07-13 | 2 | -20/+14 | |
| | | ||||||
| * | Add rust locals.scm | Stephan Seitz | 2020-07-13 | 4 | -1/+111 | |
| | | ||||||
| * | Fix #167: Add custom_captures config key to set highlights for custom queries | Stephan Seitz | 2020-07-13 | 4 | -0/+33 | |
| | | ||||||
| * | C/C++ highlights: Small improvements for type definitions | Stephan Seitz | 2020-07-13 | 2 | -0/+6 | |
| | | ||||||
| * | Lint: remove second argument for one-argument function | Stephan Seitz | 2020-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Update example | Santos Gallegos | 2020-07-11 | 1 | -3/+7 | |
| | | ||||||
| * | Typo | Santos Gallegos | 2020-07-11 | 1 | -1/+1 | |
| | | ||||||
| * | docs: add GH actions build badge | Thomas Vigouroux | 2020-07-09 | 1 | -0/+1 | |
| | | ||||||
| * | docs: remove unused build status badge | Thomas Vigouroux | 2020-07-09 | 1 | -1/+0 | |
| | | ||||||
| * | ci: use GH Actions istead of Travis CI | Thomas Vigouroux | 2020-07-09 | 3 | -12/+21 | |
| | | ||||||
| * | docs: update README.md for Rust | Thomas Vigouroux | 2020-07-09 | 1 | -1/+1 | |
| | | ||||||
| * | docs: Add screenshot to the readme | Thomas Vigouroux | 2020-07-09 | 2 | -0/+3 | |
| | | ||||||
| * | highlight(c): fix booleans and types | Thomas Vigouroux | 2020-07-09 | 2 | -20/+41 | |
| | | ||||||
| * | Python locals: with_statement can define variables | Stephan Seitz | 2020-07-09 | 1 | -0/+4 | |
| | | ||||||
| * | Python highlights: Surround type subscript query with (type ...) | Stephan Seitz | 2020-07-09 | 1 | -2/+3 | |
| | | ||||||
| * | locals(lua): simplify args | Thomas Vigouroux | 2020-07-08 | 1 | -6/+2 | |
| | | ||||||
| * | highlight(lua): fix overlapping queries | Thomas Vigouroux | 2020-07-08 | 1 | -15/+21 | |
| | | ||||||
| * | Introduce @definition.import for Python/Javascript | Stephan Seitz | 2020-07-08 | 3 | -2/+11 | |
| | | ||||||
| * | Highlight complete type definition | Stephan Seitz | 2020-07-08 | 1 | -0/+2 | |
| | | ||||||
| * | Python locals/highlights: Parameters can be optionally typed | Stephan Seitz | 2020-07-08 | 2 | -14/+21 | |
| | | ||||||
| * | Add Rust queries (#57) | Thomas Vigouroux | 2020-07-08 | 1 | -0/+167 | |
| | | | | | | | | * queries(rust): add highlight query. Also slightly changes the way constructors are highlighted. * highglight(rust): use new query syntax | |||||
| * | docs: advertise module-template in CONTRIBUTING.md | Thomas Vigouroux | 2020-07-08 | 1 | -1/+16 | |
| | | ||||||
| * | fix(refactor): highlight def perf issue fix | Steven Sojka | 2020-07-08 | 2 | -31/+27 | |
| | | ||||||
| * | feat(configs): dynamic module defintions | Steven Sojka | 2020-07-07 | 3 | -72/+204 | |
| | | ||||||
| * | Use <details> for checkhealth output in bug report template | Stephan Seitz | 2020-07-06 | 1 | -3/+8 | |
| | | | | | | | The output of checkhealth can be quite lengthy. Plus fix position of *** to make text render bold | |||||
| * | Add style-check script | Stephan Seitz | 2020-07-06 | 4 | -1/+23 | |
| | | ||||||
| * | Allow arbitrary query files in locals.lua | Stephan Seitz | 2020-07-05 | 1 | -10/+49 | |
| | | | | | This is a preparation for `textobject` queries. | |||||
| * | C/C++ highlights: update to new syntax | Stephan Seitz | 2020-07-05 | 4 | -87/+99 | |
| | | | | | This changed the highlight of "switch" to conditional and of "break" to repeat. | |||||
| * | Update README.md | Thomas Vigouroux | 2020-07-05 | 1 | -0/+1 | |
| | | ||||||
| * | Make luacheck happy | Stephan Seitz | 2020-07-05 | 10 | -43/+23 | |
| | | ||||||
| * | Add Travis CI with luacheck | Stephan Seitz | 2020-07-05 | 3 | -0/+28 | |
| | | ||||||
| * | C++ locals: Add reference_declarator (analogous to pointer_declarator for C ↵ | Stephan Seitz | 2020-07-04 | 1 | -0/+2 | |
| | | | | | locals) | |||||
| * | feat(javascript): add import specifier as definition | Steven Sojka | 2020-07-01 | 1 | -0/+3 | |
| | | ||||||
| * | locals(lua): capture function definition params | Thomas Vigouroux | 2020-07-01 | 1 | -0/+2 | |
| | | ||||||
| * | highlights(lua): update query to new syntax | Thomas Vigouroux | 2020-07-01 | 1 | -42/+55 | |
| | | ||||||
| * | remove doc/tags | Sainnhepark | 2020-07-01 | 2 | -59/+1 | |
| | | ||||||
| * | docs: add apache Licence | Thomas Vigouroux | 2020-07-01 | 1 | -0/+201 | |
| | | | | This is to match neovim's licence. | |||||
| * | Java highlights: Add binary integer literals | Stephan Seitz | 2020-07-01 | 1 | -0/+1 | |
| | | ||||||
| * | Fix #136: Highlight of TSFloat should be Float not TSFloat | Stephan Seitz | 2020-07-01 | 1 | -1/+1 | |
| | | ||||||
| * | Rgenerate doc/tags | Stephan Seitz | 2020-06-30 | 1 | -0/+1 | |
| | | ||||||
| * | highlights(c): highlight ternary as conditional | Thomas Vigouroux | 2020-06-30 | 1 | -2/+1 | |
| | | ||||||
| * | C highlights: Make ? an operator in c highlights | Stephan Seitz | 2020-06-30 | 1 | -0/+1 | |
| | | ||||||
