-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make font lock feature list more conforming with recommendations
Level 1 is really simple: comments, definitions Level 2 is for some primitives, types, builtins (let, fn, etc) Level 3 is for numbers, nil, bools, metadata Level 4 is for brackets, function calls, fancy syntax constructs like @ Additionally, this commit fixes some font-locking where we matched faces that don't exist, moves type hints under the 'type feature, font-lock `def` like functions as regular builtins instead of features for the things they are actually defining.
- Loading branch information
1 parent
724e40d
commit 2225190
Showing
2 changed files
with
66 additions
and
112 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