Skip to content

Commit

Permalink
regenerate specs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-hykin committed May 29, 2019
1 parent 1c84f49 commit cda34d7
Show file tree
Hide file tree
Showing 87 changed files with 104 additions and 4,424 deletions.
1 change: 1 addition & 0 deletions test/specs/features/namespace_alias.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: namespace
scopesBegin:
- source
- meta.declaration.namespace.alias
scopes:
- keyword.other.namespace.alias
Expand Down
2 changes: 2 additions & 0 deletions test/specs/features/typedef_alias.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: typedef
scopesBegin:
- source
scopes:
- keyword.other.typedef
- source: struct
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/002.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/003.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: namespace
scopesBegin:
- source
- meta.block.namespace
- meta.head.namespace
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/004.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: '10102'
scopesBegin:
- source
- constant.numeric.decimal
- source: ''''
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/005.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: int
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/006.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: auto
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/010.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: '498729'
scopesBegin:
- source
scopes:
- constant.numeric.decimal
- source: f
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/011.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: bool
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/012.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/014.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/015.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/016.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: void
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/017.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/018.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/020.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: dynamic_cast
scopesBegin:
- source
scopes:
- keyword.operator.wordlike
- keyword.operator.cast.dynamic_cast
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/022.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: sscanf
scopesBegin:
- source
scopes:
- entity.name.function.call
- source: (
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/024.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/025.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: bool
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/026.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: struct
scopesBegin:
- source
- meta.block.struct
- meta.head.struct
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/027.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: /*
scopesBegin:
- source
- comment.block
scopes:
- punctuation.definition.comment.begin
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/030.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: '#'
scopesBegin:
- source
- meta.preprocessor.pragma
- keyword.control.directive.pragma
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/032.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: const
scopesBegin:
- source
scopes:
- storage.modifier.specifier.const
- source: char
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/033.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: vector
scopesBegin:
- source
- source: <
scopes:
- keyword.operator.comparison
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/034.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: '#'
scopesBegin:
- source
- meta.preprocessor.macro
- keyword.control.directive.define
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/035.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: namespace
scopesBegin:
- source
- meta.block.namespace
- meta.head.namespace
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/036.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: 'vector '
scopesBegin:
- source
- source: <
scopes:
- keyword.operator.comparison
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/037.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: test
scopesBegin:
- source
scopes:
- entity.name.function.call
- source: (
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/043.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: int
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/047.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: enum
scopesBegin:
- source
- meta.block.enum
- meta.head.enum
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/050.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: switch
scopesBegin:
- source
- meta.block.switch
- meta.head.switch
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/051.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: namespace
scopesBegin:
- source
- meta.block.namespace
- meta.head.namespace
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/053.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/055.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: enum
scopesBegin:
- source
- meta.block.enum
- meta.head.enum
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/058.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: COMM_Bool
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/059.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/060.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/062.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: typedef
scopesBegin:
- source
scopes:
- keyword.other.typedef
- source: ' foo '
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/064.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/071.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: struct
scopesBegin:
- source
- meta.block.struct
- meta.head.struct
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/072.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: class
scopesBegin:
- source
- meta.block.class
- meta.head.class
scopes:
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/076.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: void
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/079.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: 'template '
scopesBegin:
- source
- source: class
scopesBegin:
- meta.block.class
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/082.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: struct
scopesBegin:
- source
- meta.block.struct
- meta.head.struct
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/083.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/085.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: extern
scopesBegin:
- source
- meta.block.extern
- meta.head.extern
scopes:
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/087.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/088.h.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: //
scopesBegin:
- source
- comment.line.double-slash
scopes:
- punctuation.definition.comment
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/099.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: pthread_rwlockattr_t
scopesBegin:
- source
scopes:
- support.type.posix-reserved.pthread
- support.type.built-in.posix-reserved.pthread
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/100.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/101.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: using
scopesBegin:
- source
- meta.using-namespace
scopes:
- keyword.other.using.directive
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/106.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: template
scopesBegin:
- source
scopes:
- storage.type.template
- source: <
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/110.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/113.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: void
scopesBegin:
- source
- meta.function.definition
scopes:
- meta.qualified_type
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/120.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: //
scopesBegin:
- source
- comment.line.double-slash
scopes:
- punctuation.definition.comment
Expand Down
1 change: 1 addition & 0 deletions test/specs/issues/121.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- source: /*
scopesBegin:
- source
- comment.block
scopes:
- punctuation.definition.comment.begin
Expand Down
2 changes: 2 additions & 0 deletions test/specs/issues/123.cpp.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
- source: bool
scopesBegin:
- source
scopes:
- storage.type.primitive
- storage.type.built-in.primitive
Expand Down
Loading

0 comments on commit cda34d7

Please sign in to comment.