update grammar script: remove unused properties

This commit is contained in:
Martin Aeschlimann
2018-02-12 16:54:35 +01:00
parent 6b3164252b
commit 8fdf170a08
54 changed files with 353 additions and 864 deletions

View File

@@ -5,11 +5,8 @@
"Once accepted there, we are happy to receive an update request."
],
"version": "https://github.com/emilast/vscode-logfile-highlighter/commit/8196aa2cc8dd9b1eda431203857e5317866facec",
"scopeName": "text.log",
"fileTypes": [
"log"
],
"name": "Log file",
"scopeName": "text.log",
"patterns": [
{
"match": "\\b(DEBUG)\\b|(?i)\\b(debug)\\:",
@@ -96,6 +93,5 @@
"match": "\\b([\\w]+\\.)+(\\w)+\\b",
"name": "constant.language log.constant"
}
],
"uuid": "E81BB6AB-CAC7-4C27-9A79-4137A4693EBD"
]
}