-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get some polish on the highlighting -- abstract where needed, blend, meld, mix, and incorporate other parts of the codebase. Major change here is using regex matchers on highlight target black list. Works on my machine, that is to say, on the languages I have here so far. Next step is to test more filetypes - got errors about not having the right TS parsers installed for the languages in the fixtures. So either gotta bootstrap more parsers into the minimal test init, or just go with what's built in to nvim, which I think includes C.
- Loading branch information
Showing
2 changed files
with
55 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters