Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lua-language-server-srb2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LJ Sonic
lua-language-server-srb2
Commits
dab59d5c
Commit
dab59d5c
authored
1 year ago
by
CppCXY
Browse files
Options
Downloads
Patches
Plain Diff
support c like comments
parent
bd89d294
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
3rd/EmmyLuaCodeStyle
+1
-1
1 addition, 1 deletion
3rd/EmmyLuaCodeStyle
script/provider/formatting.lua
+5
-0
5 additions, 0 deletions
script/provider/formatting.lua
with
6 additions
and
1 deletion
EmmyLuaCodeStyle
@
ebcd76a2
Compare
7b94e882
...
ebcd76a2
Subproject commit
7b94e88206d9a6a1f0281a9338e1b264a810e7e3
Subproject commit
ebcd76a256ad5b36b9645ae89ca17360bafbdc2a
This diff is collapsed.
Click to expand it.
script/provider/formatting.lua
+
5
−
0
View file @
dab59d5c
...
...
@@ -82,6 +82,11 @@ function m.updateNonStandardSymbols(symbols)
return
end
for
_
,
symbol
in
ipairs
(
symbols
)
do
if
symbol
==
"//"
then
codeFormat
.
set_clike_comments_symbol
()
end
end
codeFormat
.
set_nonstandard_symbol
()
end
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment