Skip to content

Commit e73a679

Browse files
authored
refactor(apex): rearrange class for readability (#29)
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
1 parent 837b79f commit e73a679

File tree

5 files changed

+640
-688
lines changed

5 files changed

+640
-688
lines changed

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,6 @@ typings/
114114
.pmdCache
115115

116116
demo/scratchpad.*
117+
118+
# temp directory
119+
temp

0 commit comments

Comments
 (0)