Update grammars

This commit is contained in:
Alex Ross 2020-07-06 13:43:10 +02:00
parent db36e6a2f2
commit 0b1d1bc464
3 changed files with 6 additions and 6 deletions

View file

@ -6,7 +6,7 @@
"git": { "git": {
"name": "fadeevab/make.tmbundle", "name": "fadeevab/make.tmbundle",
"repositoryUrl": "https://github.com/fadeevab/make.tmbundle", "repositoryUrl": "https://github.com/fadeevab/make.tmbundle",
"commitHash": "fd57c0552dbe5e4d0c1e6765daea4b296d9bfc59" "commitHash": "e36e02becd20730259b0115d9ca5c419f65023a9"
} }
}, },
"licenseDetail": [ "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.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/fadeevab/make.tmbundle/commit/fd57c0552dbe5e4d0c1e6765daea4b296d9bfc59", "version": "https://github.com/fadeevab/make.tmbundle/commit/e36e02becd20730259b0115d9ca5c419f65023a9",
"name": "Makefile", "name": "Makefile",
"scopeName": "source.makefile", "scopeName": "source.makefile",
"patterns": [ "patterns": [
@ -18,13 +18,13 @@
"include": "#variable-assignment" "include": "#variable-assignment"
}, },
{ {
"include": "#target" "include": "#directives"
}, },
{ {
"include": "#recipe" "include": "#recipe"
}, },
{ {
"include": "#directives" "include": "#target"
} }
], ],
"repository": { "repository": {

View file

@ -4,7 +4,7 @@
"If you want to provide a fix or improvement, please create a pull request against the original repository.", "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." "Once accepted there, we are happy to receive an update request."
], ],
"version": "https://github.com/textmate/swift.tmbundle/commit/3f582e9acc1613745b06a56be55ba2a032c458eb", "version": "https://github.com/textmate/swift.tmbundle/commit/ecba759c1c2f46f69795fe2d01691030214dd5ff",
"name": "Swift", "name": "Swift",
"scopeName": "source.swift", "scopeName": "source.swift",
"comment": "See swift.tmbundle/grammar-test.swift for test cases.", "comment": "See swift.tmbundle/grammar-test.swift for test cases.",
@ -2620,7 +2620,7 @@
"name": "variable.language.swift" "name": "variable.language.swift"
}, },
{ {
"match": "\\B(?:#file|#line|#column|#function|#dsohandle)\\b|\\b(?:__FILE__|__LINE__|__COLUMN__|__FUNCTION__|__DSO_HANDLE__)\\b", "match": "\\B(?:#file|#filePath|#line|#column|#function|#dsohandle)\\b|\\b(?:__FILE__|__LINE__|__COLUMN__|__FUNCTION__|__DSO_HANDLE__)\\b",
"name": "support.variable.swift" "name": "support.variable.swift"
}, },
{ {