mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-14 19:11:46 -07:00
BAPFS Lecture 13
This commit is contained in:
1056
Editor/Lectures/Lecture.13.gd
Normal file
1056
Editor/Lectures/Lecture.13.gd
Normal file
File diff suppressed because it is too large
Load Diff
@ -44,8 +44,8 @@ const TokenType = \
|
||||
const TokenSpec = \
|
||||
{
|
||||
# Comments
|
||||
TokenType.CommentLine : "^\/\/.*",
|
||||
TokenType.CommentMultiLine : "^\/\\*[\\s\\S]*?\\*\\/",
|
||||
TokenType.CommentLine : "^\\/\\/.*",
|
||||
TokenType.CommentMultiLine : "^\\/\\*[\\s\\S]*?\\*\\/",
|
||||
|
||||
# Formatting
|
||||
TokenType.Whitespace : "^\\s+",
|
||||
|
Reference in New Issue
Block a user