nimble setup
By default builds will not include the ast language framework.
To enable these features pass -D:enableAst=true
respectively.
nimble buildDesktop
or nimble build
to compile the desktop version of the editor.nimble buildDesktop --app:gui -D:forceLogToFile -D:enableGui=true -D:enableTerminal=false
nimble buildDesktop --app:console -D:forceLogToFile -D:enableGui=false -D:enableTerminal=true
cargo build
src
folder which in turn contains the grammar.js
target/release/tree-sitter build-wasm ../dev/nimtreesitter/treesitter_nim/treesitter_nim/nim
nimble buildNimConfigWasm
from the root folder of the repository