Ensure naming follows consistent patterns throughout the codebase in both style and structure:
- {{# if (hasTool 'grep') }}
+ {{# if (has_tool 'grep') }}
- export additional-language-server-workspace-configuration: func(...)
+ export language-server-additional-workspace-configuration: func(...)
- (emphasis) @markup.emphasis
+ (emphasis) @emphasis.markup
This consistency improves code readability, makes the codebase more predictable, and reduces cognitive load when writing or reviewing code.