difftastic/vendor/tree-sitter-lua/corpus/comments.txt

53 lines
559 B
Plaintext

============================================
Comments
============================================
--
-- single-line comment, below an empty single-line comment
--[[
"block comment"
--]]
--[[
"block comment"
]]
-- [[
"not block comment"
--]]
--[==[
"level 2 block comment"
-- ]==]
--[==[
"level 2 block comment"
]==]
-- [==[
"not level 2 block comment"
--]==]
---
(program
(comment)
(comment)
(comment)
(comment)
(comment)
(expression (string))
(comment)
(comment)
(comment)
(comment)
(expression (string))
(comment))