File tree 1 file changed +20
-22
lines changed
1 file changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -151,30 +151,28 @@ export const precedencegroupKeywords = [
151
151
152
152
// Keywords that start with a number sign (#).
153
153
// #(un)available is handled separately.
154
- export const numberSignKeywordsRaw = [
155
- 'colorLiteral' ,
156
- 'column' ,
157
- 'dsohandle' ,
158
- 'else' ,
159
- 'elseif' ,
160
- 'endif' ,
161
- 'error' ,
162
- 'file' ,
163
- 'fileID' ,
164
- 'fileLiteral' ,
165
- 'filePath' ,
166
- 'function' ,
167
- 'if' ,
168
- 'imageLiteral' ,
169
- 'keyPath' ,
170
- 'line' ,
171
- 'selector' ,
172
- 'sourceLocation' ,
173
- 'warning'
154
+ export const numberSignKeywords = [
155
+ '# colorLiteral' ,
156
+ '# column' ,
157
+ '# dsohandle' ,
158
+ '# else' ,
159
+ '# elseif' ,
160
+ '# endif' ,
161
+ '# error' ,
162
+ '# file' ,
163
+ '# fileID' ,
164
+ '# fileLiteral' ,
165
+ '# filePath' ,
166
+ '# function' ,
167
+ '# if' ,
168
+ '# imageLiteral' ,
169
+ '# keyPath' ,
170
+ '# line' ,
171
+ '# selector' ,
172
+ '# sourceLocation' ,
173
+ '# warning'
174
174
] ;
175
175
176
- export const numberSignKeywords = numberSignKeywordsRaw . map ( x => `#${ x } ` ) ;
177
-
178
176
// Global functions in the Standard Library.
179
177
export const builtIns = [
180
178
'abs' ,
You can’t perform that action at this time.
0 commit comments