Skip to content

Instantly share code, notes, and snippets.

@gaymeowing
Created September 4, 2025 15:17
Show Gist options
  • Select an option

  • Save gaymeowing/23dca875b9c5c73616b514350e5f5159 to your computer and use it in GitHub Desktop.

Select an option

Save gaymeowing/23dca875b9c5c73616b514350e5f5159 to your computer and use it in GitHub Desktop.
{
"cSpell.languageSettings": [
{
"name": "lua",
"languageId": [ "luau", "lua" ],
"patterns": [
{
"name": "short-comment",
"pattern": "(?<![-])--.*"
},
{
"name": "long-comment",
"pattern": "(?<![-])--\\[(=*)\\[(.|\n)*?\\]\\1\\]"
}
],
"includeRegExpList": [
"short-comment",
"long-comment"
]
}
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment