mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-04 23:39:07 +07:00
72 lines
2.1 KiB
Diff
72 lines
2.1 KiB
Diff
diff --git a/community/plugins/textmate/lib/bundles/ruby/package.json b/community/plugins/textmate/lib/bundles/ruby/package.json
|
|
--- a/community/plugins/textmate/lib/bundles/ruby/package.json (revision 31dee44c2ba420529fe593c83217eb6a16ec5784)
|
|
+++ b/community/plugins/textmate/lib/bundles/ruby/package.json (date 1622045362227)
|
|
@@ -49,7 +49,9 @@
|
|
"matchfile",
|
|
"scanfile",
|
|
"snapfile",
|
|
- "gymfile"
|
|
+ "gymfile",
|
|
+ "Vagrantfile",
|
|
+ ".simplecov"
|
|
],
|
|
"aliases": [
|
|
"Ruby",
|
|
diff --git a/community/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json b/community/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json
|
|
--- a/community/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json (revision 31dee44c2ba420529fe593c83217eb6a16ec5784)
|
|
+++ b/community/plugins/textmate/lib/bundles/log/syntaxes/log.tmLanguage.json (date 1622045593073)
|
|
@@ -17,7 +17,7 @@
|
|
"name": "comment log.verbose"
|
|
},
|
|
{
|
|
- "match": "(?<=^[\\s\\d\\p]*)\\bV\\b",
|
|
+ "match": "(?<=^[\\s\\d])\\bV\\b",
|
|
"name": "comment log.verbose"
|
|
},
|
|
{
|
|
@@ -29,7 +29,7 @@
|
|
"name": "markup.changed log.debug"
|
|
},
|
|
{
|
|
- "match": "(?<=^[\\s\\d\\p]*)\\bD\\b",
|
|
+ "match": "(?<=^[\\s\\d])\\bD\\b",
|
|
"name": "markup.changed log.debug"
|
|
},
|
|
{
|
|
@@ -41,7 +41,7 @@
|
|
"name": "markup.inserted log.info"
|
|
},
|
|
{
|
|
- "match": "(?<=^[\\s\\d\\p]*)\\bI\\b",
|
|
+ "match": "(?<=^[\\s\\d])\\bI\\b",
|
|
"name": "markup.inserted log.info"
|
|
},
|
|
{
|
|
@@ -53,7 +53,7 @@
|
|
"name": "markup.deleted log.warning"
|
|
},
|
|
{
|
|
- "match": "(?<=^[\\s\\d\\p]*)\\bW\\b",
|
|
+ "match": "(?<=^[\\s\\d])\\bW\\b",
|
|
"name": "markup.deleted log.warning"
|
|
},
|
|
{
|
|
@@ -65,7 +65,7 @@
|
|
"name": "string.regexp, strong log.error"
|
|
},
|
|
{
|
|
- "match": "(?<=^[\\s\\d\\p]*)\\bE\\b",
|
|
+ "match": "(?<=^[\\s\\d])\\bE\\b",
|
|
"name": "string.regexp, strong log.error"
|
|
},
|
|
{
|
|
@@ -73,7 +73,7 @@
|
|
"name": "comment log.date"
|
|
},
|
|
{
|
|
- "match": "(?<=(^|\\s))\\d{2}[^\\w\\s]\\d{2}[^\\w\\s]\\d{4}\\b",
|
|
+ "match": "(?<=^|\\s)\\d{2}[^\\w\\s]\\d{2}[^\\w\\s]\\d{4}\\b",
|
|
"name": "comment log.date"
|
|
},
|
|
{
|