diff --git a/grammars/rust.cson b/grammars/rust.cson index bea3b87..29ef572 100644 --- a/grammars/rust.cson +++ b/grammars/rust.cson @@ -422,7 +422,7 @@ { 'include': '#unsafe' } { 'comment': 'Function arguments' - 'match': '\bfn\b' + 'match': '\\bfn\\b' 'name': 'keyword.other.fn.rust' } ]