Skip to content

Commit 6e0ce3f

Browse files
committed
Update Changelog
1 parent 7a6a788 commit 6e0ce3f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
[Unreleased]
22

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".
36
- JavaScript: Make properties on object definitions check, and try/catch error definitions
47
- TypeScript: Make properties on object definitions check, try/catch error definitions, and interface support
58

crates/codebook/src/queries/php.scm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
(string_content) @string
66

77
; Names (covers function names, class names, etc.)
8-
; (name) @identifier
98
(class_declaration
109
name: (name) @identifier)
1110
(const_declaration
@@ -24,5 +23,3 @@
2423
(variable_name (name) @identifier))
2524
(catch_clause
2625
(variable_name (name) @identifier))
27-
; Variable names - simplified with no nested structure
28-
; (variable_name) @identifier

0 commit comments

Comments
 (0)