aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Allow for empty string literalsHEADmasterThomas Voss 2024-09-233-104/+99
|
* Fix testThomas Voss 2024-09-231-16/+28
|
* Test some thingsThomas Voss 2024-09-234-273/+316
|
* A few tweaksThomas Voss 2024-09-223-235/+222
|
* Fix some grammar issuesThomas Voss 2024-09-224-463/+425
|
* Update the testsv2.0.0Thomas Voss 2024-09-144-65/+78
|
* Slightly tweak the grammarThomas Voss 2024-09-141-2/+4
|
* Fix syntax errorThomas Voss 2024-09-141-1/+1
|
* Lots of changes once again!Thomas Voss 2024-09-149-583/+1047
|
* Completely overhaul the grammarThomas Voss 2024-09-146-1486/+1037
|
* Fix comment queries for NeovimThomas Voss 2024-09-148-4/+162
|
* Fix queries for highlightingThomas Voss 2024-09-141-2/+1
|
* Update the grammar a bitThomas Voss 2024-09-1411-493/+1109
|
* Fix bug in highlighting queryv1.2.1Thomas Voss 2024-04-181-1/+1
|
* 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