mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Introduce a separate #filePath, remove -pound-file
This makes the path behavior more first-class. The feature is now hidden behind an experimental flag, -enable-experimental-concise-pound-file.
This commit is contained in:
@@ -265,6 +265,8 @@ SYNTAX_TOKENS = [
|
||||
serialization_code=73),
|
||||
PoundKeyword('PoundFile', 'file', text='#file',
|
||||
serialization_code=68),
|
||||
PoundKeyword('PoundFilePath', 'filePath', text='#filePath',
|
||||
serialization_code=121),
|
||||
PoundKeyword('PoundColumn', 'column', text='#column',
|
||||
serialization_code=70),
|
||||
PoundKeyword('PoundFunction', 'function', text='#function',
|
||||
|
||||
Reference in New Issue
Block a user