├── .gitignore ├── Editor.meta ├── Editor ├── CommentBackground.png ├── CommentBackground.png.meta ├── CommentDrawer.cs ├── CommentDrawer.cs.meta ├── CommentEditor.cs ├── CommentEditor.cs.meta ├── CommentTooltipPopup.cs ├── CommentTooltipPopup.cs.meta ├── CommentUtility.cs ├── CommentUtility.cs.meta ├── Comments.Editor.asmdef ├── Comments.Editor.asmdef.meta ├── FieldCommentFinder.cs ├── FieldCommentFinder.cs.meta ├── ModifierDrawer.cs ├── ModifierDrawer.cs.meta ├── Plugins.meta ├── Plugins │ ├── Antlr4.meta │ ├── Antlr4 │ │ ├── Antlr4.csproj.meta │ │ ├── Antlr4.snk │ │ ├── Antlr4.snk.meta │ │ ├── AntlrFileStream.cs │ │ ├── AntlrFileStream.cs.meta │ │ ├── AntlrInputStream.cs │ │ ├── AntlrInputStream.cs.meta │ │ ├── Atn.meta │ │ ├── Atn │ │ │ ├── ATN.cs │ │ │ ├── ATN.cs.meta │ │ │ ├── ATNConfig.cs │ │ │ ├── ATNConfig.cs.meta │ │ │ ├── ATNConfigSet.cs │ │ │ ├── ATNConfigSet.cs.meta │ │ │ ├── ATNDeserializationOptions.cs │ │ │ ├── ATNDeserializationOptions.cs.meta │ │ │ ├── ATNDeserializer.cs │ │ │ ├── ATNDeserializer.cs.meta │ │ │ ├── ATNSimulator.cs │ │ │ ├── ATNSimulator.cs.meta │ │ │ ├── ATNState.cs │ │ │ ├── ATNState.cs.meta │ │ │ ├── ATNType.cs │ │ │ ├── ATNType.cs.meta │ │ │ ├── AbstractPredicateTransition.cs │ │ │ ├── AbstractPredicateTransition.cs.meta │ │ │ ├── ActionTransition.cs │ │ │ ├── ActionTransition.cs.meta │ │ │ ├── AmbiguityInfo.cs │ │ │ ├── AmbiguityInfo.cs.meta │ │ │ ├── ArrayPredictionContext.cs │ │ │ ├── ArrayPredictionContext.cs.meta │ │ │ ├── AtomTransition.cs │ │ │ ├── AtomTransition.cs.meta │ │ │ ├── BasicBlockStartState.cs │ │ │ ├── BasicBlockStartState.cs.meta │ │ │ ├── BasicState.cs │ │ │ ├── BasicState.cs.meta │ │ │ ├── BlockEndState.cs │ │ │ ├── BlockEndState.cs.meta │ │ │ ├── BlockStartState.cs │ │ │ ├── BlockStartState.cs.meta │ │ │ ├── ConflictInfo.cs │ │ │ ├── ConflictInfo.cs.meta │ │ │ ├── ContextSensitivityInfo.cs │ │ │ ├── ContextSensitivityInfo.cs.meta │ │ │ ├── DecisionEventInfo.cs │ │ │ ├── DecisionEventInfo.cs.meta │ │ │ ├── DecisionInfo.cs │ │ │ ├── DecisionInfo.cs.meta │ │ │ ├── DecisionState.cs │ │ │ ├── DecisionState.cs.meta │ │ │ ├── EmptyPredictionContext.cs │ │ │ ├── EmptyPredictionContext.cs.meta │ │ │ ├── EpsilonTransition.cs │ │ │ ├── EpsilonTransition.cs.meta │ │ │ ├── ErrorInfo.cs │ │ │ ├── ErrorInfo.cs.meta │ │ │ ├── ILexerAction.cs │ │ │ ├── ILexerAction.cs.meta │ │ │ ├── LL1Analyzer.cs │ │ │ ├── LL1Analyzer.cs.meta │ │ │ ├── LexerATNConfig.cs │ │ │ ├── LexerATNConfig.cs.meta │ │ │ ├── LexerATNSimulator.cs │ │ │ ├── LexerATNSimulator.cs.meta │ │ │ ├── LexerActionExecutor.cs │ │ │ ├── LexerActionExecutor.cs.meta │ │ │ ├── LexerActionType.cs │ │ │ ├── LexerActionType.cs.meta │ │ │ ├── LexerChannelAction.cs │ │ │ ├── LexerChannelAction.cs.meta │ │ │ ├── LexerCustomAction.cs │ │ │ ├── LexerCustomAction.cs.meta │ │ │ ├── LexerIndexedCustomAction.cs │ │ │ ├── LexerIndexedCustomAction.cs.meta │ │ │ ├── LexerModeAction.cs │ │ │ ├── LexerModeAction.cs.meta │ │ │ ├── LexerMoreAction.cs │ │ │ ├── LexerMoreAction.cs.meta │ │ │ ├── LexerPopModeAction.cs │ │ │ ├── LexerPopModeAction.cs.meta │ │ │ ├── LexerPushModeAction.cs │ │ │ ├── LexerPushModeAction.cs.meta │ │ │ ├── LexerSkipAction.cs │ │ │ ├── LexerSkipAction.cs.meta │ │ │ ├── LexerTypeAction.cs │ │ │ ├── LexerTypeAction.cs.meta │ │ │ ├── LookaheadEventInfo.cs │ │ │ ├── LookaheadEventInfo.cs.meta │ │ │ ├── LoopEndState.cs │ │ │ ├── LoopEndState.cs.meta │ │ │ ├── MergeCache.cs │ │ │ ├── MergeCache.cs.meta │ │ │ ├── NotSetTransition.cs │ │ │ ├── NotSetTransition.cs.meta │ │ │ ├── ParseInfo.cs │ │ │ ├── ParseInfo.cs.meta │ │ │ ├── ParserATNSimulator.cs │ │ │ ├── ParserATNSimulator.cs.meta │ │ │ ├── PlusBlockStartState.cs │ │ │ ├── PlusBlockStartState.cs.meta │ │ │ ├── PlusLoopbackState.cs │ │ │ ├── PlusLoopbackState.cs.meta │ │ │ ├── PrecedencePredicateTransition.cs │ │ │ ├── PrecedencePredicateTransition.cs.meta │ │ │ ├── PredicateEvalInfo.cs │ │ │ ├── PredicateEvalInfo.cs.meta │ │ │ ├── PredicateTransition.cs │ │ │ ├── PredicateTransition.cs.meta │ │ │ ├── PredictionContext.cs │ │ │ ├── PredictionContext.cs.meta │ │ │ ├── PredictionContextCache.cs │ │ │ ├── PredictionContextCache.cs.meta │ │ │ ├── PredictionMode.cs │ │ │ ├── PredictionMode.cs.meta │ │ │ ├── ProfilingATNSimulator.cs │ │ │ ├── ProfilingATNSimulator.cs.meta │ │ │ ├── RangeTransition.cs │ │ │ ├── RangeTransition.cs.meta │ │ │ ├── RuleStartState.cs │ │ │ ├── RuleStartState.cs.meta │ │ │ ├── RuleStopState.cs │ │ │ ├── RuleStopState.cs.meta │ │ │ ├── RuleTransition.cs │ │ │ ├── RuleTransition.cs.meta │ │ │ ├── SemanticContext.cs │ │ │ ├── SemanticContext.cs.meta │ │ │ ├── SetTransition.cs │ │ │ ├── SetTransition.cs.meta │ │ │ ├── SimulatorState.cs │ │ │ ├── SimulatorState.cs.meta │ │ │ ├── SingletonPredictionContext.cs │ │ │ ├── SingletonPredictionContext.cs.meta │ │ │ ├── StarBlockStartState.cs │ │ │ ├── StarBlockStartState.cs.meta │ │ │ ├── StarLoopEntryState.cs │ │ │ ├── StarLoopEntryState.cs.meta │ │ │ ├── StarLoopbackState.cs │ │ │ ├── StarLoopbackState.cs.meta │ │ │ ├── StateType.cs │ │ │ ├── StateType.cs.meta │ │ │ ├── TokensStartState.cs │ │ │ ├── TokensStartState.cs.meta │ │ │ ├── Transition.cs │ │ │ ├── Transition.cs.meta │ │ │ ├── TransitionType.cs │ │ │ ├── TransitionType.cs.meta │ │ │ ├── WildcardTransition.cs │ │ │ └── WildcardTransition.cs.meta │ │ ├── BailErrorStrategy.cs │ │ ├── BailErrorStrategy.cs.meta │ │ ├── BaseErrorListener.cs │ │ ├── BaseErrorListener.cs.meta │ │ ├── BufferedTokenStream.cs │ │ ├── BufferedTokenStream.cs.meta │ │ ├── CharStreams.cs │ │ ├── CharStreams.cs.meta │ │ ├── CommonToken.cs │ │ ├── CommonToken.cs.meta │ │ ├── CommonTokenFactory.cs │ │ ├── CommonTokenFactory.cs.meta │ │ ├── CommonTokenStream.cs │ │ ├── CommonTokenStream.cs.meta │ │ ├── ConsoleErrorListener.cs │ │ ├── ConsoleErrorListener.cs.meta │ │ ├── DefaultErrorStrategy.cs │ │ ├── DefaultErrorStrategy.cs.meta │ │ ├── Dependents.cs │ │ ├── Dependents.cs.meta │ │ ├── Dfa.meta │ │ ├── Dfa │ │ │ ├── AbstractEdgeMap.cs │ │ │ ├── AbstractEdgeMap.cs.meta │ │ │ ├── AcceptStateInfo.cs │ │ │ ├── AcceptStateInfo.cs.meta │ │ │ ├── ArrayEdgeMap.cs │ │ │ ├── ArrayEdgeMap.cs.meta │ │ │ ├── DFA.cs │ │ │ ├── DFA.cs.meta │ │ │ ├── DFASerializer.cs │ │ │ ├── DFASerializer.cs.meta │ │ │ ├── DFAState.cs │ │ │ ├── DFAState.cs.meta │ │ │ ├── EmptyEdgeMap.cs │ │ │ ├── EmptyEdgeMap.cs.meta │ │ │ ├── IEdgeMap.cs │ │ │ ├── IEdgeMap.cs.meta │ │ │ ├── LexerDFASerializer.cs │ │ │ ├── LexerDFASerializer.cs.meta │ │ │ ├── SingletonEdgeMap.cs │ │ │ ├── SingletonEdgeMap.cs.meta │ │ │ ├── SparseEdgeMap.cs │ │ │ └── SparseEdgeMap.cs.meta │ │ ├── DiagnosticErrorListener.cs │ │ ├── DiagnosticErrorListener.cs.meta │ │ ├── FailedPredicateException.cs │ │ ├── FailedPredicateException.cs.meta │ │ ├── IAntlrErrorListener.cs │ │ ├── IAntlrErrorListener.cs.meta │ │ ├── IAntlrErrorStrategy.cs │ │ ├── IAntlrErrorStrategy.cs.meta │ │ ├── ICharStream.cs │ │ ├── ICharStream.cs.meta │ │ ├── IIntStream.cs │ │ ├── IIntStream.cs.meta │ │ ├── IParserErrorListener.cs │ │ ├── IParserErrorListener.cs.meta │ │ ├── IRecognizer.cs │ │ ├── IRecognizer.cs.meta │ │ ├── IToken.cs │ │ ├── IToken.cs.meta │ │ ├── ITokenFactory.cs │ │ ├── ITokenFactory.cs.meta │ │ ├── ITokenSource.cs │ │ ├── ITokenSource.cs.meta │ │ ├── ITokenStream.cs │ │ ├── ITokenStream.cs.meta │ │ ├── IVocabulary.cs │ │ ├── IVocabulary.cs.meta │ │ ├── IWritableToken.cs │ │ ├── IWritableToken.cs.meta │ │ ├── InputMismatchException.cs │ │ ├── InputMismatchException.cs.meta │ │ ├── InterpreterRuleContext.cs │ │ ├── InterpreterRuleContext.cs.meta │ │ ├── Lexer.cs │ │ ├── Lexer.cs.meta │ │ ├── LexerInterpreter.cs │ │ ├── LexerInterpreter.cs.meta │ │ ├── LexerNoViableAltException.cs │ │ ├── LexerNoViableAltException.cs.meta │ │ ├── ListTokenSource.cs │ │ ├── ListTokenSource.cs.meta │ │ ├── Misc.meta │ │ ├── Misc │ │ │ ├── Args.cs │ │ │ ├── Args.cs.meta │ │ │ ├── ArrayList.cs │ │ │ ├── ArrayList.cs.meta │ │ │ ├── IIntSet.cs │ │ │ ├── IIntSet.cs.meta │ │ │ ├── Interval.cs │ │ │ ├── Interval.cs.meta │ │ │ ├── IntervalSet.cs │ │ │ ├── IntervalSet.cs.meta │ │ │ ├── MultiMap.cs │ │ │ ├── MultiMap.cs.meta │ │ │ ├── MurmurHash.cs │ │ │ ├── MurmurHash.cs.meta │ │ │ ├── NotNullAttribute.cs │ │ │ ├── NotNullAttribute.cs.meta │ │ │ ├── NullableAttribute.cs │ │ │ ├── NullableAttribute.cs.meta │ │ │ ├── Pair.cs │ │ │ ├── Pair.cs.meta │ │ │ ├── ParseCanceledException.cs │ │ │ ├── ParseCanceledException.cs.meta │ │ │ ├── RuleDependencyChecker.cs │ │ │ ├── RuleDependencyChecker.cs.meta │ │ │ ├── Utils.cs │ │ │ └── Utils.cs.meta │ │ ├── NoViableAltException.cs │ │ ├── NoViableAltException.cs.meta │ │ ├── Parser.cs │ │ ├── Parser.cs.meta │ │ ├── ParserInterpreter.cs │ │ ├── ParserInterpreter.cs.meta │ │ ├── ParserRuleContext.cs │ │ ├── ParserRuleContext.cs.meta │ │ ├── Properties.meta │ │ ├── Properties │ │ │ ├── AssemblyInfo.cs │ │ │ └── AssemblyInfo.cs.meta │ │ ├── ProxyErrorListener.cs │ │ ├── ProxyErrorListener.cs.meta │ │ ├── ProxyParserErrorListener.cs │ │ ├── ProxyParserErrorListener.cs.meta │ │ ├── README.md │ │ ├── README.md.meta │ │ ├── RecognitionException.cs │ │ ├── RecognitionException.cs.meta │ │ ├── Recognizer.cs │ │ ├── Recognizer.cs.meta │ │ ├── RuleContext.cs │ │ ├── RuleContext.cs.meta │ │ ├── RuleDependencyAttribute.cs │ │ ├── RuleDependencyAttribute.cs.meta │ │ ├── RuleVersionAttribute.cs │ │ ├── RuleVersionAttribute.cs.meta │ │ ├── Sharpen.meta │ │ ├── Sharpen │ │ │ ├── Arrays.cs │ │ │ ├── Arrays.cs.meta │ │ │ ├── AtomicReference.cs │ │ │ ├── AtomicReference.cs.meta │ │ │ ├── BitSet.cs │ │ │ ├── BitSet.cs.meta │ │ │ ├── Collections.cs │ │ │ ├── Collections.cs.meta │ │ │ ├── DictionaryExtensions.cs │ │ │ ├── DictionaryExtensions.cs.meta │ │ │ ├── ListExtensions.cs │ │ │ ├── ListExtensions.cs.meta │ │ │ ├── Runtime.cs │ │ │ ├── Runtime.cs.meta │ │ │ ├── SequenceEqualityComparer.cs │ │ │ └── SequenceEqualityComparer.cs.meta │ │ ├── TokenStreamRewriter.cs │ │ ├── TokenStreamRewriter.cs.meta │ │ ├── TokenTypes.cs │ │ ├── TokenTypes.cs.meta │ │ ├── Tree.meta │ │ ├── Tree │ │ │ ├── AbstractParseTreeVisitor.cs │ │ │ ├── AbstractParseTreeVisitor.cs.meta │ │ │ ├── ErrorNodeImpl.cs │ │ │ ├── ErrorNodeImpl.cs.meta │ │ │ ├── IErrorNode.cs │ │ │ ├── IErrorNode.cs.meta │ │ │ ├── IParseTree.cs │ │ │ ├── IParseTree.cs.meta │ │ │ ├── IParseTreeListener.cs │ │ │ ├── IParseTreeListener.cs.meta │ │ │ ├── IParseTreeVisitor.cs │ │ │ ├── IParseTreeVisitor.cs.meta │ │ │ ├── IRuleNode.cs │ │ │ ├── IRuleNode.cs.meta │ │ │ ├── ISyntaxTree.cs │ │ │ ├── ISyntaxTree.cs.meta │ │ │ ├── ITerminalNode.cs │ │ │ ├── ITerminalNode.cs.meta │ │ │ ├── ITree.cs │ │ │ ├── ITree.cs.meta │ │ │ ├── ParseTreeProperty.cs │ │ │ ├── ParseTreeProperty.cs.meta │ │ │ ├── ParseTreeWalker.cs │ │ │ ├── ParseTreeWalker.cs.meta │ │ │ ├── Pattern.meta │ │ │ ├── Pattern │ │ │ │ ├── Chunk.cs │ │ │ │ ├── Chunk.cs.meta │ │ │ │ ├── ParseTreeMatch.cs │ │ │ │ ├── ParseTreeMatch.cs.meta │ │ │ │ ├── ParseTreePattern.cs │ │ │ │ ├── ParseTreePattern.cs.meta │ │ │ │ ├── ParseTreePatternMatcher.cs │ │ │ │ ├── ParseTreePatternMatcher.cs.meta │ │ │ │ ├── RuleTagToken.cs │ │ │ │ ├── RuleTagToken.cs.meta │ │ │ │ ├── TagChunk.cs │ │ │ │ ├── TagChunk.cs.meta │ │ │ │ ├── TextChunk.cs │ │ │ │ ├── TextChunk.cs.meta │ │ │ │ ├── TokenTagToken.cs │ │ │ │ └── TokenTagToken.cs.meta │ │ │ ├── TerminalNodeImpl.cs │ │ │ ├── TerminalNodeImpl.cs.meta │ │ │ ├── Trees.cs │ │ │ ├── Trees.cs.meta │ │ │ ├── Xpath.meta │ │ │ └── Xpath │ │ │ │ ├── XPath.cs │ │ │ │ ├── XPath.cs.meta │ │ │ │ ├── XPathElement.cs │ │ │ │ ├── XPathElement.cs.meta │ │ │ │ ├── XPathLexer.cs │ │ │ │ ├── XPathLexer.cs.meta │ │ │ │ ├── XPathLexer.g4 │ │ │ │ ├── XPathLexer.g4.meta │ │ │ │ ├── XPathLexer.tokens │ │ │ │ ├── XPathLexer.tokens.meta │ │ │ │ ├── XPathLexerErrorListener.cs │ │ │ │ ├── XPathLexerErrorListener.cs.meta │ │ │ │ ├── XPathRuleAnywhereElement.cs │ │ │ │ ├── XPathRuleAnywhereElement.cs.meta │ │ │ │ ├── XPathRuleElement.cs │ │ │ │ ├── XPathRuleElement.cs.meta │ │ │ │ ├── XPathTokenAnywhereElement.cs │ │ │ │ ├── XPathTokenAnywhereElement.cs.meta │ │ │ │ ├── XPathTokenElement.cs │ │ │ │ ├── XPathTokenElement.cs.meta │ │ │ │ ├── XPathWildcardAnywhereElement.cs │ │ │ │ ├── XPathWildcardAnywhereElement.cs.meta │ │ │ │ ├── XPathWildcardElement.cs │ │ │ │ └── XPathWildcardElement.cs.meta │ │ ├── UnbufferedCharStream.cs │ │ ├── UnbufferedCharStream.cs.meta │ │ ├── UnbufferedTokenStream.cs │ │ ├── UnbufferedTokenStream.cs.meta │ │ ├── Vocabulary.cs │ │ └── Vocabulary.cs.meta │ ├── CSharp Grammar.meta │ └── CSharp Grammar │ │ ├── .antlr │ │ ├── CSharpLexer.interp │ │ ├── CSharpLexer.java │ │ └── CSharpLexer.tokens │ │ ├── CSharp.meta │ │ ├── CSharp │ │ ├── CSharpLexerBase.cs │ │ ├── CSharpLexerBase.cs.meta │ │ ├── CSharpParserBase.cs │ │ ├── CSharpParserBase.cs.meta │ │ ├── CSharpPreprocessorParser.g4 │ │ ├── CSharpPreprocessorParser.g4.meta │ │ ├── CSharpPreprocessorParserBase.cs │ │ └── CSharpPreprocessorParserBase.cs.meta │ │ ├── CSharpLexer.cs │ │ ├── CSharpLexer.cs.meta │ │ ├── CSharpLexer.g4 │ │ ├── CSharpLexer.g4.meta │ │ ├── CSharpLexer.interp │ │ ├── CSharpLexer.interp.meta │ │ ├── CSharpLexer.tokens │ │ ├── CSharpLexer.tokens.meta │ │ ├── CSharpParser.cs │ │ ├── CSharpParser.cs.meta │ │ ├── CSharpParser.g4 │ │ ├── CSharpParser.g4.meta │ │ ├── CSharpParser.interp │ │ ├── CSharpParser.interp.meta │ │ ├── CSharpParser.tokens │ │ ├── CSharpParser.tokens.meta │ │ ├── CSharpParserBaseListener.cs │ │ ├── CSharpParserBaseListener.cs.meta │ │ ├── CSharpParserListener.cs │ │ ├── CSharpParserListener.cs.meta │ │ ├── CSharpPreprocessorParser.cs │ │ ├── CSharpPreprocessorParser.cs.meta │ │ ├── CSharpPreprocessorParser.g4 │ │ ├── CSharpPreprocessorParser.g4.meta │ │ ├── CSharpPreprocessorParser.interp │ │ ├── CSharpPreprocessorParser.interp.meta │ │ ├── CSharpPreprocessorParser.tokens │ │ ├── CSharpPreprocessorParser.tokens.meta │ │ ├── CSharpPreprocessorParserBaseListener.cs │ │ ├── CSharpPreprocessorParserBaseListener.cs.meta │ │ ├── CSharpPreprocessorParserListener.cs │ │ ├── CSharpPreprocessorParserListener.cs.meta │ │ ├── antlr-4.13.1-complete.jar │ │ ├── antlr-4.13.1-complete.jar.meta │ │ ├── regenerate.bat │ │ └── regenerate.bat.meta ├── Reflectionx.cs ├── Reflectionx.cs.meta ├── VisualElementx.cs └── VisualElementx.cs.meta ├── LICENSE.txt ├── LICENSE.txt.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── Comment.cs ├── Comment.cs.meta ├── CommentAttribute.cs ├── CommentAttribute.cs.meta ├── Comments.asmdef └── Comments.asmdef.meta ├── package.json └── package.json.meta /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/.gitignore -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/CommentBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentBackground.png -------------------------------------------------------------------------------- /Editor/CommentBackground.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentBackground.png.meta -------------------------------------------------------------------------------- /Editor/CommentDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentDrawer.cs -------------------------------------------------------------------------------- /Editor/CommentDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ca1753e1aa4efab5fedfbbbafc7493 3 | timeCreated: 1701714124 -------------------------------------------------------------------------------- /Editor/CommentEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentEditor.cs -------------------------------------------------------------------------------- /Editor/CommentEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentEditor.cs.meta -------------------------------------------------------------------------------- /Editor/CommentTooltipPopup.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentTooltipPopup.cs -------------------------------------------------------------------------------- /Editor/CommentTooltipPopup.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0073e2badb674e04b4e24278620fe556 3 | timeCreated: 1701732517 -------------------------------------------------------------------------------- /Editor/CommentUtility.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/CommentUtility.cs -------------------------------------------------------------------------------- /Editor/CommentUtility.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e59d48ac7bac44bb81ef327cb2f18cfa 3 | timeCreated: 1701794844 -------------------------------------------------------------------------------- /Editor/Comments.Editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Comments.Editor.asmdef -------------------------------------------------------------------------------- /Editor/Comments.Editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Comments.Editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/FieldCommentFinder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/FieldCommentFinder.cs -------------------------------------------------------------------------------- /Editor/FieldCommentFinder.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a7192dc2d0af4f1b9df6b6453b4d33ed 3 | timeCreated: 1701822948 -------------------------------------------------------------------------------- /Editor/ModifierDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/ModifierDrawer.cs -------------------------------------------------------------------------------- /Editor/ModifierDrawer.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: bb3087caf2cb4127ad1bb460e5eaa857 3 | timeCreated: 1701787899 -------------------------------------------------------------------------------- /Editor/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Antlr4.csproj.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Antlr4.csproj.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Antlr4.snk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Antlr4.snk -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Antlr4.snk.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Antlr4.snk.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/AntlrFileStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/AntlrFileStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/AntlrFileStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/AntlrFileStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/AntlrInputStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/AntlrInputStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/AntlrInputStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/AntlrInputStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATN.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATN.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATN.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATN.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNConfig.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNConfig.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNConfigSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNConfigSet.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNConfigSet.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNConfigSet.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNDeserializationOptions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNDeserializationOptions.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNDeserializationOptions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNDeserializationOptions.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNDeserializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNDeserializer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNDeserializer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNDeserializer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNSimulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNSimulator.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNSimulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNSimulator.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNType.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ATNType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ATNType.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AbstractPredicateTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AbstractPredicateTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AbstractPredicateTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AbstractPredicateTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ActionTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ActionTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ActionTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ActionTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AmbiguityInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AmbiguityInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AmbiguityInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AmbiguityInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ArrayPredictionContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ArrayPredictionContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ArrayPredictionContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ArrayPredictionContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AtomTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AtomTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/AtomTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/AtomTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BasicBlockStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BasicBlockStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BasicBlockStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BasicBlockStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BasicState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BasicState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BasicState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BasicState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BlockEndState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BlockEndState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BlockEndState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BlockEndState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BlockStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BlockStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/BlockStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/BlockStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ConflictInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ConflictInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ConflictInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ConflictInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ContextSensitivityInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ContextSensitivityInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ContextSensitivityInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ContextSensitivityInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionEventInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionEventInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionEventInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionEventInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/DecisionState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/DecisionState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/EmptyPredictionContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/EmptyPredictionContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/EmptyPredictionContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/EmptyPredictionContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/EpsilonTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/EpsilonTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/EpsilonTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/EpsilonTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ErrorInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ErrorInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ErrorInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ErrorInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ILexerAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ILexerAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ILexerAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ILexerAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LL1Analyzer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LL1Analyzer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LL1Analyzer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LL1Analyzer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerATNConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerATNConfig.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerATNConfig.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerATNConfig.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerATNSimulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerATNSimulator.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerATNSimulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerATNSimulator.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerActionExecutor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerActionExecutor.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerActionExecutor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerActionExecutor.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerActionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerActionType.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerActionType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerActionType.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerChannelAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerChannelAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerChannelAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerChannelAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerCustomAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerCustomAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerCustomAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerCustomAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerIndexedCustomAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerIndexedCustomAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerIndexedCustomAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerIndexedCustomAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerModeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerModeAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerModeAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerModeAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerMoreAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerMoreAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerMoreAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerMoreAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerPopModeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerPopModeAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerPopModeAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerPopModeAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerPushModeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerPushModeAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerPushModeAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerPushModeAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerSkipAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerSkipAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerSkipAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerSkipAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerTypeAction.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerTypeAction.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LexerTypeAction.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LexerTypeAction.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LookaheadEventInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LookaheadEventInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LookaheadEventInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LookaheadEventInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LoopEndState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LoopEndState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/LoopEndState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/LoopEndState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/MergeCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/MergeCache.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/MergeCache.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/MergeCache.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/NotSetTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/NotSetTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/NotSetTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/NotSetTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ParseInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ParseInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ParseInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ParseInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ParserATNSimulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ParserATNSimulator.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ParserATNSimulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ParserATNSimulator.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PlusBlockStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PlusBlockStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PlusBlockStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PlusBlockStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PlusLoopbackState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PlusLoopbackState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PlusLoopbackState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PlusLoopbackState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PrecedencePredicateTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PrecedencePredicateTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PrecedencePredicateTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PrecedencePredicateTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredicateEvalInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredicateEvalInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredicateEvalInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredicateEvalInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredicateTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredicateTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredicateTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredicateTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionContextCache.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionContextCache.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionContextCache.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionContextCache.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionMode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionMode.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/PredictionMode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/PredictionMode.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ProfilingATNSimulator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ProfilingATNSimulator.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/ProfilingATNSimulator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/ProfilingATNSimulator.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RangeTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RangeTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RangeTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RangeTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleStopState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleStopState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleStopState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleStopState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/RuleTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/RuleTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SemanticContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SemanticContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SemanticContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SemanticContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SetTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SetTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SetTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SetTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SimulatorState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SimulatorState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SimulatorState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SimulatorState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SingletonPredictionContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SingletonPredictionContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/SingletonPredictionContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/SingletonPredictionContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarBlockStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarBlockStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarBlockStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarBlockStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarLoopEntryState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarLoopEntryState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarLoopEntryState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarLoopEntryState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarLoopbackState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarLoopbackState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StarLoopbackState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StarLoopbackState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StateType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StateType.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/StateType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/StateType.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/TokensStartState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/TokensStartState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/TokensStartState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/TokensStartState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/Transition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/Transition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/Transition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/Transition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/TransitionType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/TransitionType.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/TransitionType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/TransitionType.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/WildcardTransition.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/WildcardTransition.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Atn/WildcardTransition.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Atn/WildcardTransition.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BailErrorStrategy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BailErrorStrategy.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BailErrorStrategy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BailErrorStrategy.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BaseErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BaseErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BaseErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BaseErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BufferedTokenStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BufferedTokenStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/BufferedTokenStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/BufferedTokenStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CharStreams.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CharStreams.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CharStreams.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CharStreams.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonToken.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonToken.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonTokenFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonTokenFactory.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonTokenFactory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonTokenFactory.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonTokenStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonTokenStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/CommonTokenStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/CommonTokenStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ConsoleErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ConsoleErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ConsoleErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ConsoleErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/DefaultErrorStrategy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/DefaultErrorStrategy.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/DefaultErrorStrategy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/DefaultErrorStrategy.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dependents.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dependents.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dependents.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dependents.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/AbstractEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/AbstractEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/AbstractEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/AbstractEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/AcceptStateInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/AcceptStateInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/AcceptStateInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/AcceptStateInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/ArrayEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/ArrayEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/ArrayEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/ArrayEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFA.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFA.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFA.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFA.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFASerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFASerializer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFASerializer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFASerializer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFAState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFAState.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/DFAState.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/DFAState.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/EmptyEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/EmptyEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/EmptyEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/EmptyEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/IEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/IEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/IEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/IEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/LexerDFASerializer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/LexerDFASerializer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/LexerDFASerializer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/LexerDFASerializer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/SingletonEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/SingletonEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/SingletonEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/SingletonEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/SparseEdgeMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/SparseEdgeMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Dfa/SparseEdgeMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Dfa/SparseEdgeMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/DiagnosticErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/DiagnosticErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/DiagnosticErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/DiagnosticErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/FailedPredicateException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/FailedPredicateException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/FailedPredicateException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/FailedPredicateException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IAntlrErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IAntlrErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IAntlrErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IAntlrErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IAntlrErrorStrategy.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IAntlrErrorStrategy.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IAntlrErrorStrategy.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IAntlrErrorStrategy.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ICharStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ICharStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ICharStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ICharStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IIntStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IIntStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IIntStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IIntStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IParserErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IParserErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IParserErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IParserErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IRecognizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IRecognizer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IRecognizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IRecognizer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IToken.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IToken.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenFactory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenFactory.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenFactory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenFactory.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenSource.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenSource.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ITokenStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ITokenStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IVocabulary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IVocabulary.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IVocabulary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IVocabulary.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IWritableToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IWritableToken.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/IWritableToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/IWritableToken.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/InputMismatchException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/InputMismatchException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/InputMismatchException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/InputMismatchException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/InterpreterRuleContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/InterpreterRuleContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/InterpreterRuleContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/InterpreterRuleContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Lexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Lexer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Lexer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Lexer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/LexerInterpreter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/LexerInterpreter.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/LexerInterpreter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/LexerInterpreter.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/LexerNoViableAltException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/LexerNoViableAltException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/LexerNoViableAltException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/LexerNoViableAltException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ListTokenSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ListTokenSource.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ListTokenSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ListTokenSource.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Args.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Args.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Args.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Args.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/ArrayList.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/ArrayList.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/ArrayList.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/ArrayList.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/IIntSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/IIntSet.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/IIntSet.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/IIntSet.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Interval.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Interval.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Interval.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Interval.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/IntervalSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/IntervalSet.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/IntervalSet.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/IntervalSet.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/MultiMap.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/MultiMap.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/MultiMap.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/MultiMap.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/MurmurHash.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/MurmurHash.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/MurmurHash.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/MurmurHash.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/NotNullAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/NotNullAttribute.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/NotNullAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/NotNullAttribute.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/NullableAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/NullableAttribute.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/NullableAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/NullableAttribute.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Pair.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Pair.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Pair.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Pair.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/ParseCanceledException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/ParseCanceledException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/ParseCanceledException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/ParseCanceledException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/RuleDependencyChecker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/RuleDependencyChecker.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/RuleDependencyChecker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/RuleDependencyChecker.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Utils.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Misc/Utils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Misc/Utils.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/NoViableAltException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/NoViableAltException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/NoViableAltException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/NoViableAltException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Parser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Parser.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Parser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Parser.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ParserInterpreter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ParserInterpreter.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ParserInterpreter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ParserInterpreter.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ParserRuleContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ParserRuleContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ParserRuleContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ParserRuleContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Properties.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Properties.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Properties/AssemblyInfo.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Properties/AssemblyInfo.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ProxyErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ProxyErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ProxyErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ProxyErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ProxyParserErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ProxyParserErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/ProxyParserErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/ProxyParserErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/README.md -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/README.md.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RecognitionException.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RecognitionException.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RecognitionException.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RecognitionException.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Recognizer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Recognizer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Recognizer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Recognizer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleContext.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleContext.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleContext.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleContext.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleDependencyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleDependencyAttribute.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleDependencyAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleDependencyAttribute.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleVersionAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleVersionAttribute.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/RuleVersionAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/RuleVersionAttribute.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Arrays.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Arrays.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Arrays.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Arrays.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/AtomicReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/AtomicReference.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/AtomicReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/AtomicReference.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/BitSet.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/BitSet.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/BitSet.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/BitSet.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Collections.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Collections.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Collections.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Collections.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/DictionaryExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/DictionaryExtensions.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/DictionaryExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/DictionaryExtensions.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/ListExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/ListExtensions.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/ListExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/ListExtensions.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Runtime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Runtime.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/Runtime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/Runtime.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/SequenceEqualityComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/SequenceEqualityComparer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Sharpen/SequenceEqualityComparer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Sharpen/SequenceEqualityComparer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/TokenStreamRewriter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/TokenStreamRewriter.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/TokenStreamRewriter.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/TokenStreamRewriter.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/TokenTypes.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/TokenTypes.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/TokenTypes.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/TokenTypes.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/AbstractParseTreeVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/AbstractParseTreeVisitor.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/AbstractParseTreeVisitor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/AbstractParseTreeVisitor.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ErrorNodeImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ErrorNodeImpl.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ErrorNodeImpl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ErrorNodeImpl.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IErrorNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IErrorNode.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IErrorNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IErrorNode.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTree.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTree.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTreeListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTreeListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTreeListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTreeListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTreeVisitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTreeVisitor.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IParseTreeVisitor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IParseTreeVisitor.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IRuleNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IRuleNode.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/IRuleNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/IRuleNode.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ISyntaxTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ISyntaxTree.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ISyntaxTree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ISyntaxTree.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ITerminalNode.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ITerminalNode.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ITerminalNode.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ITerminalNode.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ITree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ITree.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ITree.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ITree.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ParseTreeProperty.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ParseTreeProperty.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ParseTreeProperty.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ParseTreeProperty.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ParseTreeWalker.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ParseTreeWalker.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/ParseTreeWalker.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/ParseTreeWalker.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/Chunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/Chunk.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/Chunk.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/Chunk.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreeMatch.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreeMatch.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreeMatch.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreeMatch.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePattern.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePattern.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePattern.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePattern.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePatternMatcher.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePatternMatcher.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePatternMatcher.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/ParseTreePatternMatcher.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/RuleTagToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/RuleTagToken.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/RuleTagToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/RuleTagToken.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TagChunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TagChunk.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TagChunk.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TagChunk.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TextChunk.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TextChunk.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TextChunk.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TextChunk.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TokenTagToken.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TokenTagToken.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Pattern/TokenTagToken.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Pattern/TokenTagToken.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/TerminalNodeImpl.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/TerminalNodeImpl.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/TerminalNodeImpl.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/TerminalNodeImpl.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Trees.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Trees.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Trees.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Trees.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPath.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPath.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPath.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPath.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.g4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.g4 -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.g4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.g4.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.tokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.tokens -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.tokens.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexer.tokens.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexerErrorListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexerErrorListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathLexerErrorListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathLexerErrorListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleAnywhereElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleAnywhereElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleAnywhereElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleAnywhereElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathRuleElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenAnywhereElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenAnywhereElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenAnywhereElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenAnywhereElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathTokenElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardAnywhereElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardAnywhereElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardAnywhereElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardAnywhereElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardElement.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardElement.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardElement.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Tree/Xpath/XPathWildcardElement.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/UnbufferedCharStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/UnbufferedCharStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/UnbufferedCharStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/UnbufferedCharStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/UnbufferedTokenStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/UnbufferedTokenStream.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/UnbufferedTokenStream.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/UnbufferedTokenStream.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Vocabulary.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Vocabulary.cs -------------------------------------------------------------------------------- /Editor/Plugins/Antlr4/Vocabulary.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/Antlr4/Vocabulary.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.interp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.interp -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.java -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.tokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/.antlr/CSharpLexer.tokens -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpLexerBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpLexerBase.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpLexerBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpLexerBase.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpParserBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpParserBase.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpParserBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpParserBase.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParser.g4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParser.g4 -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParser.g4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParser.g4.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParserBase.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParserBase.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParserBase.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharp/CSharpPreprocessorParserBase.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.g4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.g4 -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.g4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.g4.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.interp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.interp -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.interp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.interp.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.tokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.tokens -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpLexer.tokens.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpLexer.tokens.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.g4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.g4 -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.g4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.g4.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.interp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.interp -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.interp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.interp.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.tokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.tokens -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParser.tokens.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParser.tokens.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParserBaseListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParserBaseListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParserBaseListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParserBaseListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParserListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParserListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpParserListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpParserListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.g4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.g4 -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.g4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.g4.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.interp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.interp -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.interp.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.interp.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.tokens: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.tokens -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.tokens.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParser.tokens.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserBaseListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserBaseListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserBaseListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserBaseListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserListener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserListener.cs -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserListener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/CSharpPreprocessorParserListener.cs.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/antlr-4.13.1-complete.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/antlr-4.13.1-complete.jar -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/antlr-4.13.1-complete.jar.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/antlr-4.13.1-complete.jar.meta -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/regenerate.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/regenerate.bat -------------------------------------------------------------------------------- /Editor/Plugins/CSharp Grammar/regenerate.bat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Plugins/CSharp Grammar/regenerate.bat.meta -------------------------------------------------------------------------------- /Editor/Reflectionx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Reflectionx.cs -------------------------------------------------------------------------------- /Editor/Reflectionx.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/Reflectionx.cs.meta -------------------------------------------------------------------------------- /Editor/VisualElementx.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Editor/VisualElementx.cs -------------------------------------------------------------------------------- /Editor/VisualElementx.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9248317518ca4988af4c46f749e8ab23 3 | timeCreated: 1701881452 -------------------------------------------------------------------------------- /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /LICENSE.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/LICENSE.txt.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/Comment.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime/Comment.cs -------------------------------------------------------------------------------- /Runtime/Comment.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime/Comment.cs.meta -------------------------------------------------------------------------------- /Runtime/CommentAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime/CommentAttribute.cs -------------------------------------------------------------------------------- /Runtime/CommentAttribute.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d881d78965834d8e8214390456f72025 3 | timeCreated: 1701788556 -------------------------------------------------------------------------------- /Runtime/Comments.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime/Comments.asmdef -------------------------------------------------------------------------------- /Runtime/Comments.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/Runtime/Comments.asmdef.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/keenanwoodall/Comment/HEAD/package.json.meta --------------------------------------------------------------------------------