- Commit messages should follow the
conventional-changelog-angular
commit message convention.
The following files:
lib/lslint/linux/lslint
lib/lslint/linux32/lslint
lib/lslint/osx/lslint
lib/lslint/windows32/lslint.exe
lib/lslint/windows64/lslint.exe
should be added with git via:
git add --chmod=+x ... # where ... is the full local file path relative to root
or:
git update-index --chmod=+x ... # where ... is the full local file path relative to root
.sublime/
syntaxes/
LSL.sublime-syntax # syntax
tests/
... # syntax test files
Use:
UnitTesting
:
Steps:
- open the syntax file
Tools > Build with ...
- make sure you run all
Syntax Tests
options
- make sure you run all
.sublime/
color-schemes/
LSL.hidden-color-scheme # color scheme
tests/
... # color scheme test files
Use: