이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
isprogram
/
tree-sitter-c
의 미러
https://github.com/tree-sitter/tree-sitter-c
보기
1
좋아요
0
포크
0
코드
이슈
0
Projects
0
릴리즈
79
위키
활동
소스 검색
Handle line continuations with CRLF endings
pull/38/head
Max Brunsfeld
6 년 전
부모
d2ebd7f6c0
커밋
b6ff8fbdaf
3개의 변경된 파일
과
2438개의 추가작업
그리고
2380개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
grammar.js
+1
-1
src/grammar.json
+2436
-2378
src/parser.c
+ 1
- 1
grammar.js
파일 보기
@ -25,7 +25,7 @@ module.exports = grammar({
name
:
'c'
,
extras
:
$
=>
[
/\s|\\\n/
,
/\s|\\\
r?\
n/
,
$
.
comment
,
]
,
+ 1
- 1
src/grammar.json
파일 보기
@ -6096,7 +6096,7 @@
"extras"
:
[
{
"type"
:
"PATTERN"
,
"value"
:
"\\s|\\\\\\n"
"value"
:
"\\s|\\\\\\
r?\\
n"
}
,
{
"type"
:
"SYMBOL"
,
+ 2436
- 2378
src/parser.c
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기
쓰기
미리보기
불러오는 중...
취소
저장