mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-04 20:46:29 +03:00
Added x86 assembly syntax highlighting (Closes SpartanJ/ecode#75).
Added PICO8 syntax highlighting. Added PSQL syntax highlighting. Added Haskell linter, formatter and LSP support. Improved JSON syntax definition to CPP. Cleaning up SyntaxDefinitionManager.
This commit is contained in:
@@ -16,7 +16,7 @@ namespace EE { namespace UI { namespace Doc {
|
||||
class EE_API SyntaxDefinitionManager {
|
||||
SINGLETON_DECLARE_HEADERS( SyntaxDefinitionManager )
|
||||
public:
|
||||
static std::string toCPP( const SyntaxDefinition& def );
|
||||
static std::pair<std::string, std::string> toCPP( const SyntaxDefinition& def );
|
||||
|
||||
SyntaxDefinition& add( SyntaxDefinition&& syntaxStyle );
|
||||
|
||||
@@ -69,7 +69,6 @@ class EE_API SyntaxDefinitionManager {
|
||||
std::vector<SyntaxDefinition> mDefinitions;
|
||||
|
||||
std::optional<size_t> getLanguageIndex( const std::string& langName );
|
||||
|
||||
};
|
||||
|
||||
}}} // namespace EE::UI::Doc
|
||||
|
||||
Reference in New Issue
Block a user