Consider renaming the SQL built in language to MS SQL (#224283)

Fixes #221648
This commit is contained in:
Alex Ross
2024-07-30 13:02:08 +02:00
committed by GitHub
parent 4fa546bc42
commit 252f22a4ed

View File

@@ -21,7 +21,8 @@
".dsql"
],
"aliases": [
"SQL"
"MS SQL",
"T-SQL"
],
"configuration": "./language-configuration.json"
}