소스 검색

Handle line continuations with CRLF endings

pull/38/head
Max Brunsfeld 6 년 전
부모
커밋
b6ff8fbdaf
3개의 변경된 파일2438개의 추가작업 그리고 2380개의 파일을 삭제
  1. +1
    -1
      grammar.js
  2. +1
    -1
      src/grammar.json
  3. +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
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


불러오는 중...
취소
저장