Skip to content

Commit e2d8ab5

Browse files
committed
chore(docs) update CHANGELOG for #3078
1 parent ca312c3 commit e2d8ab5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGES.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ Parser:
44

55
- enh(parser) support multi-class matchers (#3081) [Josh Goebel][]
66
- enh(parser) Detect comments based on english like text, rather than keyword list [Josh Goebel][]
7+
- adds `title.class` sub-scope support (#3078) [Josh Goebel][]
8+
- adds `title.function` sub-scope support (#3078) [Josh Goebel][]
9+
- adds `beforeMatch` compiler extension (#3078) [Josh Goebel][]
710

811
Grammars:
912

13+
- enh(java) Simplified class-like matcher (#3078) [Josh Goebel][]
14+
- enh(cpp) Simplified class-like matcher (#3078) [Josh Goebel][]
15+
- enh(rust) Simplified class-like matcher (#3078) [Josh Goebel][]
16+
- enh(actionscript) Simplified class-like matcher (#3078) [Josh Goebel][]
17+
- enh(arcade) `function.title` => `title.function` (#3078) [Josh Goebel][]
18+
- enh(autoit) `function.title` => `title.function` (#3078) [Josh Goebel][]
19+
- enh(c) `function.title` => `title.function` (#3078) [Josh Goebel][]
20+
- enh(rust) support function invoke and `impl` (#3078) [Josh Goebel][]
1021
- chore(properties) disable auto-detection #3102 [Josh Goebel][]
1122
- fix(properties) fix incorrect handling of non-alphanumeric keys #3102 [Egor Rogov][]
1223
- enh(java) support functions with nested template types (#2641) [Josh Goebel][]

0 commit comments

Comments
 (0)