diff options
author | j-james | 2022-10-17 06:25:45 +0000 |
---|---|---|
committer | j-james | 2022-10-17 06:27:55 +0000 |
commit | 3e9bb5fae16c35938bc1f7f7669c12cc355c9331 (patch) | |
tree | 82e1ab837579e7762071ea97c064c0750a38c106 /.idea/libraries | |
parent | 0845be5ec0215fb43f9dbdef00b22a733d4080b3 (diff) |
Basic prototypes of HTML/CSS lexers
Diffstat (limited to '.idea/libraries')
-rw-r--r-- | .idea/libraries/javatuples.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.idea/libraries/javatuples.xml b/.idea/libraries/javatuples.xml new file mode 100644 index 0000000..adca311 --- /dev/null +++ b/.idea/libraries/javatuples.xml @@ -0,0 +1,12 @@ +<component name="libraryTable"> + <library name="javatuples" type="repository"> + <properties maven-id="org.javatuples:javatuples:1.2" /> + <CLASSES> + <root url="jar://$MAVEN_REPOSITORY$/org/javatuples/javatuples/1.2/javatuples-1.2.jar!/" /> + </CLASSES> + <JAVADOC> + <root url="jar://$MAVEN_REPOSITORY$/org/javatuples/javatuples/1.2/javatuples-1.2-javadoc.jar!/" /> + </JAVADOC> + <SOURCES /> + </library> +</component>
\ No newline at end of file |