File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1- ### WIP
1+ ### 4.3.2 - Dec 9, 2024
22
33- Clarified some symbol/keyword edge cases in syntax
44- Add ` clojure_sublimed_select_topmost_form ` command
5+ - Add ` | ` to the allowed symbols chars #132
56
67### 4.3.1 - Nov 4, 2024
78
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ variables:
99 wse : ' (?=$|[\s,()\[\]{}";])'
1010 nwse : ' [^\s,()\[\]{}";]'
1111
12- sym_head : ' [\p{Alpha}*!_?$%&=<>.]'
13- sym_head_lax : ' [\p{Alpha}*!_?$%&=<>.'' \-+#:]'
14- sym_body : ' [\p{Alpha}*!_?$%&=<>.'' \-+#:0-9]'
12+ sym_head : ' [\p{Alpha}*!_?$%&=<>.| ]'
13+ sym_head_lax : ' [\p{Alpha}*!_?$%&=<>.| '' \-+#:]'
14+ sym_body : ' [\p{Alpha}*!_?$%&=<>.| '' \-+#:0-9]'
1515 ns_symbol : ' (?:[\-+.]|[\-+.]{{sym_head_lax}}{{sym_body}}*|{{sym_head}}{{sym_body}}*)'
1616 symbol : ' (?:/|{{ns_symbol}})'
1717
You can’t perform that action at this time.
0 commit comments