File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
crates/codebook/src/queries Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[ Unreleased]
2
2
3
+ - Fairly get suggestions from all active dictionaries.
4
+ - Add PHP support.
5
+ - Fix codebook.toml not being created in new projects on "Add to dictionary".
3
6
- JavaScript: Make properties on object definitions check, and try/catch error definitions
4
7
- TypeScript: Make properties on object definitions check, try/catch error definitions, and interface support
5
8
Original file line number Diff line number Diff line change 5
5
(string_content) @string
6
6
7
7
; Names (covers function names, class names, etc.)
8
- ; (name) @identifier
9
8
(class_declaration
10
9
name: (name) @identifier )
11
10
(const_declaration
24
23
(variable_name (name) @identifier ))
25
24
(catch_clause
26
25
(variable_name (name) @identifier ))
27
- ; Variable names - simplified with no nested structure
28
- ; (variable_name) @identifier
You can’t perform that action at this time.
0 commit comments