Skip to content

Commit 5b99dbb

Browse files
authored
Add grammar resource links to Copilot instructions
1 parent 963574c commit 5b99dbb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/copilot-instructions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This is a Java-based language server that provides code analysis, diagnostics, c
1010
- Project site: https://1c-syntax.github.io/bsl-language-server
1111
- Documentation: [docs/index.md](../docs/index.md) (Russian), [docs/en/index.md](../docs/en/index.md) (English)
1212
- Contributor's Guide: [docs/en/contributing/index.md](../docs/en/contributing/index.md)
13+
- BSL grammar used in BSLParser: https://github.com/1c-syntax/bsl-parser/blob/develop/src/main/antlr/BSLParser.g4
14+
- SDBL grammar used in BSLParser: https://github.com/1c-syntax/bsl-parser/blob/develop/src/main/antlr/SDBLParser.g4
1315

1416
## Technology Stack
1517

0 commit comments

Comments
 (0)