Skip to content

Latest commit

 

History

History
74 lines (47 loc) · 1.94 KB

README_EN.md

File metadata and controls

74 lines (47 loc) · 1.94 KB

EmmyLuaCodeStyle

If possible, you can help me improve the English document

Editor Support

vscode: vscode-EmmyLuaCodeStyle vscode-Lua

intellij: intellij-EmmyLuaCodeStyle

neovim: Lua Language Server

Project Introduction

The project is not a specification for the Lua code format, this project is an example of Lua code analysis\formatting\code diagnosis algorithm library and language service based on C++

The main pursuit of this project is reasonable formatting and diagnosis of various code styles

In addition to providing language service examples, the project also provides an independent command line tool CodeFormat, which can be used for batch code formatting and code style checking.

Feature

  • Document formatting
  • Range formatting
  • Code format check
  • Code spell check
  • Can be used as a lua library/cli tool/C++ parsing lua library/language server

RoadMap

  • plugin[0%]

Document

Contribute

Any pr or issue are welcome

Build

If you want to compile the project yourself, make sure that your compiler can basically support C++20:

  • VS2019 16.10 and above
  • gcc 10 and above
  • clang 10 and above
mkdir build && cd build
cmake ..
cmake --build . 

Developed By

@CppCXY

Contributors

@obszczymucha

@Rainer Poisel

@AndreaWalchshoferSCCH

@一醉青衫

License

MIT