Skip to content

Commit

Permalink
refactor(apex): rearrange class for readability (#29)
Browse files Browse the repository at this point in the history
refactor(params): simplify parameter usage, moving most to top-level
Of note: moving keyword lists to a separate file prevents the build/test
process

refactor: moved some matchers to named objects for better readability

test: add illegal strings to prevent recognizing as other languages
(clojure, gams, mathematica)

test: update expected markup after removing extra scope words
dschach authored Nov 6, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 837b79f commit e73a679
Showing 5 changed files with 640 additions and 688 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -114,3 +114,6 @@ typings/
.pmdCache

demo/scratchpad.*

# temp directory
temp
Loading

0 comments on commit e73a679

Please sign in to comment.