Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

zed-java-properties

Syntax highlighting for Java .properties files in Zed.

What it does

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 (${...}).

Grammar

Built on tree-sitter-grammars/tree-sitter-properties, which is licensed under the MIT License.

What it does NOT do

  • No language server
  • No autocompletion
  • No formatting
  • No code actions
  • No rename/refactoring support

About

Zed extension: syntax highlighting for Java .properties files

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages