summaryrefslogtreecommitdiffstats
path: root/sd-plugin/src/main/java/org/intellij
Commit message (Expand)AuthorAgeFilesLines
* Minor fix in FieldTypeName rulesariel2021-11-011-2/+2
* Change SdLexerAdapter directorysariel2021-11-013-2/+3
* Add implementations for deprecated methods (Jetbrains requirement)sariel2021-11-011-2/+16
* Fix a missing importsariel2021-11-012-3/+3
* Fix a mistake in KeywordOrIdentifiersariel2021-10-311-1/+1
* Change author name from shahariel to Shahar Arielsariel2021-10-3150-53/+54
* Fix the use of "invokestatic" that may lead to "NoSuchMethodError" exception ...sariel2021-10-311-6/+2
* Change sd.bnf and Java code to enable generating the parser and lexer from th...sariel2021-10-311-0/+58
* Fix some compatibility issuessariel2021-10-313-22/+11
* Change sd.bnf and Java code to enable generating the parser and lexer from th...sariel2021-10-2720-437/+402
* Move sd.flex into lexer packagesariel2021-10-271-1/+1
* Merge branch 'master' into masterShahar Ariel2021-10-2145-5/+50
|\
| * Merge branch 'master' into bratseth/add-missing-copyrightsJon Bratseth2021-10-2049-200/+308
| |\
| * | Add missiung copyrightsJon Bratseth2021-10-2047-5/+52
* | | Add keywords to the syntax highlightersariel2021-10-211-24/+91
* | | change STRING regex to be called STRING_REG, so it won't mix with "string" ty...sariel2021-10-214-11/+12
| |/ |/|
* | Add class headers with description and @author tagsariel2021-10-2049-115/+209
* | Complete grammar, add annotationsariel2021-10-206-86/+102
|/
* Add files via uploadShahar Ariel2021-10-1849-0/+3016