diff --git a/.vs/vscode-nginx/v16/.suo b/.vs/vscode-nginx/v16/.suo new file mode 100644 index 0000000..f59aeec Binary files /dev/null and b/.vs/vscode-nginx/v16/.suo differ diff --git a/.vsixmanifest b/.vsixmanifest index cf82683..c989ab5 100644 --- a/.vsixmanifest +++ b/.vsixmanifest @@ -1,7 +1,7 @@  - + NGINX Syntax highlighting for NGINX configuration files. diff --git a/package.json b/package.json index 6afc74b..9f00536 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-nginx", "displayName": "NGINX Configuration", "description": "Syntax highlighting for NGINX configuration files", - "version": "0.7.1", + "version": "0.7.2", "publisher": "william-voyek", "engines": { "vscode": "^1.32.0" @@ -27,7 +27,7 @@ ".conf", ".nginx" ], - "configuration": "./language-configuration.json" + "configuration": "./nginx.configuration.json" } ], "grammars": [ diff --git a/syntaxes/nginx.tmLanguage.json b/syntaxes/nginx.tmLanguage.json index ac61869..7cdc02e 100644 --- a/syntaxes/nginx.tmLanguage.json +++ b/syntaxes/nginx.tmLanguage.json @@ -23,7 +23,7 @@ "include": "#strings" }, { - "match": "\\#.*", + "match": "^(\\s)*(#).*$\\n?", "name": "comment" }, {