| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-10-11 | feat(queries): modeline mechanism for base langs | Thomas Vigouroux | |
| This implements https://github.com/neovim/neovim/pull/13059#issuecomment-704414189 This behaves like modelines and remove the use of the base_language map. Also, this allows to fine-tune what we actually want to include per query, which is better IMO. | |||
| 2020-10-10 | fix(highlights): Add TSNamespace highlight | Stephan Seitz | |
| Start adding highlights for - C++ - Rust (including other scoped_identifier/scoped_type_identifier fixes) - JS (only namespace_import) Addresses #516 | |||
| 2020-10-04 | Remove textobjects module | Stephan Seitz | |
| 2020-09-19 | Add @keyword.operator for operators that are English words and add ↵ | Stephan Seitz | |
| @exception for Java/JS | |||
| 2020-09-14 | Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages | Stephan Seitz | |
| 2020-09-14 | Folds: rename query files to folds.scm to be consistent | Santos Gallegos | |
| We use plural names for all query files except folds. | |||
| 2020-09-10 | fix(highlights): add missing js operators | Steven Sojka | |
| 2020-09-07 | fix using highlight query extension for every query type | kyazdani42 | |
| 2020-09-06 | feat(folds): add ts and js folds | Steven Sojka | |
| 2020-09-02 | fix(locals): js add arrow function parameter as definition | Steven Sojka | |
| 2020-08-26 | fix(locals): add js namespace import as definition | Steven Sojka | |
| 2020-08-17 | @function.method -> @method | Nathan Smith | |
| 2020-08-17 | Merge pull request #319 from kyazdani42/feat/add-jsx-fragment-and-self-closing | Steven Sojka | |
| add jsx fragment and jsx self closing element highlights | |||
| 2020-08-17 | chore(highlights): remove is predicate usage | Steven Sojka | |
| 2020-08-17 | add jsx fragment and jsx self closing element highlights | kiyan42 | |
| 2020-08-17 | some refacto, doc fixes and jsx queries | kiyan42 | |
| - compute query language extensions *after* default ones (jsx after javascript) - remove outdated ts_utils functions from docs - add better regex detection to javascript - javascriptreact to use javascript queries - add javascript.jsx to javascript queries - write jsx.scm hl file | |||
| 2020-08-16 | fix(queries): use vim-match for non lua regexes | Steven Sojka | |
| 2020-08-16 | Merge pull request #296 from steelsojka/feat-is-predicate | Steven Sojka | |
| feat(highlights): add is predicate | |||
| 2020-08-16 | feat(definitions): allow setting of scope | Steven Sojka | |
| 2020-08-16 | feat(highlights): add is predicate | Steven Sojka | |
| 2020-08-14 | fix(locals): add shorthand identifiers as references and definitions | Steven Sojka | |
| 2020-08-04 | Add PHP, TOML, and update HTML, javascript queries | Shirasaka | |
| - PHP : Add highlights and locals query - TOML : Add highlights and locals query - HTML : Add scope - javascript : Add some scopes | |||
| 2020-07-22 | add js textobject queries | Steven Sojka | |
| 2020-07-22 | add rest_parameters as definition in javascript | Steven Sojka | |
| 2020-07-08 | Introduce @definition.import for Python/Javascript | Stephan Seitz | |
| 2020-07-01 | feat(javascript): add import specifier as definition | Steven Sojka | |
| 2020-06-30 | refactor(refactor): use higher local apis and some cleanup | Steven Sojka | |
| 2020-06-30 | feat(refactor): highlight usages module | Steven Sojka | |
| 2020-06-15 | fix(javascript): set booleans to boolean highlights | Steven Sojka | |
| 2020-06-14 | feat(queries): add typescript and javascript queries | Steven Sojka | |
