-
Notifications
You must be signed in to change notification settings - Fork 6
Syntax highlight more symbols and make grouping more consistent #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
https://github.com/clojure-emacs/orchard/blob/master/src/orchard/meta.clj some code here might be useful for what you're doing (based on a quick peek at the PR). Maybe you've covered all the relevant cases already though!
@axvr
axvr
force-pushed
the
missing-syntax
branch
from
October 18, 2021 08:34
7ad0b90
to
5673d28
Compare
@axvr
axvr
force-pushed
the
missing-syntax
branch
3 times, most recently
from
January 15, 2022 19:39
42e64a8
to
24597e6
Compare
@axvr
axvr
force-pushed
the
missing-syntax
branch
from
February 4, 2022 23:14
170b544
to
d468107
Compare
@axvr
axvr
changed the title
(削除) Experimental changes to add missing syntax and correct highlight groups (削除ここまで)
(追記) Syntax highlight missing symbols and improve consistency of syntax groups (追記ここまで)
Feb 4, 2022
@axvr
axvr
changed the title
(削除) Syntax highlight missing symbols and improve consistency of syntax groups (削除ここまで)
(追記) Syntax highlight more symbols and make grouping more consistent (追記ここまで)
Feb 4, 2022
@axvr
axvr
force-pushed
the
missing-syntax
branch
from
February 4, 2022 23:25
d468107
to
9aa07af
Compare
@axvr
axvr
force-pushed
the
missing-syntax
branch
2 times, most recently
from
February 4, 2022 23:34
2f1f4e9
to
4a8a3fe
Compare
@axvr
axvr
force-pushed
the
missing-syntax
branch
from
February 4, 2022 23:54
4a8a3fe
to
f1ddb04
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
Syntax highlight missing symbols and improve consistency of syntax groups.
To do
print-method
andprint-dup
.case*
toclojureCond
.Current changes
(Note: items suffixed with
(new)
were never syntax highlighted by Clojure.vim or Vim-clojure-static.)clojureCond
clojureSpecial
clojureRepeat
clojureMacro
- letfn
clojureDefine