Skip to content

Commit

Permalink
Add autopair for fidl
Browse files Browse the repository at this point in the history
  • Loading branch information
chaopeng committed Feb 24, 2024
1 parent 62d5a9a commit 22e95bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions languages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3149,6 +3149,12 @@ file-types = ["fidl"]
comment-token = "//"
indent = { tab-width = 4, unit = " " }

[language.auto-pairs]
'"' = '"'
'{' = '}'
'(' = ')'
'<' = '>'

[[grammar]]
name = "fidl"
source = { git = "https://github.com/google/tree-sitter-fidl", rev = "bdbb635a7f5035e424f6173f2f11b9cd79703f8d" }

0 comments on commit 22e95bb

Please sign in to comment.