aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Support comments… sortav1.2.0Thomas Voss 2024-04-1829-208/+991
|
* Add note about text objects to READMEThomas Voss 2023-11-101-1/+3
|
* Add a READMEv1.1.0Thomas Voss 2023-11-101-0/+40
|
* Add an indentation queryThomas Voss 2023-11-101-0/+2
|
* Add vim textobjectsThomas Voss 2023-11-091-0/+3
|
* Modify the grammar a bitThomas Voss 2023-11-094-410/+405
|
* Add neovim filetype supportThomas Voss 2023-11-091-0/+3
|
* Move queries into a subdirectoryThomas Voss 2023-11-092-0/+0
|
* Simplify regexThomas Voss 2023-10-302-4/+4
|
* Make $._S pattern use ‘+’ instead of ‘*’v1.0.3Thomas Voss 2023-10-293-751/+471
| | | | | The previous pattern caused the parser to use infinite memory and eventually crash. Not good!
* Support unicode whitespacev1.0.2Thomas Voss 2023-10-283-490/+911
|
* Allow ID- and class shorthands to have anythingv1.0.1Thomas Voss 2023-10-283-24/+24
|
* Add folds supportv1.0.0Thomas Voss 2023-09-281-0/+4
|
* Add syntax-highlighting supportThomas Voss 2023-09-281-0/+9
|
* Genesis commitThomas Voss 2023-09-2814-0/+1897