Add support for Starlark.

Support is similar to Python, as it is a python dialect.  However, it does not support block comments.

See spec: https://github.com/bazelbuild/starlark/blob/master/spec.md
This commit is contained in:
Rich Alimi
2023-02-25 06:45:49 +00:00
parent 9430173992
commit de2352f8dd
4 changed files with 41 additions and 4 deletions

View File

@@ -188,6 +188,15 @@
}
]
},
{
"language": "Starlark",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
},
{
"language": "TypeScript",
"markers": [