Skip to content

Commit cc56307

Browse files
[C] Fix typo in #define directive scope (#4533)
1 parent 92f4707 commit cc56307

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

C++/C.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1348,7 +1348,7 @@ contexts:
13481348
preprocessor-macro-define:
13491349
- match: ^\s*(#\s*define)\b
13501350
captures:
1351-
1: meta.preprocessor.macro.c keyword.control.directive..define.c
1351+
1: meta.preprocessor.macro.c keyword.control.directive.define.c
13521352
push:
13531353
- meta_content_scope: meta.preprocessor.macro.c
13541354
- include: preprocessor-line-continuation

0 commit comments

Comments
 (0)