Skip to content

Commit

Permalink
Add proto
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Feb 27, 2024
1 parent de96d96 commit 836d0a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/en/docs/topics/scoping/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,12 @@ data:
`#` (`text.comment.line.ext`),
`<#...#>` (`text.comment.line.ext`),
`<#` (`text.comment.block.ext`)
- language: Protobuf
extensions: "`.proto`"
scopes: |
`//` (`text.comment.line.ext`),
`/*...*/` (`text.comment.line.ext`),
`/*` (`text.comment.block.ext`)
- language: Python
extensions: "`.py`, `.py3`, `.pyw`, `.pyi`, `rpy`"
scopes: |
Expand Down

0 comments on commit 836d0a2

Please sign in to comment.