Update make grammar (#170948)

This commit is contained in:
Alex Ross 2023-01-10 11:50:28 +01:00 committed by GitHub
parent 707b92d41b
commit 91db8ea85f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -6,7 +6,7 @@
"git": {
"name": "fadeevab/make.tmbundle",
"repositoryUrl": "https://github.com/fadeevab/make.tmbundle",
"commitHash": "ef0c485afc66445a6cf184dc34f7744306304f1f"
"commitHash": "1d4c0b541959995db098df751ffc129da39a294b"
}
},
"licenseDetail": [

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.",
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/fadeevab/make.tmbundle/commit/ef0c485afc66445a6cf184dc34f7744306304f1f",
"version": "https://github.com/fadeevab/make.tmbundle/commit/1d4c0b541959995db098df751ffc129da39a294b",
"name": "Makefile",
"scopeName": "source.makefile",
"patterns": [
@ -222,7 +222,7 @@
]
},
{
"begin": "^\\s*else(?=\\s)",
"begin": "^\\s*else(?=\\s)\\s*(ifeq|ifneq|ifdef|ifndef)*(?=\\s)",
"beginCaptures": {
"0": {
"name": "keyword.control.else.makefile"