We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 938644b + dabba4c commit 6c3fb54Copy full SHA for 6c3fb54
src/languages.json
@@ -5583,6 +5583,22 @@
5583
"wrap": "false",
5584
"searchable": "true"
5585
},
5586
+ {
5587
+ "type": "programming",
5588
+ "extensions": [
5589
+ ".nasl",
5590
+ ".inc"
5591
+ ],
5592
+ "tmScope": "source.nasl",
5593
+ "aceMode": "text",
5594
+ "languageId": 171666519,
5595
+ "name": "NASL",
5596
+ "aliases": [
5597
+ "nasl"
5598
5599
+ "wrap": "false",
5600
+ "searchable": "true"
5601
+ },
5602
{
5603
"type": "programming",
5604
"color": "#28431f",
0 commit comments