Skip to content

Commit 66f0fbd

Browse files
committed
Improve syntax
1 parent 8f059d6 commit 66f0fbd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

syntaxes/ghost.tmLanguage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"callables": {
112112
"patterns": [
113113
{
114-
"match": "([A-Za-z_][A-Za-z0-9_]*)\\(",
114+
"match": "([A-Za-z_][A-Za-z0-9_]*)",
115115
"name": "support.function.ghost"
116116
}
117117
]
@@ -142,7 +142,7 @@
142142
"patterns": [
143143
{
144144
"name": "comment.line.double-slash.ghost",
145-
"match": "\\/\\.*"
145+
"match": "//.*"
146146
}
147147
]
148148
}

0 commit comments

Comments
 (0)