Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions script/provider/formatting.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,8 @@ function m.updateNonStandardSymbols(symbols)
return
end

local eqTokens = {}
for _, token in ipairs(symbols) do
if token:find("=") and token ~= "!=" then
table.insert(eqTokens, token)
end
end

if #eqTokens ~= 0 then
codeFormat.set_nonstandard_symbol()
end
codeFormat.set_nonstandard_symbol()
end

config.watch(function(uri, key, value)
Expand Down