Commit graph

30 commits

Author SHA1 Message Date
Stephan Seitz
95a3e81630 highlights(clojure): fix highlighting of #_
Fix https://github.com/sogaiu/tree-sitter-clojure/issues/14
2021-09-17 21:06:36 +02:00
Oliver Marshall
d569c542cd Don't capture quotes as comments 2021-09-17 21:06:36 +02:00
Oliver Marshall
4d61d5f114 Remove last @a 2021-09-17 21:06:36 +02:00
Oliver Marshall
c810888952 Remove docstring highlights 2021-09-17 21:06:36 +02:00
Oliver Marshall
f7aebc15a1 Use ignored capture groups 2021-09-17 21:06:36 +02:00
Oliver Marshall
cc8e5caaba Improve some comments 2021-09-17 21:06:36 +02:00
Oliver Marshall
f68cf9e793 Improve highlights for types 2021-09-17 21:06:36 +02:00
Oliver Marshall
d562ffcab9 Remove constant highlighting 2021-09-17 21:06:36 +02:00
Oliver Marshall
6641eee7a7 Add forgotten annon function highlight 2021-09-17 21:06:36 +02:00
Oliver Marshall
c9209f8a2c Add header comment 2021-09-17 21:06:36 +02:00
Oliver Marshall
d6aae5a7d2 Add some todos 2021-09-17 21:06:36 +02:00
Oliver Marshall
36964190f2 Add context based highlighting for def, defn & ns 2021-09-17 21:06:36 +02:00
Oliver Marshall
16a06b30c2 Revamp the symbol highlighting 2021-09-17 21:06:36 +02:00
Oliver Marshall
b8b0da006b Move meta punctuation 2021-09-17 21:06:36 +02:00
Oliver Marshall
0cf75fd96d Simplify 2021-09-17 21:06:36 +02:00
Oliver Marshall
99185fcf7d Add some comments & TODOs 2021-09-17 21:06:36 +02:00
Oliver Marshall
5b5b55f8ed First pass at def-likes 2021-09-17 21:06:36 +02:00
Oliver Marshall
da360bfd04 Match % variables 2021-09-17 21:06:36 +02:00
Oliver Marshall
7882600caa Add more operators 2021-09-17 21:06:36 +02:00
Oliver Marshall
31c54c5048 Add some TODOs 2021-09-17 21:06:36 +02:00
Oliver Marshall
19b6a84089 Highlight splicing operators 2021-09-17 21:06:36 +02:00
Oliver Marshall
171082600e All the other stuff, includes:
- Changing huge 'match's to 'any-of's
- Roughly organising the queries into sections
- Add some TODOs for more improvements
- Comment out def-like and call queries as they overlap too much
- Change the captures to use better (imo) groups
- Make with-.* and when-.* always highlight like a builtin
2021-09-17 21:06:36 +02:00
Oliver Marshall
688ec2f6a0 Reorganise slightly 2021-09-17 21:06:36 +02:00
Joakker
c699cc2e47 Use #any-of? instead of #match? where posible 2021-06-25 00:22:48 +02:00
Stephan Seitz
021196fd6c Clojure/Lisp: Add char_lit to highlights 2021-05-17 20:45:31 +02:00
Stephan Seitz
007aa7ff21 Use @symbol in clojure in commonlisp 2021-05-17 20:45:31 +02:00
Stephan Seitz
64f13eace5 Extend CL highlights 2021-05-17 20:45:31 +02:00
Stephan Seitz
e197736061 Add support for Common Lisp 2021-05-17 20:45:31 +02:00
Chinmay Dalal
484e6aa680 [clojure] add punctuation.bracket 2020-11-10 18:01:12 +01:00
sogaiu
0f80b7d390 Add initial clojure support 2020-11-04 10:23:20 +01:00