| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
fix(modules): do not reattach if already attached
|
|
|
|
|
|
Run style check as sudo
|
|
|
|
This is applies the upstream PR to our repo:
https://github.com/tree-sitter/tree-sitter-python/pull/73
|
|
|
|
Co-authored-by: TravonteD <tman1300@aol.com>
|
|
|
|
|
|
|
|
|
|
Python: fix some highlights
|
|
These aren't valid lua patterns
|
|
Rename @function.method to @method
|
|
|
|
- Fix "as" outside imports
- Add builtin classes and constants
|
|
add jsx fragment and jsx self closing element highlights
|
|
|
|
Textobjects submodules
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add fennel support
|
|
|
|
- Get rid of @self
- Highlight methods correctly
- Highlight self as the first parameter of a method
- Use new syntax (# for predicates, (_) instead of (*) for wildcards)
|
|
|
|
TSDefinitionUsage
|
|
|
|
|
|
feat(highlights): add is predicate
|
|
feat(defintions): allow setting of scope
|
|
|
|
|
|
|
|
|