diff options
| author | Thaddeus Crews <repiteo@outlook.com> | 2024-11-27 10:47:18 -0600 |
|---|---|---|
| committer | Thaddeus Crews <repiteo@outlook.com> | 2024-11-27 10:47:18 -0600 |
| commit | 6eca2aa8d6f30661185747fcf2ec9d3fea76f462 (patch) | |
| tree | f3ba2e28399f80081681adb81270c6415d91f2a1 /modules/gdscript/tests/scripts | |
| parent | 539be43dadc0d9184024bd7a65354b92bee19f80 (diff) | |
| parent | 2f620db1d894533a8e859843b840801bf54cd86c (diff) | |
| download | redot-engine-6eca2aa8d6f30661185747fcf2ec9d3fea76f462.tar.gz | |
Merge pull request #99295 from HolonProduction/yet-another-lsp-violation
LSP: Fix spec violations that break the VSCode outline
Diffstat (limited to 'modules/gdscript/tests/scripts')
| -rw-r--r-- | modules/gdscript/tests/scripts/lsp/first_line_comment.gd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/lsp/first_line_comment.gd b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd new file mode 100644 index 0000000000..34ead5fabb --- /dev/null +++ b/modules/gdscript/tests/scripts/lsp/first_line_comment.gd @@ -0,0 +1,2 @@ +# Some comment +extends Node |
