Syntax highlighting for Java .properties files in Zed.
Provides syntax highlighting for .properties files as used by java.util.Properties.
Highlighted elements: comments (# and !), property keys, values, escape sequences,
key-value separators (= and :), and substitution expressions (${...}).
Built on tree-sitter-grammars/tree-sitter-properties, which is licensed under the MIT License.
- No language server
- No autocompletion
- No formatting
- No code actions
- No rename/refactoring support