mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
update perl test
This commit is contained in:
parent
ce9ef2b74d
commit
fdf97477a6
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ testTokenization('perl', [
|
||||||
// Shebang
|
// Shebang
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
line: '#!/bin/env bash',
|
line: '#!/bin/env perl',
|
||||||
tokens: [{ startIndex: 0, type: 'metatag.perl' }],
|
tokens: [{ startIndex: 0, type: 'metatag.perl' }],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue