Skip to content

Commit

Permalink
fix: use detailed path for syntax inheritance
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <jfcherng@gmail.com>
  • Loading branch information
jfcherng committed Aug 13, 2023
1 parent 1146b23 commit 40eaa6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/pyright.sublime-syntax
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ scope: source.python.lsp
version: 2
hidden: true

extends: Python.sublime-syntax
extends: Packages/LSP-pyright/Python.sublime-syntax

file_extensions:
- pyright-syntax-test
Expand Down

0 comments on commit 40eaa6c

Please sign in to comment.