lib/theme_check/language_server/protocol.rb in theme-check-1.11.0 vs lib/theme_check/language_server/protocol.rb in theme-check-1.12.0
- old
+ new
@@ -39,7 +39,16 @@
end
module ErrorCodes
INTERNAL_ERROR = -32603
end
+
+ module MarkupKinds
+ PLAIN_TEXT = 'plaintext'
+ MARKDOWN = 'markdown'
+ end
+
+ module CompletionItemTag
+ DEPRECATED = 1
+ end
end
end